/openbsd-src/lib/libssl/ |
H A D | pqueue.c | 99 pqueue_free(pqueue_s *pq) in pqueue_free() 105 pqueue_insert(pqueue_s *pq, pitem *item) in pqueue_insert() 140 pqueue_peek(pqueue_s *pq) in pqueue_peek() 146 pqueue_pop(pqueue_s *pq) in pqueue_pop() 157 pqueue_find(pqueue_s *pq, unsigned char *prio64be) in pqueue_find() 170 pqueue_iterator(pqueue_s *pq) in pqueue_iterator() 191 pqueue_size(pqueue_s *pq) in pqueue_size()
|
/openbsd-src/sbin/unwind/ |
H A D | frontend.c | 485 struct pending_query *pq; frontend_dispatch_resolver() local 669 free_pending_query(struct pending_query * pq) free_pending_query() argument 695 struct pending_query *pq = NULL; udp_receive() local 732 handle_query(struct pending_query * pq) handle_query() argument 852 noerror_answer(struct pending_query * pq) noerror_answer() argument 902 synthesize_dns64_answer(struct pending_query * pq) synthesize_dns64_answer() argument 1000 struct pending_query *pq; resend_dns64_query() local 1095 chaos_answer(struct pending_query * pq) chaos_answer() argument 1139 error_answer(struct pending_query * pq,int rcode) error_answer() argument 1188 send_answer(struct pending_query * pq) send_answer() argument 1250 struct pending_query *pq; find_pending_query() local 1615 struct pending_query *pq; tcp_accept() local 1674 struct pending_query *pq; tcp_request() local 1737 struct pending_query *pq; tcp_response() local [all...] |
/openbsd-src/regress/lib/libssl/pqueue/ |
H A D | pq_test.c | 70 pqueue_print(pqueue pq) in pqueue_print() 89 pqueue pq; in main() local
|
/openbsd-src/sys/dev/ic/ |
H A D | pgt.c | 232 pgt_queue_frags_pending(struct pgt_softc *sc, enum pgt_queue pq) in pgt_queue_frags_pending() 250 pgt_load_tx_desc_frag(struct pgt_softc *sc, enum pgt_queue pq, in pgt_load_tx_desc_frag() 366 pgt_cleanup_queue(struct pgt_softc *sc, enum pgt_queue pq, in pgt_cleanup_queue() 1248 pgt_txdone(struct pgt_softc *sc, enum pgt_queue pq) in pgt_txdone() 1279 pgt_rxdone(struct pgt_softc *sc, enum pgt_queue pq) in pgt_rxdone() 1467 pgt_datarx_completion(struct pgt_softc *sc, enum pgt_queue pq) in pgt_datarx_completion() 1730 pgt_desc_transmit(struct pgt_softc *sc, enum pgt_queue pq, struct pgt_desc *pd, in pgt_desc_transmit() 1759 pgt_maybe_trigger(struct pgt_softc *sc, enum pgt_queue pq) in pgt_maybe_trigger() 2962 pgt_drain_tx_queue(struct pgt_softc *sc, enum pgt_queue pq) in pgt_drain_tx_queue() 3116 pgt_dma_alloc_queue(struct pgt_softc *sc, enum pgt_queue pq) in pgt_dma_alloc_queue() [all …]
|
H A D | pgtvar.h | 219 pgt_queue_is_rx(enum pgt_queue pq) in pgt_queue_is_rx() 227 pgt_queue_is_tx(enum pgt_queue pq) in pgt_queue_is_tx() 235 pgt_queue_is_data(enum pgt_queue pq) in pgt_queue_is_data() 244 pgt_queue_is_mgmt(enum pgt_queue pq) in pgt_queue_is_mgmt()
|
/openbsd-src/sys/net/ |
H A D | ifq.c | 918 ml_init(&pq->pq_lists[i]); in priq_free() argument 908 struct priq *pq; priq_alloc() local 926 struct priq *pq; priq_enq() local 960 struct priq *pq = ifq->ifq_q; priq_deq_begin() local 990 struct priq *pq = ifq->ifq_q; priq_purge() local [all...] |
H A D | pf_ioctl.c | 1218 struct pfioc_queue *pq = (struct pfioc_queue *)addr; in pfioctl() local 1237 struct pfioc_queue *pq = (struct pfioc_queue *)addr; in pfioctl() local 1263 struct pfioc_qstats *pq = (struct pfioc_qstats *)addr; in pfioctl() local [all...] |
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/23_containers/ |
H A D | adaptors.cc | 56 std::priority_queue<int> pq; in test03() local
|
/openbsd-src/sys/arch/alpha/alpha/ |
H A D | pmap.c | 384 #define PSJQ_LOCK(pq, s) mtx_enter(&(pq)->pq_mtx) argument 385 #define PSJQ_UNLOCK(pq, s) mtx_leave(&(pq)->pq_mtx) argument 3474 struct pmap_tlb_shootdown_q *pq; pmap_tlb_shootdown() local 3571 struct pmap_tlb_shootdown_q *pq = &pmap_tlb_shootdown_q[cpu_id]; pmap_do_tlb_shootdown() local 3610 pmap_tlb_shootdown_q_drain(struct pmap_tlb_shootdown_q * pq) pmap_tlb_shootdown_q_drain() argument 3629 pmap_tlb_shootdown_job_get(struct pmap_tlb_shootdown_q * pq) pmap_tlb_shootdown_job_get() argument 3647 pmap_tlb_shootdown_job_put(struct pmap_tlb_shootdown_q * pq,struct pmap_tlb_shootdown_job * pj) pmap_tlb_shootdown_job_put() argument [all...] |
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
H A D | kfd_kernel_queue.h | 72 struct kfd_mem_obj *pq; member
|
/openbsd-src/sbin/pfctl/ |
H A D | pfctl_queue.c | 115 struct pfioc_queue pq; in pfctl_update_qstats() local
|
/openbsd-src/sys/dev/ |
H A D | softraid_raid6.c | 663 struct sr_raid6_opaque *pq = ccb->ccb_opaque; in sr_raid6_intr() local
|
/openbsd-src/usr.bin/systat/ |
H A D | pftop.c | 1512 struct pfioc_queue pq; in pfctl_update_qstats() local
|
/openbsd-src/usr.sbin/unbound/sldns/ |
H A D | str2wire.c | 47 uint8_t *q, *pq, label_len; in sldns_str2wire_dname_buf_rel() local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | dlltool.c | 1005 iheadtype **pq; in append_import() local
|
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | dlltool.c | 994 iheadtype **pq; in append_import() local
|
/openbsd-src/sbin/unwind/libunbound/sldns/ |
H A D | str2wire.c | 47 uint8_t *q, *pq, label_len; in sldns_str2wire_dname_buf_rel() local
|
/openbsd-src/sys/dev/pci/drm/amd/display/dc/ |
H A D | dc.h | 142 uint16_t pq : 1; member
|