Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c1157 t2p->t2_flags |= SMBT2_RESTART; in smb_t2_request_int()
1368 ntp->nt_flags |= SMBT2_RESTART; in smb_nt_request_int()
1387 t2p->t2_flags &= ~SMBT2_RESTART; in smb_t2_request()
1391 if ((t2p->t2_flags & (SMBT2_RESTART | SMBT2_NORESTART)) != in smb_t2_request()
1392 SMBT2_RESTART) in smb_t2_request()
1420 ntp->nt_flags &= ~SMBT2_RESTART; in smb_nt_request()
1424 if ((ntp->nt_flags & (SMBT2_RESTART | SMBT2_NORESTART)) != in smb_nt_request()
1425 SMBT2_RESTART) in smb_nt_request()
H A Dsmb_rq.h63 #define SMBT2_RESTART 0x0008 macro