Home
last modified time | relevance | path

Searched refs:configp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dkey_call.c240 struct knetconfig *configp; in key_call() local
244 configp = &authg->auth_config; in key_call()
253 if (configp->knc_rdev == 0) { in key_call()
259 configp->knc_rdev = vp->v_rdev; in key_call()
260 configp->knc_protofmly = loopback_name; in key_call()
263 configp->knc_semantics = NC_TPI_CLTS; in key_call()
265 RPCLOG(8, "rdev %lx, ", configp->knc_rdev); in key_call()
273 error = clnt_tli_kcreate(configp, &netaddr, KEY_PROG, KEY_VERS, in key_call()
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_import.c1516 zpool_find_config(void *hdl, const char *target, nvlist_t **configp, in zpool_find_config() argument
1526 *configp = NULL; in zpool_find_config()
1560 *configp = match; in zpool_find_config()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.c182 hpi_pfc_get_config(hpi_handle_t handle, pfc_config_t *configp) in hpi_pfc_get_config() argument
187 REG_PIO_READ64(handle, offset, &configp->value); in hpi_pfc_get_config()
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c865 nfsl_config_t *configlist = NULL, *configp; in configlog() local
886 if ((configp = nfsl_findconfig(configlist, tag, &error)) == NULL) { in configlog()
899 if ((exp->ex_log_buffer = strdup(configp->nc_bufferpath)) == NULL) { in configlog()
904 if (configp->nc_rpclogpath != NULL) in configlog()