/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | poll.c | 26 #pragma weak _poll = poll 30 #include <sys/poll.h> 42 poll(struct pollfd *fds, nfds_t nfd, int timeout) function
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | nic.h | 26 int (*poll)P((struct nic *, int retrieve)); member in struct:nic
|
/illumos-gate/usr/src/boot/sys/boot/userboot/ |
H A D | userboot.h | 68 int (*poll)(void *arg); member in struct:loader_callbacks
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | vldc_impl.h | 113 struct pollhead poll; /* for poll */ member in struct:vldc_port
|
H A D | vcc_impl.h | 179 #define VCC_POLL_CONFIG 0x1 /* poll configuration change */ 268 uint_t pollflag; /* indicated poll status */ 269 struct pollhead poll; member in struct:vcc_port
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | move.c | 732 int64_t poll = 1; local 738 poll >= uioa_maxpoll)) { 742 /* No block, poll */ 743 poll++;
|
/illumos-gate/usr/src/uts/common/io/dld/ |
H A D | dld_proto.c | 1400 dld_capab_poll_enable(dld_str_t *dsp, dld_capab_poll_t *poll) argument 1412 * poll the softring (since DLS processing hasn't been done) nor can 1424 (mac_resource_add_t)poll->poll_ring_add_cf, 1425 (mac_resource_remove_t)poll->poll_ring_remove_cf, 1426 (mac_resource_quiesce_t)poll->poll_ring_quiesce_cf, 1427 (mac_resource_restart_t)poll->poll_ring_restart_cf, 1428 (mac_resource_bind_t)poll->poll_ring_bind_cf, 1429 poll->poll_ring_ch); 1439 dld_capab_poll_disable(dld_str_t *dsp, dld_capab_poll_t *poll) argument 1454 dld_capab_poll_t *poll local [all...] |
/illumos-gate/usr/src/uts/sun4u/sunfire/io/ |
H A D | fhc_bd.c | 996 int poll = 0; local 1016 poll++; 1035 return (poll);
|
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/ |
H A D | pcf8574_nct.h | 315 struct pollhead poll; member in struct:pcf8574_unit
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mac_provider.h | 339 mac_ring_poll_t poll; member in union:mac_ring_info_s::__anon8147 352 #define mri_poll mrfunion.poll
|
/illumos-gate/usr/src/man/man3head/ |
H A D | Makefile | 61 poll.h.3head \ 150 poll.3head \ 239 poll.3head := LINKSRC = poll.h.3head
|
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/ |
H A D | pvscsi.c | 1823 boolean_t poll = ((pkt->pkt_flags & FLAG_NOINTR) != 0); local 1859 if (HBA_IS_QUIESCED(pvs) && !poll) { 1867 if (poll) {
|
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_common.c | 3065 * ixgbe_pcie_timeout_poll - Return number of times to poll for completion 3070 * Add 10% to specified maximum and return the number of times to poll for 3123 u32 i, poll; local 3161 poll = ixgbe_pcie_timeout_poll(hw); 3162 for (i = 0; i < poll; i++) { 4604 u32 gcr_ext, hlreg0, i, poll; local 4630 poll = ixgbe_pcie_timeout_poll(hw); 4631 for (i = 0; i < poll; i++) {
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 117 #include <poll.h> 868 ret = poll(poll_fds, poll_nfds, 874 console(B_TRUE, "poll() error: %s\n", 4275 contract_event(struct pollfd *poll) argument 4281 if (!(poll->revents & POLLIN)) { 4282 if (poll->revents & POLLERR) 4284 "Unknown poll error on my process contract " 4289 err = ct_event_read(poll->fd, &e);
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi.h | 1069 size_t (*poll)(void *, clock_t); member in struct:iscsi_network
|
/illumos-gate/usr/src/uts/common/io/nge/ |
H A D | nge.h | 754 boolean_t poll; member in struct:nge
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 2049 dld_capab_poll_t poll; local 2054 bzero(&poll, sizeof (poll)); 2055 poll.poll_ring_add_cf = (uintptr_t)ip_squeue_add_ring; 2056 poll.poll_ring_remove_cf = (uintptr_t)ip_squeue_clean_ring; 2057 poll.poll_ring_quiesce_cf = (uintptr_t)ip_squeue_quiesce_ring; 2058 poll.poll_ring_restart_cf = (uintptr_t)ip_squeue_restart_ring; 2059 poll.poll_ring_bind_cf = (uintptr_t)ip_squeue_bind_ring; 2060 poll.poll_ring_ch = ill; 2061 rc = idc->idc_capab_df(idc->idc_capab_dh, DLD_CAPAB_POLL, &poll, [all...] |