Searched refs:SMBO_GONE (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.h59 #define SMBO_GONE 0x1000000 macro
74 * the name SMBO_GONE. Keep this alias as a reminder.
76 #define SMBV_GONE SMBO_GONE
87 * the name SMBO_GONE. Keep this alias as a reminder.
89 #define SMBS_GONE SMBO_GONE
H A Dsmb_conn.c218 co->co_flags |= SMBO_GONE;
221 if ((old_flags & SMBO_GONE) == 0 && co->co_gone)
272 co->co_flags |= SMBO_GONE;
280 if ((old_flags & SMBO_GONE) == 0 && co->co_gone)
H A Dsmb_rq.c417 if (co->co_flags & SMBO_GONE) {
426 if ((co->co_flags & SMBO_GONE) ||
436 if ((co->co_flags & SMBO_GONE) ||

Completed in 50 milliseconds