HomeSort by: relevance | last modified time | path
    Searched refs:saseconds_t (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/sys/lib/libsa/
iodesc.h 54 * saseconds_t:
59 typedef int saseconds_t; typedef in typeref:typename:int
62 typedef time_t saseconds_t; typedef in typeref:typename:time_t
76 ssize_t netif_get(struct iodesc *, void *, size_t, saseconds_t);
net.h 113 ssize_t readether(struct iodesc *, void *, size_t, saseconds_t, u_int16_t *);
119 ssize_t readudp(struct iodesc *, void *, size_t, saseconds_t);
126 void *, size_t, ssize_t (*)(struct iodesc *, void *, size_t, saseconds_t),
net.c 86 ssize_t (*rproc)(struct iodesc *, void *, size_t, saseconds_t),
91 saseconds_t tmo, tleft;
netif.h 41 int (*netif_get)(struct iodesc *, void *, size_t, saseconds_t);
rarp.c 80 static ssize_t rarprecv(struct iodesc *, void *, size_t, saseconds_t);
175 rarprecv(struct iodesc *d, void *pkt, size_t len, saseconds_t tleft)
ether.c 92 readether(struct iodesc *d, void *pkt, size_t len, saseconds_t tleft,
udp.c 106 readudp(struct iodesc *d, void *pkt, size_t len, saseconds_t tleft)
  /src/sbin/mount_nfs/
iodesc.h 38 typedef time_t saseconds_t; typedef in typeref:typename:time_t
  /src/sys/arch/x68k/stand/boot/
if_ne.c 48 static int ne_get(struct iodesc *, void *, size_t, saseconds_t);
98 ne_get(struct iodesc *desc, void *pkt, size_t maxlen, saseconds_t timeout)
101 saseconds_t t;
  /src/sys/arch/evbmips/stand/sbmips/netboot/
if_cfe.c 54 int cfenet_get(struct iodesc *, void *, size_t, saseconds_t);
105 cfenet_get(struct iodesc *desc, void *pkt, size_t len, saseconds_t timeout)
  /src/sys/arch/ews4800mips/stand/common/
ether_if.c 60 int ether_get(struct iodesc *, void *, size_t, saseconds_t);
114 ether_get(struct iodesc *iodesc, void *pkt, size_t len, saseconds_t timeout)
  /src/sys/arch/sbmips/stand/netboot/
if_cfe.c 54 int cfenet_get(struct iodesc *, void *, size_t, saseconds_t);
105 cfenet_get(struct iodesc *desc, void *pkt, size_t len, saseconds_t timeout)
  /src/sys/arch/cobalt/stand/boot/
nif_tlp.c 52 static int tlp_get(struct iodesc *, void *, size_t, saseconds_t);
106 tlp_get(struct iodesc *desc, void *pkt, size_t maxlen, saseconds_t timeout)
  /src/sys/arch/mvmeppc/stand/libsa/
if_bug.c 53 static int bug_get(struct iodesc *, void *, size_t, saseconds_t);
140 bug_get(struct iodesc *desc, void *pkt, size_t len, saseconds_t timeout)
  /src/sys/arch/vax/boot/boot/
netio.c 180 netif_get(struct iodesc *desc, void *pkt, size_t len, saseconds_t timo)
if_de.c 53 static int de_get(struct iodesc *, void *, size_t, saseconds_t);
182 de_get(struct iodesc *desc, void *pkt, size_t maxlen, saseconds_t timeout)
  /src/sys/arch/luna68k/stand/boot/
if_le.c 83 static int le_get(struct iodesc *, void *, size_t, saseconds_t);
186 le_get(struct iodesc *desc, void *pkt, size_t maxlen, saseconds_t timeout)
192 saseconds_t t;
  /src/sys/arch/evbarm/stand/boot2440/
netif.c 148 netif_get(struct iodesc *desc, void *pkt, size_t maxlen, saseconds_t timo)
  /src/sys/arch/macppc/stand/ofwboot/
netif_of.c 180 netif_get(struct iodesc *desc, void *pkt, size_t maxlen, saseconds_t timo)
  /src/sys/arch/newsmips/stand/boot/
netif_news.c 149 netif_get(struct iodesc *desc, void *pkt, size_t maxlen, saseconds_t timo)
  /src/sys/arch/ofppc/stand/ofwboot/
netif_of.c 172 netif_get(struct iodesc *desc, void *pkt, size_t maxlen, saseconds_t timo)
  /src/sys/arch/sandpoint/stand/altboot/
nif.c 145 netif_get(struct iodesc *desc, void *pkt, size_t maxlen, saseconds_t timo)
  /src/sys/arch/shark/stand/ofwboot/
netif_of.c 172 netif_get(struct iodesc *desc, void *pkt, size_t maxlen, saseconds_t timo)
  /src/sys/arch/ia64/stand/efi/libefi/
efinet.c 51 int efinet_get(struct iodesc *, void *, size_t, saseconds_t);
145 efinet_get(struct iodesc *desc, void *pkt, size_t len, saseconds_t timeout)
  /src/sys/arch/pmax/stand/common/
if_prom.c 79 int prom_get(struct iodesc *, void *, size_t, saseconds_t);
209 prom_get(struct iodesc *desc, void *pkt, size_t len, saseconds_t timeout)

Completed in 19 milliseconds

1 2