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

/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_iod.c259 rqp->sr_flags |= SMBR_RECONNECTED;
1183 tmp_rqp->sr_flags |= SMBR_RECONNECTED;
1256 if (!(rqp->sr_flags & SMBR_RECONNECTED)) {
1306 * message, we also check for the SMBR_RECONNECTED flag because it
1321 ((rqp->sr_flags & (SMBR_MULTIPACKET | SMBR_RECONNECTED | SMBR_REXMIT)) == (SMBR_MULTIPACKET | SMBR_RECONNECTED))) {
1440 rqp->sr_flags |= SMBR_RECONNECTED;
1465 * it needs to be rebuilt. The SMBR_RECONNECTED flag will also
H A Dsmb_rq.h46 #define SMBR_RECONNECTED 0x0010 /* The message was handled during a reconnect */ macro
H A Dsmb_smb_2.c500 if (rqp->sr_flags & SMBR_RECONNECTED) {
727 if (rqp->sr_flags & SMBR_RECONNECTED) {
909 if (rqp->sr_flags & SMBR_RECONNECTED) {
1156 if ((error) && (rqp->sr_flags & SMBR_RECONNECTED)) {
1565 if (rqp->sr_flags & SMBR_RECONNECTED) {
1634 if (rqp->sr_flags & SMBR_RECONNECTED) {
1775 if (rqp->sr_flags & SMBR_RECONNECTED) {
1843 if (rqp->sr_flags & SMBR_RECONNECTED) {
2009 if (rqp->sr_flags & SMBR_RECONNECTED) {
5858 if (rqp->sr_flags & SMBR_RECONNECTED) {
[all...]
H A Dsmb_rq.c281 !(rqp->sr_flags & SMBR_RECONNECTED)) {
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_smb_2.c254 if ((error) && (create_rqp->sr_flags & SMBR_RECONNECTED)) {
606 if ((error) && (create_rqp->sr_flags & SMBR_RECONNECTED)) {
1004 if ((error) && (create_rqp->sr_flags & SMBR_RECONNECTED)) {
1498 if ((error) && (create_rqp->sr_flags & SMBR_RECONNECTED)) {
1947 if ((error) && (create_rqp->sr_flags & SMBR_RECONNECTED)) {
2259 if ((error) && (create_rqp->sr_flags & SMBR_RECONNECTED)) {
2596 if ((error) && (create_rqp->sr_flags & SMBR_RECONNECTED)) {
2973 if ((error) && (create_rqp->sr_flags & SMBR_RECONNECTED)) {
3389 if ((error) && (create_rqp->sr_flags & SMBR_RECONNECTED)) {
3775 if ((error) && (create_rqp->sr_flags & SMBR_RECONNECTED)) {
[all...]

Completed in 279 milliseconds