Home
last modified time | relevance | path

Searched refs:newfnp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dglob.c162 struct fn *newfnp; in glob_glob() local
184 newfnp = glob_to_reglob(nextfnp); in glob_glob()
185 fn_list_addfn(ret, newfnp); in glob_glob()
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1013 fnnode_t *newfnp, *mfnp; in auto_perform_actions() local
1284 newfnp = vntofn(newvp); in auto_perform_actions()
1285 newfnp->fn_parent = dfnp; in auto_perform_actions()
1302 newfnp->fn_flags |= MF_TRIGGER; in auto_perform_actions()
1303 rw_enter(&newfnp->fn_rwlock, RW_WRITER); in auto_perform_actions()
1304 newfnp->fn_next = dfnp->fn_trigger; in auto_perform_actions()
1305 rw_exit(&newfnp->fn_rwlock); in auto_perform_actions()
1307 dfnp->fn_trigger = newfnp; in auto_perform_actions()
1314 newfnp->fn_name, dfnp->fn_name)); in auto_perform_actions()
1317 if (newfnp->fn_next != NULL) in auto_perform_actions()
[all …]