Home
last modified time | relevance | path

Searched defs:iodesc (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/lib/libsa/
Diodesc.h65 struct iodesc { struct
75 struct iodesc *socktodesc(int); argument
Dnet.c84 ssize_t (*sproc)(struct iodesc *, void *, size_t), in sendrecv()
86 ssize_t (*rproc)(struct iodesc *, void *, size_t, saseconds_t), in sendrecv()
Dtftp.c69 struct iodesc *iodesc; member
Dnfs.c90 struct iodesc *iodesc; member
/netbsd/src/sbin/mount_nfs/
Diodesc.h41 struct iodesc { struct
42 struct addrinfo *ai;
43 int socket;
44 int destport;
/netbsd/src/sys/arch/ews4800mips/stand/common/
Dether_if.c106 ether_init(struct iodesc *iodesc, void *hint) in ether_init()
114 ether_get(struct iodesc *iodesc, void *pkt, size_t len, saseconds_t timeout) in ether_get()
121 ether_put(struct iodesc *iodesc, void *pkt, size_t len) in ether_put()