Home
last modified time | relevance | path

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

/freebsd/sys/netsmb/
H A Dsmb_iod.c62 static int smb_iod_sendall(struct smbiod *iod);
63 static int smb_iod_disconnect(struct smbiod *iod);
78 smb_iod_invrq(struct smbiod *iod) in smb_iod_invrq()
94 smb_iod_closetran(struct smbiod *iod) in smb_iod_closetran()
107 smb_iod_dead(struct smbiod *iod) in smb_iod_dead()
115 smb_iod_connect(struct smbiod *iod) in smb_iod_connect()
169 smb_iod_disconnect(struct smbiod *iod) in smb_iod_disconnect()
185 smb_iod_treeconnect(struct smbiod *iod, struct smb_share *ssp) in smb_iod_treeconnect()
210 smb_iod_sendrq(struct smbiod *iod, struct smb_rq *rqp) in smb_iod_sendrq()
280 smb_iod_recvall(struct smbiod *iod) in smb_iod_recvall()
[all …]
H A Dsmb_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/contrib/smbfs/
H A DHISTORY76 to implement 'smbiod' process which handles network traffic for each VC.