Home
last modified time | relevance | path

Searched refs:fw_poll (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/stand/i386/libfirewire/
Ddconsole.c36 void fw_poll(void);
118 fw_poll(); in dconsole_getchar()
125 fw_poll(); in dconsole_ischar()
Dfirewire.c396 fw_poll(void) in fw_poll() function
431 fw_poll();
/freebsd-12-stable/sys/dev/firewire/
Dfwdev.c68 static d_poll_t fw_poll; variable
81 .d_poll = fw_poll,
822 fw_poll(struct cdev *dev, int events, fw_proc *td) in fw_poll() function