Home
last modified time | relevance | path

Searched defs:timo (Results 1 – 25 of 68) sorted by relevance

123

/openbsd/usr.bin/sndiod/
H A Dfile.h25 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 Dfile.c328 int nfds, res, timo; in file_poll() local
/openbsd/sys/dev/fdt/
H A Damlpciephy.c193 int timo; in amlpciephy_addr() local
223 int timo; in amlpciephy_read() local
254 int timo; in amlpciephy_write() local
H A Drkiic.c202 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 Dqciic_fdt.c146 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 Drkpciephy.c117 int timo; in rk3568_pciephy_enable() local
168 int num_lanes, timo; in rk3588_pciephy_enable() local
H A Dociic.c198 int timo; in ociic_unbusy() local
218 int timo; in ociic_wait() local
H A Dsxirsb.c179 int timo; in sxirsb_init() local
282 int timo; in sxirsb_do_trans() local
H A Dsxisid.c130 int pos, timo, i; in sxisid_read() local
/openbsd/sys/dev/pci/drm/include/linux/
H A Dcompletion.h48 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 Dwait.h103 #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 Dcn30xxsmi.c99 int timo; in cn30xxsmi_read() local
124 int timo; in cn30xxsmi_write() local
/openbsd/sys/kern/
H A Dkern_synch.c118 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 Dkiic.c259 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 Dqciic.c191 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 Dnetif_of.c162 netif_get(struct iodesc *desc, void *pkt, size_t maxlen, time_t timo) in netif_get()
/openbsd/sys/arch/macppc/stand/
H A Dnetif_of.c191 netif_get(struct iodesc *desc, void *pkt, size_t maxlen, time_t timo) in netif_get()
/openbsd/lib/libc/net/
H A Drcmd.c71 struct timespec timo; in rcmd_af() local
/openbsd/usr.sbin/pppd/
H A Dsys-bsd.c588 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 Dsxiahci.c97 uint32_t timo; in sxiahci_attach() local
/openbsd/sys/arch/powerpc64/dev/
H A Dipmi_opal.c138 int timo; in ipmi_opal_recvmsg() local
/openbsd/sys/lib/libsa/
H A Dnetif.c209 netif_get(struct iodesc *desc, void *pkt, size_t len, time_t timo) in netif_get()
/openbsd/lib/libc/rpc/
H A Dpmap_rmt.c223 int timo; in clnt_broadcast() local
/openbsd/sys/arch/arm64/dev/
H A Daplpmgr.c161 int timo; in aplpmgr_enable() local
/openbsd/sys/uvm/
H A Duvm_pdaemon.c122 uint64_t timo = INFSLP; in uvm_wait() local

123