/dflybsd-src/sys/net/netmap/ |
H A D | netmap_mbq.c | 35 static inline void __mbq_init(struct mbq *q) in __mbq_init() 41 void mbq_safe_init(struct mbq *q) in mbq_safe_init() 47 void mbq_init(struct mbq *q) in mbq_init() 52 static inline void __mbq_enqueue(struct mbq *q, struct mbuf *m) in __mbq_enqueue() 64 void mbq_safe_enqueue(struct mbq *q, struct mbuf *m) in mbq_safe_enqueue() 71 void mbq_enqueue(struct mbq *q, struct mbuf *m) in mbq_enqueue() 76 static inline struct mbuf *__mbq_dequeue(struct mbq *q) in __mbq_dequeue() 93 struct mbuf *mbq_safe_dequeue(struct mbq *q) in mbq_safe_dequeue() 104 struct mbuf *mbq_dequeue(struct mbq *q) in mbq_dequeue() 110 static void __mbq_purge(struct mbq *q, int safe) in __mbq_purge() [all …]
|
/dflybsd-src/sys/netgraph7/bluetooth/include/ |
H A D | ng_bluetooth.h | 74 #define NG_BT_MBUFQ_INIT(q, _maxlen) \ argument 83 #define NG_BT_MBUFQ_DESTROY(q) \ argument 88 #define NG_BT_MBUFQ_FIRST(q) (q)->head argument 90 #define NG_BT_MBUFQ_LEN(q) (q)->len argument 92 #define NG_BT_MBUFQ_FULL(q) ((q)->len >= (q)->maxlen) argument 94 #define NG_BT_MBUFQ_DROP(q) (q)->drops ++ argument 96 #define NG_BT_MBUFQ_ENQUEUE(q, i) \ argument 109 #define NG_BT_MBUFQ_DEQUEUE(q, i) \ argument 122 #define NG_BT_MBUFQ_PREPEND(q, i) \ argument 132 #define NG_BT_MBUFQ_DRAIN(q) \ argument [all …]
|
/dflybsd-src/sys/net/altq/ |
H A D | altq_classq.h | 66 #define qtype(q) (q)->qtype_ /* Get queue type */ argument 67 #define qlimit(q) (q)->qlim_ /* Max packets to be queued */ argument 68 #define qlen(q) (q)->qlen_ /* Current queue length. */ argument 69 #define qtail(q) classq_tail(&(q)->que_) /* Tail of the queue */ argument 70 #define qhead(q) classq_head(&(q)->que_) argument 72 #define qempty(q) ((q)->qlen_ == 0) /* Is the queue empty?? */ argument 73 #define q_is_red(q) ((q)->qtype_ == Q_RED) /* Is the queue a red queue */ argument 74 #define q_is_rio(q) ((q)->qtype_ == Q_RIO) /* Is the queue a rio queue */ argument 75 #define q_is_red_or_rio(q) ((q)->qtype_ == Q_RED || (q)->qtype_ == Q_RIO) argument 78 _addq(class_queue_t *q, struct mbuf *m) in _addq() [all …]
|
H A D | if_classq.h | 46 #define classq_tail(q) (q)->clq_tail argument 47 #define classq_head(q) ((q)->clq_tail ? (q)->clq_tail->m_nextpkt : NULL) argument 50 classq_add(struct if_classq *q, struct mbuf *m) in classq_add() 63 classq_get(struct if_classq *q) in classq_get()
|
/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_xmit.c | 97 ar9300_set_tx_queue_props(struct ath_hal *ah, int q, const HAL_TXQ_INFO *q_info) in ar9300_set_tx_queue_props() 113 ar9300_get_tx_queue_props(struct ath_hal *ah, int q, HAL_TXQ_INFO *q_info) in ar9300_get_tx_queue_props() 143 int q; in ar9300_setup_tx_queue() local 248 ar9300_release_tx_queue(struct ath_hal *ah, u_int q) in ar9300_release_tx_queue() 283 ar9300_reset_tx_queue(struct ath_hal *ah, u_int q) in ar9300_reset_tx_queue() 513 ar9300_get_tx_dp(struct ath_hal *ah, u_int q) in ar9300_get_tx_dp() 523 ar9300_set_tx_dp(struct ath_hal *ah, u_int q, u_int32_t txdp) in ar9300_set_tx_dp() 538 ar9300_start_tx_dma(struct ath_hal *ah, u_int q) in ar9300_start_tx_dma() 548 ar9300_num_tx_pending(struct ath_hal *ah, u_int q) in ar9300_num_tx_pending() 584 ar9300_stop_tx_dma(struct ath_hal *ah, u_int q, u_int timeout) in ar9300_stop_tx_dma() [all …]
|
/dflybsd-src/contrib/gmp/mpn/generic/ |
H A D | hgcd2.c | 40 mp_limb_t q = 0; in div1() local 94 mp_limb_t q = 0; in div2() local 277 mp_limb_t q = div2 (r, ah, al, bh, bl); in mpn_hgcd2() local 319 mp_limb_t q = div2 (r, bh, bl, ah, al); in mpn_hgcd2() local 357 mp_limb_t q = div1 (&r, ah, bh); in mpn_hgcd2() local 388 mp_limb_t q = div1 (&r, bh, ah); in mpn_hgcd2() local
|
H A D | sbpi1_bdiv_qr.c | 67 mp_limb_t q; in mpn_sbpi1_bdiv_qr() local 83 mp_limb_t q; in mpn_sbpi1_bdiv_qr() local
|
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5210/ |
H A D | ar5210_xmit.c | 36 ar5210SetTxQueueProps(struct ath_hal *ah, int q, const HAL_TXQ_INFO *qInfo) in ar5210SetTxQueueProps() 52 ar5210GetTxQueueProps(struct ath_hal *ah, int q, HAL_TXQ_INFO *qInfo) in ar5210GetTxQueueProps() 73 int q; in ar5210SetupTxQueue() local 123 ar5210ReleaseTxQueue(struct ath_hal *ah, u_int q) in ar5210ReleaseTxQueue() 154 ar5210ResetTxQueue(struct ath_hal *ah, u_int q) in ar5210ResetTxQueue() 257 ar5210GetTxDP(struct ath_hal *ah, u_int q) in ar5210GetTxDP() 282 ar5210SetTxDP(struct ath_hal *ah, u_int q, uint32_t txdp) in ar5210SetTxDP() 367 ar5210StartTxDma(struct ath_hal *ah, u_int q) in ar5210StartTxDma() 400 ar5210NumTxPending(struct ath_hal *ah, u_int q) in ar5210NumTxPending() 428 ar5210StopTxDma(struct ath_hal *ah, u_int q) in ar5210StopTxDma()
|
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5211/ |
H A D | ar5211_xmit.c | 80 ar5211SetTxQueueProps(struct ath_hal *ah, int q, const HAL_TXQ_INFO *qInfo) in ar5211SetTxQueueProps() 96 ar5211GetTxQueueProps(struct ath_hal *ah, int q, HAL_TXQ_INFO *qInfo) in ar5211GetTxQueueProps() 117 int q; in ar5211SetupTxQueue() local 199 ar5211ReleaseTxQueue(struct ath_hal *ah, u_int q) in ar5211ReleaseTxQueue() 233 ar5211ResetTxQueue(struct ath_hal *ah, u_int q) in ar5211ResetTxQueue() 403 ar5211GetTxDP(struct ath_hal *ah, u_int q) in ar5211GetTxDP() 413 ar5211SetTxDP(struct ath_hal *ah, u_int q, uint32_t txdp) in ar5211SetTxDP() 433 ar5211StartTxDma(struct ath_hal *ah, u_int q) in ar5211StartTxDma() 454 ar5211NumTxPending(struct ath_hal *ah, u_int q) in ar5211NumTxPending() 476 ar5211StopTxDma(struct ath_hal *ah, u_int q) in ar5211StopTxDma()
|
/dflybsd-src/sys/dev/drm/ |
H A D | linux_wait.c | 32 default_wake_function(wait_queue_entry_t *q, unsigned mode, int wake_flags, void *key) in default_wake_function() 50 __wake_up_core(wait_queue_head_t *q, int num_to_wake_up) in __wake_up_core() 77 prepare_to_wait(wait_queue_head_t *q, wait_queue_entry_t *wait, int state) in prepare_to_wait() 87 finish_wait(wait_queue_head_t *q, wait_queue_entry_t *wait) in finish_wait() 133 void __init_waitqueue_head(wait_queue_head_t *q, in __init_waitqueue_head()
|
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5212/ |
H A D | ar5212_xmit.c | 86 ar5212SetTxQueueProps(struct ath_hal *ah, int q, const HAL_TXQ_INFO *qInfo) in ar5212SetTxQueueProps() 103 ar5212GetTxQueueProps(struct ath_hal *ah, int q, HAL_TXQ_INFO *qInfo) in ar5212GetTxQueueProps() 127 int q, defqflags; in ar5212SetupTxQueue() local 231 ar5212ReleaseTxQueue(struct ath_hal *ah, u_int q) in ar5212ReleaseTxQueue() 269 ar5212ResetTxQueue(struct ath_hal *ah, u_int q) in ar5212ResetTxQueue() 515 ar5212GetTxDP(struct ath_hal *ah, u_int q) in ar5212GetTxDP() 525 ar5212SetTxDP(struct ath_hal *ah, u_int q, uint32_t txdp) in ar5212SetTxDP() 545 ar5212StartTxDma(struct ath_hal *ah, u_int q) in ar5212StartTxDma() 565 ar5212NumTxPending(struct ath_hal *ah, u_int q) in ar5212NumTxPending() 589 ar5212StopTxDma(struct ath_hal *ah, u_int q) in ar5212StopTxDma()
|
/dflybsd-src/usr.sbin/ypserv/ |
H A D | yp_dnslookup.c | 149 struct circleq_dnsentry *q; in yp_malloc_dnsent() local 202 struct circleq_dnsentry *q; in yp_find_dnsqent() local 221 yp_send_dns_reply(struct circleq_dnsentry *q, char *buf) in yp_send_dns_reply() 319 struct circleq_dnsentry *q, *n; in yp_prune_dnsq() local 347 struct circleq_dnsentry *q; in yp_run_dnsq() local 415 struct circleq_dnsentry *q; in yp_async_lookup_name() local 470 struct circleq_dnsentry *q; in yp_async_lookup_addr() local
|
/dflybsd-src/tools/regression/lib/libm/ |
H A D | test-rem.c | 112 int q; in test_invalid() local 145 int q; in testl() local 167 int q; in testd() local 189 int q; in testf() local
|
/dflybsd-src/games/trek/ |
H A D | kill.c | 95 struct quad *q; in killb() local 145 struct quad *q; in kills() local 188 struct quad *q; in killd() local
|
/dflybsd-src/contrib/wpa_supplicant/src/p2p/ |
H A D | p2p_sd.c | 53 struct p2p_sd_query *q; in p2p_pending_sd_req() local 120 struct p2p_sd_query *q, *prev; in p2p_unlink_sd_query() local 148 static void p2p_free_sd_query(struct p2p_sd_query *q) in p2p_free_sd_query() 159 struct p2p_sd_query *q, *prev; in p2p_free_sd_queries() local 604 struct p2p_sd_query *q; in p2p_rx_gas_initial_resp() local 850 struct p2p_sd_query *q; in p2p_rx_gas_comeback_resp() local 875 struct p2p_sd_query *q; in p2p_sd_request() local 918 struct p2p_sd_query *q; in p2p_sd_request_wfd() local
|
/dflybsd-src/sys/net/dummynet/ |
H A D | ip_dummynet.c | 431 #define SET_TICKS(pkt, q, p) \ argument 440 move_pkt(struct dn_pkt *pkt, struct dn_flow_queue *q, in move_pkt() 460 ready_event(struct dn_flow_queue *q) in ready_event() 545 struct dn_flow_queue *q = sch->p[0].object; in ready_event_wfq() local 588 struct dn_flow_queue *q = neh->p[0].object; in ready_event_wfq() local 603 struct dn_flow_queue *q = p->idle_heap.p[i].object; in ready_event_wfq() local 646 struct dn_flow_queue *q = pipe->idle_heap.p[0].object; in dn_expire_pipe_cb() local 715 struct dn_flow_queue *q, *qn; in expire_queues() local 742 struct dn_flow_queue *q; in create_queue() local 777 struct dn_flow_queue *q; in find_queue() local [all …]
|
/dflybsd-src/sys/net/dummynet3/ |
H A D | ip_dummynet3.c | 450 #define SET_TICKS(pkt, q, p) \ argument 459 move_pkt(struct dn_pkt *pkt, struct dn_flow_queue *q, in move_pkt() 479 ready_event(struct dn_flow_queue *q) in ready_event() 564 struct dn_flow_queue *q = sch->p[0].object; in ready_event_wfq() local 607 struct dn_flow_queue *q = neh->p[0].object; in ready_event_wfq() local 622 struct dn_flow_queue *q = p->idle_heap.p[i].object; in ready_event_wfq() local 665 struct dn_flow_queue *q = pipe->idle_heap.p[0].object; in dn_expire_pipe_cb() local 734 struct dn_flow_queue *q, *qn; in expire_queues() local 761 struct dn_flow_queue *q; in create_queue() local 796 struct dn_flow_queue *q; in find_queue() local [all …]
|
/dflybsd-src/games/boggle/boggle/ |
H A D | bog.c | 222 int *p, *q; in batchword() local 250 int i, *p, *q; in playgame() local 382 char *p, *q; in checkword() local 464 char *q, *w; in validword() local 584 int p, q; in newgame() local 662 compar(const void *p, const void *q) in compar()
|
/dflybsd-src/contrib/mpfr/src/ |
H A D | exp_2.c | 41 mpz_normalize (mpz_t rop, mpz_t z, mpfr_exp_t q) in mpz_normalize() 84 mpfr_prec_t q, precy; in mpfr_exp_2() local 255 mpfr_exp2_aux (mpz_t s, mpfr_srcptr r, mpfr_prec_t q, mpfr_exp_t *exps) in mpfr_exp2_aux() 313 mpfr_exp2_aux2 (mpz_t s, mpfr_srcptr r, mpfr_prec_t q, mpfr_exp_t *exps) in mpfr_exp2_aux2()
|
/dflybsd-src/lib/libevtr/ |
H A D | evtr.c | 281 evtr_register_callback(evtr_query_t q, void (*fn)(evtr_event_t, void *), void *d) in evtr_register_callback() 305 evtr_deregister_callbacks(evtr_query_t q) in evtr_deregister_callbacks() 318 evtr_run_callbacks(evtr_event_t ev, evtr_query_t q) in evtr_run_callbacks() 358 evtr_deregister_filters(evtr_query_t q, evtr_filter_t filt, int nfilt) in evtr_deregister_filters() 373 evtr_filter_register(evtr_query_t q, evtr_filter_t filt) in evtr_filter_register() 388 evtr_query_needs_parsing(evtr_query_t q) in evtr_query_needs_parsing() 425 evtr_query_error(evtr_query_t q) in evtr_query_error() 431 evtr_query_errmsg(evtr_query_t q) in evtr_query_errmsg() 741 evtr_filter_match(evtr_query_t q, evtr_filter_t f, evtr_event_t ev) in evtr_filter_match() 770 evtr_match_filters(struct evtr_query *q, evtr_event_t ev) in evtr_match_filters() [all …]
|
/dflybsd-src/contrib/gmp/mpz/ |
H A D | divegcd.c | 48 mpz_divexact_by3 (mpz_ptr q, mpz_srcptr a) in mpz_divexact_by3() 72 mpz_divexact_gcd (mpz_ptr q, mpz_srcptr a, mpz_srcptr d) in mpz_divexact_gcd()
|
/dflybsd-src/sys/dev/crypto/ubsec/ |
H A D | ubsec.c | 388 struct ubsec_q *q; in ubsec_attach() local 513 struct ubsec_q *q; in ubsec_detach() local 590 struct ubsec_q *q; in ubsec_intr() local 707 struct ubsec_q *q, *q2; in ubsec_feed() local 1026 struct ubsec_q *q = NULL; in ubsec_process() local 1561 ubsec_callback(struct ubsec_softc *sc, struct ubsec_q *q) in ubsec_callback() 1655 struct ubsec_q2 *q; in ubsec_feed2() local 1678 ubsec_callback2(struct ubsec_softc *sc, struct ubsec_q2 *q) in ubsec_callback2() 1986 struct ubsec_q *q; in ubsec_cleanchip() local 2001 ubsec_free_q(struct ubsec_softc *sc, struct ubsec_q *q) in ubsec_free_q() [all …]
|
/dflybsd-src/contrib/dialog/ |
H A D | dlg_keys.c | 50 LIST_BINDINGS *p, *q; in dlg_register_window() local 165 DLG_KEYS_BINDING *q; in dlg_register_buttons() local 219 LIST_BINDINGS *p, *q; in dlg_unregister_window() local 256 DLG_KEYS_BINDING *q; in dlg_lookup_key() local 696 LIST_BINDINGS *p, *q; in make_binding() local 802 char *q; in dlg_parse_bindkey() local 974 DLG_KEYS_BINDING *q; in dlg_dump_window_keys() local
|
/dflybsd-src/sys/dev/drm/include/linux/ |
H A D | wait.h | 60 init_waitqueue_head(wait_queue_head_t *q) in init_waitqueue_head() 68 wake_up(wait_queue_head_t *q) in wake_up() 77 wake_up_all(wait_queue_head_t *q) in wake_up_all() 201 waitqueue_active(wait_queue_head_t *q) in waitqueue_active()
|
/dflybsd-src/usr.bin/window/ |
H A D | wwdelchar.c | 50 union ww_char *p, *q; in wwdelchar() local 110 union ww_char *p, *q; in wwdelchar() local
|