Home
last modified time | relevance | path

Searched refs:smb_t2rq (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/netsmb/
HDsmb_rq.h66 struct smb_t2rq;
104 struct smb_t2rq * sr_t2;
108 struct smb_t2rq { struct
143 struct smb_t2rq **rqpp); argument
144 int smb_t2_init(struct smb_t2rq *rqp, struct smb_connobj *layer, u_short setup,
146 void smb_t2_done(struct smb_t2rq *t2p);
147 int smb_t2_request(struct smb_t2rq *t2p);
HDsmb_rq.c58 static int smb_t2_reply(struct smb_t2rq *t2p);
375 struct smb_t2rq **t2pp) in smb_t2_alloc()
377 struct smb_t2rq *t2p; in smb_t2_alloc()
394 smb_t2_init(struct smb_t2rq *t2p, struct smb_connobj *source, u_short setup, in smb_t2_init()
413 smb_t2_done(struct smb_t2rq *t2p) in smb_t2_done()
441 smb_t2_reply(struct smb_t2rq *t2p) in smb_t2_reply()
549 smb_t2_request_int(struct smb_t2rq *t2p) in smb_t2_request_int()
750 smb_t2_request(struct smb_t2rq *t2p) in smb_t2_request()
HDsmb_usr.c299 struct smb_t2rq *t2p; in smb_usr_t2request()
305 t2p = malloc(sizeof(struct smb_t2rq), M_SMBTEMP, M_WAITOK); in smb_usr_t2request()
/NextBSD/sys/fs/smbfs/
HDsmbfs_smb.c142 struct smb_t2rq *t2p; in smbfs_query_info_fs()
183 struct smb_t2rq *t2p; in smbfs_query_info_alloc()
274 struct smb_t2rq *t2p; in smbfs_smb_seteof()
479 struct smb_t2rq *t2p; in smbfs_smb_setptime2()
534 struct smb_t2rq *t2p; in smbfs_smb_setpattrNT()
630 struct smb_t2rq *t2p; in smbfs_smb_setfattrNT()
1096 struct smb_t2rq *t2p; in smbfs_smb_trans2find2()
1243 struct smb_t2rq *t2p; in smbfs_findnextLM2()
HDsmbfs_subr.h107 struct smb_t2rq * uf_t2;