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

/freebsd-12-stable/sys/netsmb/
H A Dsmb_rq.h41 #define SMBR_RESTART 0x0010 /* request should be repeated if possible */ macro
H A Dsmb_rq.c167 rqp->sr_flags &= ~SMBR_RESTART;
176 if ((rqp->sr_flags & (SMBR_RESTART | SMBR_NORESTART)) != SMBR_RESTART)
742 if (rqp->sr_flags & SMBR_RESTART)
757 t2p->t2_flags &= ~SMBR_RESTART;
H A Dsmb_iod.c92 rqp->sr_flags |= SMBR_RESTART;
248 rqp->sr_flags |= SMBR_RESTART;

Completed in 94 milliseconds