Home
last modified time | relevance | path

Searched refs:auth_state (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c253 if (p->auth_state == NFS_AUTH_INVALID) in nfsauth_zone_shutdown()
699 if (p->auth_state == NFS_AUTH_INVALID || in nfsauth_refresh_thread()
704 if (p->auth_state == NFS_AUTH_INVALID) in nfsauth_refresh_thread()
717 ASSERT(p->auth_state == NFS_AUTH_STALE); in nfsauth_refresh_thread()
719 p->auth_state = NFS_AUTH_REFRESHING; in nfsauth_refresh_thread()
747 if (p->auth_state == NFS_AUTH_INVALID) { in nfsauth_refresh_thread()
771 p->auth_state = NFS_AUTH_FRESH; in nfsauth_refresh_thread()
980 np->auth_state = NFS_AUTH_NEW; in nfsauth_cache_get()
1014 while (p->auth_state == NFS_AUTH_WAITING) in nfsauth_cache_get()
1020 ASSERT(p->auth_state != NFS_AUTH_WAITING); in nfsauth_cache_get()
[all …]
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h299 typedef enum auth_state { enum
326 auth_state_t auth_state; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c163 static enum script_state auth_state = s_down; variable
481 auth_state = s_down;
618 auth_state = s_up;
2127 if (auth_state == s_down) {
2133 if (auth_state == s_up) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c531 explaination, auth_status->auth_state, in emlxs_dhc_status()
537 if (auth_status->auth_state != DFC_AUTH_STATE_FAILED) { in emlxs_dhc_status()
538 auth_status->auth_state = DFC_AUTH_STATE_OFF; in emlxs_dhc_status()
544 auth_status->auth_state = DFC_AUTH_STATE_OFF; in emlxs_dhc_status()
553 auth_status->auth_state = DFC_AUTH_STATE_FAILED; in emlxs_dhc_status()
560 auth_status->auth_state = DFC_AUTH_STATE_FAILED; in emlxs_dhc_status()
565 auth_status->auth_state = DFC_AUTH_STATE_FAILED; in emlxs_dhc_status()
572 auth_status->auth_state = DFC_AUTH_STATE_FAILED; in emlxs_dhc_status()
577 auth_status->auth_state = DFC_AUTH_STATE_FAILED; in emlxs_dhc_status()
582 auth_status->auth_state = DFC_AUTH_STATE_FAILED; in emlxs_dhc_status()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h1680 uint8_t auth_state; member