Home
last modified time | relevance | path

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

/freebsd/sys/netsmb/
H A Dsmb_rq.h65 struct smb_t2rq;
103 struct smb_t2rq * sr_t2;
107 struct smb_t2rq { struct
142 struct smb_t2rq **rqpp); argument
143 int smb_t2_init(struct smb_t2rq *rqp, struct smb_connobj *layer, u_short setup,
145 void smb_t2_done(struct smb_t2rq *t2p);
146 int smb_t2_request(struct smb_t2rq *t2p);
H A Dsmb_rq.c57 static int smb_t2_reply(struct smb_t2rq *t2p);
371 struct smb_t2rq **t2pp) in smb_t2_alloc()
373 struct smb_t2rq *t2p; in smb_t2_alloc()
388 smb_t2_init(struct smb_t2rq *t2p, struct smb_connobj *source, u_short setup, in smb_t2_init()
407 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()
H A Dsmb_usr.c298 struct smb_t2rq *t2p; in smb_usr_t2request()
304 t2p = malloc(sizeof(struct smb_t2rq), M_SMBTEMP, M_WAITOK); in smb_usr_t2request()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_smb.c142 struct smb_t2rq *t2p; in smbfs_query_info_fs()
182 struct smb_t2rq *t2p; in smbfs_query_info_alloc()
273 struct smb_t2rq *t2p; in smbfs_smb_seteof()
478 struct smb_t2rq *t2p; in smbfs_smb_setptime2()
533 struct smb_t2rq *t2p; in smbfs_smb_setpattrNT()
629 struct smb_t2rq *t2p; in smbfs_smb_setfattrNT()
1093 struct smb_t2rq *t2p; in smbfs_smb_trans2find2()
1240 struct smb_t2rq *t2p; in smbfs_findnextLM2()
H A Dsmbfs_subr.h107 struct smb_t2rq * uf_t2;