Home
last modified time | relevance | path

Searched refs:fnpp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1473 fnnode_t *tmp, **fnpp; in auto_disconnect() local
1500 fnpp = &dfnp->fn_dirents; in auto_disconnect()
1502 tmp = *fnpp; in auto_disconnect()
1509 *fnpp = tmp->fn_next; /* remove it from the list */ in auto_disconnect()
1516 fnpp = &tmp->fn_next; in auto_disconnect()
1528 auto_enter(fnnode_t *dfnp, char *name, fnnode_t **fnpp, cred_t *cred) in auto_enter() argument
1579 *fnpp = auto_makefnnode(VDIR, dvp->v_vfsp, name, cred, in auto_enter()
1581 if (*fnpp == NULL) in auto_enter()
1590 (*fnpp)->fn_offset = offset; in auto_enter()
1591 (*fnpp)->fn_next = *spp; in auto_enter()
[all …]
/illumos-gate/usr/src/common/ficl/
H A Dloader.c1066 ficlCompileFcn **fnpp; in ficlSystemCompilePlatform() local
1143 SET_FOREACH(fnpp, Xficl_compile_set) in ficlSystemCompilePlatform()
1144 (*fnpp)(pSys); in ficlSystemCompilePlatform()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c4119 fn_rele(nfs4_fname_t **fnpp) in fn_rele() argument
4126 fnp = *fnpp; in fn_rele()
4127 *fnpp = NULL; in fn_rele()
4161 fnpp = &parent; in fn_rele()