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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c232 if (p->auth_state == NFS_AUTH_INVALID)
666 if (p->auth_state == NFS_AUTH_INVALID ||
670 if (p->auth_state == NFS_AUTH_INVALID)
683 ASSERT(p->auth_state == NFS_AUTH_STALE);
685 p->auth_state = NFS_AUTH_REFRESHING;
713 if (p->auth_state == NFS_AUTH_INVALID) {
737 p->auth_state = NFS_AUTH_FRESH;
938 np->auth_state = NFS_AUTH_NEW;
973 while (p->auth_state == NFS_AUTH_WAITING)
979 ASSERT(p->auth_state !
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h290 typedef enum auth_state { enum
302 * Either the state in auth_state will protect the
317 auth_state_t auth_state; member in struct:auth_cache
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c166 static enum script_state auth_state = s_down; variable in typeref:enum:script_state
484 auth_state = s_down;
621 auth_state = s_up;
2134 if (auth_state == s_down) {
2140 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,
537 if (auth_status->auth_state != DFC_AUTH_STATE_FAILED) {
538 auth_status->auth_state = DFC_AUTH_STATE_OFF;
544 auth_status->auth_state = DFC_AUTH_STATE_OFF;
553 auth_status->auth_state = DFC_AUTH_STATE_FAILED;
560 auth_status->auth_state = DFC_AUTH_STATE_FAILED;
565 auth_status->auth_state = DFC_AUTH_STATE_FAILED;
572 auth_status->auth_state = DFC_AUTH_STATE_FAILED;
577 auth_status->auth_state = DFC_AUTH_STATE_FAILED;
582 auth_status->auth_state
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h1680 uint8_t auth_state; member in struct:dfc_auth_status

Completed in 67 milliseconds