Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/logadm/
H A Dglob.c164 struct fn *newfnp; in glob_glob() local
186 newfnp = glob_to_reglob(nextfnp); in glob_glob()
187 fn_list_addfn(ret, newfnp); in glob_glob()
/titanic_41/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1011 fnnode_t *newfnp, *mfnp; in auto_perform_actions() local
1282 newfnp = vntofn(newvp); in auto_perform_actions()
1283 newfnp->fn_parent = dfnp; in auto_perform_actions()
1300 newfnp->fn_flags |= MF_TRIGGER; in auto_perform_actions()
1301 rw_enter(&newfnp->fn_rwlock, RW_WRITER); in auto_perform_actions()
1302 newfnp->fn_next = dfnp->fn_trigger; in auto_perform_actions()
1303 rw_exit(&newfnp->fn_rwlock); in auto_perform_actions()
1305 dfnp->fn_trigger = newfnp; in auto_perform_actions()
1312 newfnp->fn_name, dfnp->fn_name)); in auto_perform_actions()
1315 if (newfnp->fn_next != NULL) in auto_perform_actions()
[all …]