HomeSort by: relevance | last modified time | path
    Searched defs:poll (Results 1 - 25 of 108) sorted by relevancy

1 2 3 4 5

  /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)
hpib.c 121 int (*poll)(int); local in function:hpibswait
125 poll = fhpibppoll;
127 poll = nhpibppoll;
128 while (((*poll)(unit) & slave) == 0)
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
hdmicec_if.h 40 int (*poll)(void *, int events, lwp_t *l); member in struct:hdmicec_hw_if
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);
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);
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
cudavar.h 56 void (*poll)(void *); /* poll until the chip is idle */ member in struct:cuda_attach_args
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
uhavar.h 51 int (*poll)(struct uha_softc *, struct scsipi_xfer *, int); member in struct:uha_softc
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)) {
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)) {
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;
puc.c 151 bool poll = false; local in function:puc_attach
219 poll = true;
291 paa.poll = poll;
puc.c 151 bool poll = false; local in function:puc_attach
219 poll = true;
291 paa.poll = poll;
  /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)
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)
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

Completed in 39 milliseconds

1 2 3 4 5