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

/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_notify_change.h47 struct smb_ntrq *ntp;
H A Dsmbfs_notify_change.c116 struct smb_ntrq *ntp = watchItem->ntp;
221 process_notify_change(struct smb_ntrq *ntp)
314 struct smb_ntrq *ntp = watchItem->ntp;
457 struct smb_ntrq *ntp;
H A Dsmbfs_smb.c810 struct smb_ntrq *ntp = NULL;
5969 struct smb_ntrq *ntp;
6093 struct smb_ntrq *ntp;
/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_rq.h56 /* smb_t2rq t2_flags and smb_ntrq nt_flags */
183 struct smb_ntrq { struct
228 vfs_context_t context, struct smb_ntrq **ntpp);
229 void smb_nt_done(struct smb_ntrq *ntp);
230 int smb_nt_request(struct smb_ntrq *ntp);
231 int smb_nt_reply(struct smb_ntrq *ntp);
232 int smb_nt_async_request(struct smb_ntrq *ntp, void *nt_callback,
H A Dsmb_rq.c538 smb_nt_init(struct smb_ntrq *ntp, struct smb_connobj *obj, int nt_flags,
566 vfs_context_t context, struct smb_ntrq **ntpp)
568 struct smb_ntrq *ntp;
571 SMB_MALLOC(ntp, struct smb_ntrq *, sizeof(*ntp), M_SMBRQ, M_WAITOK);
583 smb_nt_done(struct smb_ntrq *ntp)
850 smb_nt_reply(struct smb_ntrq *ntp)
1223 smb_nt_request(struct smb_ntrq *ntp)
1455 smb_nt_async_request(struct smb_ntrq *ntp, void *nt_callback,
H A Dsmb_usr.c406 struct smb_ntrq * ntp = NULL;

Completed in 361 milliseconds