Home
last modified time | relevance | path

Searched defs:poll (Results 1 – 25 of 74) sorted by relevance

123

/netbsd-src/sys/arch/pmax/tc/
H A Ddt.c168 #define DT_RX_AVAIL(poll) ((*(poll) & 1) != 0) argument
169 #define DT_TX_AVAIL(poll) ((*(poll) & 2) != 0) argument
381 volatile u_int *poll, *data; in dt_msg_get() local
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dpoll.rst2 .. _poll: target
/netbsd-src/sys/dev/mca/
H A Dedc_mca.c549 edc_cmd_wait(struct edc_mca_softc *sc, int secs, int poll) in edc_cmd_wait()
578 u_int16_t cmd_args[], int cmd_len, int poll) in edc_run_cmd()
855 size_t bcount, daddr_t rawblkno, int isread, int poll) in edc_bio()
/netbsd-src/sys/dev/hdmicec/
H A Dhdmicec_if.h40 int (*poll)(void *, int events, lwp_t *l); member
/netbsd-src/sys/dev/ic/
H A Dld_nvme.c184 ld_nvme_flush(struct ld_softc *ld, bool poll) in ld_nvme_flush()
209 ld_nvme_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag, bool poll) in ld_nvme_ioctl()
H A Dld_icp.c261 ld_icp_flush(struct ld_softc *ld, bool poll) in ld_icp_flush()
292 ld_icp_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag, bool poll) in ld_icp_ioctl()
H A Duhavar.h51 int (*poll)(struct uha_softc *, struct scsipi_xfer *, int); member
H A Dwdc.c522 wdcprobe1(struct ata_channel *chp, int poll) in wdcprobe1()
1027 wdcreset(struct ata_channel *chp, int poll) in wdcreset()
1065 wdc_do_reset(struct ata_channel *chp, int poll) in wdc_do_reset()
1098 __wdcwait_reset(struct ata_channel *chp, int drv_mask, int poll) in __wdcwait_reset()
/netbsd-src/sys/dev/pci/
H A Dld_twa.c239 ld_twa_flush(struct ld_softc *ld, bool poll) in ld_twa_flush()
281 ld_twa_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag, bool poll) in ld_twa_ioctl()
H A Dld_twe.c270 ld_twe_flush(struct ld_softc *ld, bool poll) in ld_twe_flush()
320 ld_twe_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag, bool poll) in ld_twe_ioctl()
H A Daceride.c237 acer_do_reset(struct ata_channel *chp, int poll) in acer_do_reset()
/netbsd-src/tests/lib/libc/gen/
H A Dt_sleep.c217 ATF_TC_HEAD(poll, tc) in ATF_TC_HEAD() argument
224 ATF_TC_BODY(poll, tc) in ATF_TC_BODY() argument
/netbsd-src/sys/arch/macppc/dev/
H A Dcudavar.h56 void (*poll)(void *); /* poll until the chip is idle */ member
/netbsd-src/sys/dev/audio/
H A Daudiobell.c100 audiobell(void *dev, u_int pitch, u_int period, u_int volume, int poll) in audiobell()
/netbsd-src/sys/dev/adb/
H A Dadbvar.h44 void (*poll)(void *); member
/netbsd-src/sys/arch/hp300/stand/common/
H A Dhpib.c121 int (*poll)(int); in hpibswait() local
/netbsd-src/external/bsd/nvi/dist/cl/
H A Dcl_read.c158 struct timeval poll; in cl_read() local
/netbsd-src/sys/arch/dreamcast/dev/g1/
H A Dwdc_g1.c173 wdc_g1_do_reset(struct ata_channel *chp, int poll) in wdc_g1_do_reset()
/netbsd-src/sys/dev/i2o/
H A Dld_iop.c442 ld_iop_flush(struct ld_softc *ld, bool poll) in ld_iop_flush() argument
467 ld_iop_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag, bool poll) in ld_iop_ioctl() argument
/netbsd-src/tests/net/net/
H A Dt_socket_afinet.c54 #define poll rump_sys_poll macro
/netbsd-src/usr.bin/make/
H A Djob.h89 #define poll emul_poll macro
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dpvcalls.h98 } poll; member
133 } poll; member
/netbsd-src/sys/dev/sdmmc/
H A Dld_sdmmc.c599 ld_sdmmc_cachesync(struct ld_softc * ld,bool poll) ld_sdmmc_cachesync() argument
655 ld_sdmmc_ioctl(struct ld_softc * ld,u_long cmd,void * addr,int32_t flag,bool poll) ld_sdmmc_ioctl() argument
/netbsd-src/sys/dev/i2c/
H A Dihidev.c320 ihidev_hid_command(struct ihidev_softc * sc,int hidcmd,void * arg,bool poll) ihidev_hid_command() argument
586 ihidev_reset(struct ihidev_softc * sc,bool poll) ihidev_reset() argument
/netbsd-src/sys/dev/isa/
H A Dpcppi.c369 int poll) in pcppi_pckbd_bell()

123