| /openbsd/src/usr.sbin/rpki-client/ |
| D | main.c | 979 struct msgbuf *queues[NPFD]; in main() local 1253 queues[0] = procq; in main() 1255 queues[1] = rsyncq; in main() 1257 queues[2] = httpq; in main() 1259 queues[3] = rrdpq; in main() 1298 if (msgbuf_queuelen(queues[i]) > 0) in main() 1316 if (msgbuf_write(pfd[i].fd, queues[i]) == -1) { in main() 1337 switch (ibuf_read(pfd[1].fd, queues[1])) { in main() 1343 while ((b = io_buf_get(queues[1])) != NULL) { in main() 1355 switch (ibuf_read(pfd[2].fd, queues[2])) { in main() [all …]
|
| /openbsd/src/sys/dev/pci/ |
| D | if_em.h | 378 for ((_que) = (_sc)->queues; \ 379 (_que) < ((_sc)->queues + (_sc)->num_queues); \ 455 struct em_queue *queues; member
|
| D | if_ixv.c | 433 struct ix_queue *que = sc->queues; in ixv_init() 741 if (sc->queues[i].tag != NULL) in ixv_stop() 742 intr_barrier(sc->queues[i].tag); in ixv_stop() 1095 struct ix_queue *que = sc->queues; in ixv_enable_intr() 1107 que = sc->queues; in ixv_enable_intr() 1165 struct ix_queue *que = sc->queues; in ixv_configure_ivars() 1264 for (i = 0, que = sc->queues; i < sc->num_queues; i++, que++) { in ixv_allocate_msix() 1322 for (que = sc->queues; i > 0; i--, que++) { in ixv_allocate_msix()
|
| D | if_igc.c | 382 sc->queues = mallocarray(sc->sc_nqueues, sizeof(struct igc_queue), in igc_allocate_queues() 384 if (sc->queues == NULL) { in igc_allocate_queues() 444 iq = &sc->queues[i]; in igc_allocate_queues() 475 struct igc_queue *iq = sc->queues; in igc_free_pci_resources() 660 for (i = 0, iq = sc->queues; i < sc->sc_nqueues; i++, iq++) { in igc_allocate_msix() 703 for (iq = sc->queues; i > 0; i--, iq++) { in igc_allocate_msix() 1154 if (sc->queues[i].tag != NULL) in igc_stop() 1155 intr_barrier(sc->queues[i].tag); in igc_stop() 1703 struct igc_queue *iq = sc->queues; in igc_configure_queues()
|
| D | if_ix.h | 262 struct ix_queue *queues; member
|
| D | if_igc.h | 317 struct igc_queue *queues; member
|
| D | if_em.c | 647 struct em_queue *que = sc->queues; /* Use only first queue. */ in em_start() 783 NULL, EM_MCLBYTES, &sc->queues->rx.sc_rx_ring); in em_ioctl() 825 struct em_queue *que = sc->queues; /* Use only first queue. */ in em_watchdog() 1012 struct em_queue *que = sc->queues; /* single queue */ in em_intr() 1350 struct em_queue *que = sc->queues; /* single queue chip */ in em_82547_move_tail_locked() 1422 struct em_queue *que = sc->queues; /* single queue chip */ in em_82547_tx_fifo_reset() 1607 struct em_queue *que = sc->queues; /* Use only first queue. */ in em_stop() 1788 sc->queues = que; in em_allocate_pci_resources() 1862 if (sc->queues) in em_free_pci_resources() 1863 free(sc->queues, M_DEVBUF, in em_free_pci_resources() [all …]
|
| D | if_ix.c | 1035 for (i = 0, que = sc->queues; i < sc->num_queues; i++, que++) in ixgbe_enable_queues() 1655 if (sc->queues[i].tag != NULL) in ixgbe_stop() 1656 intr_barrier(sc->queues[i].tag); in ixgbe_stop() 1763 for (i = 0, que = sc->queues; i < sc->num_queues; i++, que++) { in ixgbe_allocate_msix() 1806 for (que = sc->queues; i > 0; i--, que++) { in ixgbe_allocate_msix() 1876 struct ix_queue *que = sc->queues; in ixgbe_free_pci_resources() 2147 if (!(sc->queues = mallocarray(sc->num_queues, in ixgbe_allocate_queues() 2218 que = &sc->queues[i]; in ixgbe_allocate_queues() 3583 struct ix_queue *que = sc->queues; in ixgbe_configure_ivars()
|
| D | if_ngbe.c | 816 if (sc->queues[i].tag != NULL) in ngbe_stop() 817 intr_barrier(sc->queues[i].tag); in ngbe_stop() 958 for (i = 0, nq = sc->queues; i < sc->sc_nqueues; i++, nq++) { in ngbe_allocate_msix() 998 for (nq = sc->queues; i > 0; i--, nq++) { in ngbe_allocate_msix() 1169 sc->queues = mallocarray(sc->sc_nqueues, sizeof(struct ngbe_queue), in ngbe_allocate_queues() 1171 if (sc->queues == NULL) { in ngbe_allocate_queues() 1231 nq = &sc->queues[i]; in ngbe_allocate_queues() 2390 struct ngbe_queue *nq = sc->queues; in ngbe_configure_ivars() 2429 for (i = 0, nq = sc->queues; i < sc->sc_nqueues; i++, nq++) in ngbe_disable_intr() 2562 for (i = 0, nq = sc->queues; i < sc->sc_nqueues; i++, nq++) in ngbe_enable_intr()
|
| /openbsd/src/sys/net/ |
| D | pf_ruleset.c | 107 TAILQ_INIT(&ruleset->rules.queues[0]); in pf_init_ruleset() 108 TAILQ_INIT(&ruleset->rules.queues[1]); in pf_init_ruleset() 109 ruleset->rules.active.ptr = &ruleset->rules.queues[0]; in pf_init_ruleset() 110 ruleset->rules.inactive.ptr = &ruleset->rules.queues[1]; in pf_init_ruleset()
|
| /openbsd/src/sys/dev/pci/drm/amd/amdkfd/ |
| D | kfd_debug.c | 52 list_for_each_entry(pqn, &pqm->queues, process_queue_list) { in kfd_dbg_ev_query_debug_event() 162 list_for_each_entry(pqn, &pqm->queues, in kfd_dbg_ev_raise() 224 list_for_each_entry(pqn, &pqm->queues, in kfd_set_dbg_ev_from_interrupt() 329 list_for_each_entry(pqn, &pqm->queues, process_queue_list) { in kfd_dbg_set_workaround() 338 list_for_each_entry(pqn, &pqm->queues, process_queue_list) in kfd_dbg_set_workaround() 653 list_for_each_entry(pqn, &pqm->queues, process_queue_list) { in kfd_dbg_clean_exception_status() 1133 list_for_each_entry(pqn, &pqm->queues, process_queue_list) { in kfd_dbg_set_enabled_debug_exception_mask()
|
| D | kfd_process_queue_manager.c | 38 list_for_each_entry(pqn, &pqm->queues, process_queue_list) { in get_queue_by_qid() 173 INIT_LIST_HEAD(&pqm->queues); in pqm_init() 216 list_for_each_entry_safe(pqn, next, &pqm->queues, process_queue_list) { in pqm_uninit() 456 list_add(&pqn->process_queue_list, &pqm->queues); in pqm_create_queue() 714 list_for_each_entry(pqn, &pqm->queues, process_queue_list) { in pqm_get_queue_snapshot() 1095 list_for_each_entry(pqn, &pqm->queues, process_queue_list) { in pqm_debugfs_mqds()
|
| D | kfd_packet_manager.c | 124 struct list_head *queues, in pm_create_runlist_ib() argument 153 list_for_each_entry(cur, queues, list) { in pm_create_runlist_ib()
|
| D | kfd_device_queue_manager.c | 161 list_for_each_entry(cur, &dqm->queues, list) { in kfd_hws_hang() 318 list_for_each_entry(cur, &dqm->queues, list) { in remove_all_queues_mes() 1386 list_add(&n->list, &dqm->queues); in register_process() 1418 list_for_each_entry_safe(cur, next, &dqm->queues, list) { in unregister_process() 1484 INIT_LIST_HEAD(&dqm->queues); in initialize_nocpsch() 1720 INIT_LIST_HEAD(&dqm->queues); in initialize_cpsch() 2103 retval = pm_send_runlist(&dqm->packet_mgr, &dqm->queues); in map_queues_cpsch() 2178 list_for_each_entry(cur, &dqm->queues, list) { in find_queue_by_address() 2566 list_for_each_entry_safe(cur, next_dpn, &dqm->queues, list) { in process_termination_nocpsch() 2715 list_for_each_entry_safe(cur, next_dpn, &dqm->queues, list) { in process_termination_cpsch()
|
| D | kfd_device_queue_manager.h | 248 struct list_head queues; member
|
| /openbsd/src/regress/usr.sbin/pkg_add/newcups/cups-filters-1.20.3/ |
| D | +DESC | 7 ldap support for browsing remote printer queues via LDAP
|
| /openbsd/src/regress/usr.sbin/pkg_add/oldcups/cups-filters-1.20.3/ |
| D | +DESC | 7 ldap support for browsing remote printer queues via LDAP
|
| /openbsd/src/regress/usr.sbin/pkg_add/oldcups/cups-2.2.7p1/ |
| D | +DESC | 7 managing print jobs and queues. The Line Printer Daemon ("LPD") Server
|
| /openbsd/src/regress/usr.sbin/pkg_add/newcups/cups-2.2.8/ |
| D | +DESC | 7 managing print jobs and queues. The Line Printer Daemon ("LPD") Server
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCScheduleP9.td | 70 // An instruction can go down one of two issue queues. 74 // Even or an Odd queue. The EXECE represents the even queues and the EXECO 75 // represents the odd queues.
|
| /openbsd/src/gnu/usr.bin/perl/cpan/IPC-SysV/t/ |
| D | ipcsysv.t | 166 You can check the message queues with the 'ipcs' command and 167 you can remove unneeded queues with the 'ipcrm -q id' command.
|
| /openbsd/src/usr.bin/vi/docs/internals/ |
| D | structures | 8 global things like the input key queues, and functions as a single place
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64SchedKryo.td | 15 // The issue width is set to five, matching the five issue queues for expanded
|
| /openbsd/src/sys/conf/ |
| D | GENERIC | 24 option SYSVMSG # System V-like message queues
|
| /openbsd/src/sbin/pfctl/ |
| D | parse.y | 267 struct node_qassign queues; member 1952 if (filter_opts.queues.qname) { 1956 filter_opts.queues = $2; 2168 if (filter_opts.queues.qname) { 2172 filter_opts.queues = $2; 6004 if (opts->queues.qname != NULL) { in filteropts_to_rule() 6005 if (strlcpy(r->qname, opts->queues.qname, in filteropts_to_rule() 6011 free(opts->queues.qname); in filteropts_to_rule() 6013 if (opts->queues.pqname != NULL) { in filteropts_to_rule() 6014 if (strlcpy(r->pqname, opts->queues.pqname, in filteropts_to_rule() [all …]
|