/src/sys/arch/hp300/stand/common/ |
hpib.c | 121 int (*poll)(int); local in function:hpibswait 125 poll = fhpibppoll; 127 poll = nhpibppoll; 128 while (((*poll)(unit) & slave) == 0)
|
/src/sys/dev/hdmicec/ |
hdmicec_if.h | 40 int (*poll)(void *, int events, lwp_t *l); member in struct:hdmicec_hw_if
|
/src/tests/net/net/ |
t_socket_afinet.c | 41 #include <poll.h> 54 #define poll rump_sys_poll macro 166 rc = poll(&pfd, 1, 0); 181 rc = poll(&pfd, 1, 60000); 228 rc = poll(&pfd, 1, 0); 241 rc = poll(&pfd, 1, 0); 262 rc = poll(&pfd, 1, 60000);
|
/src/sys/arch/macppc/dev/ |
cudavar.h | 56 void (*poll)(void *); /* poll until the chip is idle */ member in struct:cuda_attach_args
|
/src/sys/dev/ic/ |
uhavar.h | 51 int (*poll)(struct uha_softc *, struct scsipi_xfer *, int); member in struct:uha_softc
|
/src/sys/arch/pmax/tc/ |
dt.c | 168 #define DT_RX_AVAIL(poll) ((*(poll) & 1) != 0) 169 #define DT_TX_AVAIL(poll) ((*(poll) & 2) != 0) 381 volatile u_int *poll, *data; local in function:dt_msg_get 385 poll = dt_state.ds_poll; 400 while (!DT_RX_AVAIL(poll)) {
|
/src/sys/dev/pci/ |
puc.c | 151 bool poll = false; local in function:puc_attach 219 poll = true; 291 paa.poll = poll;
|
pucvar.h | 98 bool poll; member in struct:puc_attach_args
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/ |
nouveau_nvkm_subdev_therm_base.c | 117 bool poll = true; local in function:nvkm_therm_update 131 poll = false; 144 poll = false; 155 poll = false; 158 if (poll)
|
/src/lib/librefuse/refuse/ |
v28.h | 88 int (*poll) (const char *, struct fuse_file_info *, struct fuse_pollhandle *, unsigned *); member in struct:fuse_operations_v28
|
v29.h | 90 int (*poll) (const char *, struct fuse_file_info *, struct fuse_pollhandle *, unsigned *); member in struct:fuse_operations_v29
|
v30.h | 95 int (*poll) (const char *, struct fuse_file_info *, struct fuse_pollhandle *, unsigned *); member in struct:fuse_operations_v30
|
v34.h | 82 int (*poll) (const char *, struct fuse_file_info *, struct fuse_pollhandle *, unsigned *); member in struct:fuse_operations_v34
|
v35.h | 83 int (*poll) (const char *, struct fuse_file_info *, struct fuse_pollhandle *, unsigned *); member in struct:fuse_operations_v35
|
v38.h | 82 int (*poll) (const char *, struct fuse_file_info *, struct fuse_pollhandle *, unsigned *); member in struct:fuse_operations_v38
|
/src/sys/arch/zaurus/stand/zbsdmod/ |
compat_linux.h | 42 void (*poll) (void); member in struct:file_operations
|
/src/sys/dev/tc/ |
px.c | 69 #define PX_STIC_POLL_OFFSET 0x000000 /* STIC DMA poll space */ 323 volatile uint32_t *poll, junk; local in function:px_pbuf_post 330 /* Get address of poll register for this buffer. */ 333 poll = (volatile uint32_t *)((char *)si->si_slotbase + (v >> 9)); 336 * Read the poll register and make sure the stamp wants to accept 346 junk = *poll;
|
pxg.c | 71 #define PXG_STIC_POLL_OFFSET 0x000000 /* STIC DMA poll space */ 316 volatile uint32_t *poll, junk; local in function:pxg_pbuf_post 323 /* Get address of poll register for this buffer. */ 325 poll = (volatile uint32_t *)((char *)si->si_slotbase + v); 328 * Read the poll register and make sure the stamp wants to accept 338 junk = *poll;
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_probe_helper.c | 73 module_param_named(poll, drm_kms_helper_poll, bool, 0600); 232 bool poll = false; local in function:drm_kms_helper_poll_enable 244 poll = true; 256 * drm_helper_probe_single_connector_modes() in case the poll 259 poll = true; 263 if (poll) 450 * Normally either the driver's hpd code or the poll loop should 465 * locks. Fire up the poll struct instead, it will 474 /* Re-enable polling in case the global poll config changed. */ 622 /* if we are connected and don't want to poll for disconnec [all...] |
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
pvcalls.h | 98 } poll; member in union:xen_pvcalls_request::__anon158892ed010a 133 } poll; member in union:xen_pvcalls_response::__anon158892ed020a
|
/src/usr.sbin/nfsd/ |
nfsd.c | 58 #include <poll.h> 90 #define poll(a, b, c) rump_sys_poll((a), (b), (c)) macro 573 if (poll(set, __arraycount(set), INFTIM) == -1) { 574 logit(LOG_ERR, "poll failed: %s", strerror(errno));
|
/src/sys/arch/hpcsh/dev/ |
pfckbd.c | 443 } poll = PD(1); local in function:pfckbd_poll_hitachi_power 458 _reg_write_2(SH7709_PCCR, cc | poll.cc); 459 _reg_write_2(SH7709_PDCR, dc | poll.dc); 460 _reg_write_2(SH7709_PECR, ec | poll.ec); 468 _reg_write_1(SH7709_PCDR, cd | poll.c); 469 _reg_write_1(SH7709_PDDR, dd | poll.d); 470 _reg_write_1(SH7709_PEDR, ed | poll.e); 473 /* poll POWER On */
|
/src/lib/libpthread/ |
pthread_cancelstub.c | 67 #include <poll.h> 81 #include <compat/sys/poll.h> 131 __typeof(poll) _sys_poll; 475 poll(struct pollfd *fds, nfds_t nfds, int timeout) function in typeref:typename:int 806 __strong_alias(_poll, poll)
|
/src/sys/dev/scsipi/ |
atapi_wdc.c | 507 * enough to be able to poll, and we don't go here that often 668 * the interrupt routine. Poll routine will exit early in this case. 707 const bool poll = ((xfer->c_scsipi->xs_control & XS_CTL_POLL) != 0); local in function:wdc_atapi_poll 713 if (!poll)
|
/src/sys/dev/adb/ |
adbvar.h | 111 /* cookie, poll, address/command, length, data */ 113 void (*poll)(void *); member in struct:adb_bus_accessops 114 void (*autopoll)(void *, int); /* bitmask of ADB addresses to poll */
|