/openbsd/usr.bin/sndiod/ |
H A D | file.h | 25 struct timo { struct 26 struct timo *next; argument 27 unsigned int val; /* time to wait before the callback */ 28 unsigned int set; /* true if the timeout is set */ 29 void (*cb)(void *arg); /* routine to call on expiration */ 30 void *arg; /* argument to give to 'cb' */
|
H A D | file.c | 328 int nfds, res, timo; in file_poll() local
|
/openbsd/sys/dev/fdt/ |
H A D | amlpciephy.c | 193 int timo; in amlpciephy_addr() local 223 int timo; in amlpciephy_read() local 254 int timo; in amlpciephy_write() local
|
H A D | rkiic.c | 202 int timo; in rkiic_send_start() local 221 int timo; in rkiic_send_stop() local 242 int timo, i; in rkiic_write() local 281 int timo, i; in rkiic_read() local
|
H A D | qciic_fdt.c | 146 int timo; in qciic_fdt_wait() local 164 int timo, i; in qciic_fdt_read() local 189 int timo, i; in qciic_fdt_write() local
|
H A D | rkpciephy.c | 117 int timo; in rk3568_pciephy_enable() local 168 int num_lanes, timo; in rk3588_pciephy_enable() local
|
H A D | ociic.c | 198 int timo; in ociic_unbusy() local 218 int timo; in ociic_wait() local
|
H A D | sxirsb.c | 179 int timo; in sxirsb_init() local 282 int timo; in sxirsb_do_trans() local
|
H A D | sxisid.c | 130 int pos, timo, i; in sxisid_read() local
|
/openbsd/sys/dev/pci/drm/include/linux/ |
H A D | completion.h | 48 wait_for_completion_timeout(struct completion *x, u_long timo) in wait_for_completion_timeout() 109 wait_for_completion_interruptible_timeout(struct completion *x, u_long timo) in wait_for_completion_interruptible_timeout()
|
H A D | wait.h | 103 #define __wait_event_intr_timeout(wqh, condition, timo, prio) \ argument 202 #define wait_event_timeout(wqh, condition, timo) \ argument 218 #define wait_event_interruptible_timeout(wqh, condition, timo) \ argument
|
/openbsd/sys/arch/octeon/dev/ |
H A D | cn30xxsmi.c | 99 int timo; in cn30xxsmi_read() local 124 int timo; in cn30xxsmi_write() local
|
/openbsd/sys/kern/ |
H A D | kern_synch.c | 118 tsleep(const volatile void *ident, int priority, const char *wmesg, int timo) in tsleep() argument 208 const char *wmesg, int timo) in msleep() argument 288 const char *wmesg, int timo) in rwsleep() argument 368 sleep_finish(int timo,int do_sleep) sleep_finish() argument [all...] |
/openbsd/sys/arch/macppc/dev/ |
H A D | kiic.c | 259 kiic_poll(struct kiic_softc *sc, int timo) in kiic_poll() 278 int timo, x; in kiic_start() local
|
/openbsd/sys/dev/acpi/ |
H A D | qciic.c | 191 int timo; in qciic_wait() local 209 int timo, i; in qciic_read() local 234 int timo, i; in qciic_write() local
|
/openbsd/sys/arch/sparc64/stand/ofwboot/ |
H A D | netif_of.c | 162 netif_get(struct iodesc *desc, void *pkt, size_t maxlen, time_t timo) in netif_get()
|
/openbsd/sys/arch/macppc/stand/ |
H A D | netif_of.c | 191 netif_get(struct iodesc *desc, void *pkt, size_t maxlen, time_t timo) in netif_get()
|
/openbsd/lib/libc/net/ |
H A D | rcmd.c | 71 struct timespec timo; in rcmd_af() local
|
/openbsd/usr.sbin/pppd/ |
H A D | sys-bsd.c | 588 wait_input(struct timeval *timo) in wait_input() 616 wait_loop_output(struct timeval *timo) in wait_loop_output() 643 wait_time(struct timeval *timo) in wait_time()
|
/openbsd/sys/arch/armv7/sunxi/ |
H A D | sxiahci.c | 97 uint32_t timo; in sxiahci_attach() local
|
/openbsd/sys/arch/powerpc64/dev/ |
H A D | ipmi_opal.c | 138 int timo; in ipmi_opal_recvmsg() local
|
/openbsd/sys/lib/libsa/ |
H A D | netif.c | 209 netif_get(struct iodesc *desc, void *pkt, size_t len, time_t timo) in netif_get()
|
/openbsd/lib/libc/rpc/ |
H A D | pmap_rmt.c | 223 int timo; in clnt_broadcast() local
|
/openbsd/sys/arch/arm64/dev/ |
H A D | aplpmgr.c | 161 int timo; in aplpmgr_enable() local
|
/openbsd/sys/uvm/ |
H A D | uvm_pdaemon.c | 122 uint64_t timo = INFSLP; in uvm_wait() local
|