Home
last modified time | relevance | path

Searched refs:smbiod (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/netsmb/
HDsmb_iod.c63 static int smb_iod_sendall(struct smbiod *iod);
64 static int smb_iod_disconnect(struct smbiod *iod);
79 smb_iod_invrq(struct smbiod *iod) in smb_iod_invrq()
95 smb_iod_closetran(struct smbiod *iod) in smb_iod_closetran()
108 smb_iod_dead(struct smbiod *iod) in smb_iod_dead()
116 smb_iod_connect(struct smbiod *iod) in smb_iod_connect()
170 smb_iod_disconnect(struct smbiod *iod) in smb_iod_disconnect()
186 smb_iod_treeconnect(struct smbiod *iod, struct smb_share *ssp) in smb_iod_treeconnect()
211 smb_iod_sendrq(struct smbiod *iod, struct smb_rq *rqp) in smb_iod_sendrq()
281 smb_iod_recvall(struct smbiod *iod) in smb_iod_recvall()
[all …]
HDsmb_conn.h265 struct smbiod * vc_iod;
437 struct smbiod { struct
459 int smb_iod_destroy(struct smbiod *iod); argument
460 int smb_iod_request(struct smbiod *iod, int event, void *ident);
/freebsd-14-stable/contrib/smbfs/
HDHISTORY76 to implement 'smbiod' process which handles network traffic for each VC.