Searched refs:fng_autofs_daemon_dh (Results 1 – 4 of 4) sorted by relevance
89 if (fngp->fng_autofs_daemon_dh) in autofssys()90 door_ki_rele(fngp->fng_autofs_daemon_dh); in autofssys()91 fngp->fng_autofs_daemon_dh = door_ki_lookup(did); in autofssys()
192 if (fngp->fng_autofs_daemon_dh != NULL) in autofs_zone_destructor()193 door_ki_rele(fngp->fng_autofs_daemon_dh); in autofs_zone_destructor()
434 dh = fngp->fng_autofs_daemon_dh; in auto_calldaemon()556 if (dh == fngp->fng_autofs_daemon_dh) { in auto_calldaemon()557 door_ki_rele(fngp->fng_autofs_daemon_dh); in auto_calldaemon()558 fngp->fng_autofs_daemon_dh = NULL; in auto_calldaemon()
237 door_handle_t fng_autofs_daemon_dh; member