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

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

Completed in 75 milliseconds