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

/freebsd-current/sys/netsmb/
H A Dsmb_iod.c67 smb_iod_rqprocessed(struct smb_rq *rqp, int error) function
88 smb_iod_rqprocessed(rqp, ENOTCONN);
221 smb_iod_rqprocessed(rqp, ENOTCONN);
244 smb_iod_rqprocessed(rqp, rqp->sr_lerror);
272 smb_iod_rqprocessed(rqp, EINTR);
346 smb_iod_rqprocessed(rqp, 0);
362 smb_iod_rqprocessed(rqp, EINTR);
557 smb_iod_rqprocessed(rqp, ETIMEDOUT);

Completed in 52 milliseconds