Home
last modified time | relevance | path

Searched defs:dq (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/unbound/iterator/
H A Diter_donotq.c54 struct iter_donotq* dq = (struct iter_donotq*)calloc(1, in donotq_create() local
67 donotq_delete(struct iter_donotq* dq) in donotq_delete()
77 donotq_insert(struct iter_donotq* dq, struct sockaddr_storage* addr, in donotq_insert()
92 donotq_str_cfg(struct iter_donotq* dq, const char* str) in donotq_str_cfg()
111 read_donotq(struct iter_donotq* dq, struct config_file* cfg) in read_donotq()
123 donotq_apply_cfg(struct iter_donotq* dq, struct config_file* cfg) in donotq_apply_cfg()
/freebsd/sys/ufs/ufs/
H A Dufs_quota.c153 struct dquot *dq; in chkdq() local
254 struct dquot *dq = ip->i_dquot[type]; in chkdqchg() local
308 struct dquot *dq; in chkiq() local
392 struct dquot *dq = ip->i_dquot[type]; in chkiqchg() local
497 struct dquot *dq; in quotaon() local
648 struct dquot *dq; in quotaoff1() local
797 struct dquot *dq; in _getquota() local
838 struct dquot *dq; in _setquota() local
901 struct dquot *dq; in _setuse() local
1062 struct dquot *dq; in qsync() local
[all …]
H A Dquota.h195 #define DQREF(dq) dqref(dq) argument
197 #define DQREF(dq) (dq)->dq_cnt++ argument
200 #define DQI_LOCK(dq) mtx_lock(&(dq)->dq_lock) argument
201 #define DQI_UNLOCK(dq) mtx_unlock(&(dq)->dq_lock) argument
203 #define DQI_WAIT(dq, prio, msg) do { \ argument
211 #define DQI_WAKEUP(dq) do { \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp230 dispatch_queue_t dq, void *ctxt, in INTERCEPTOR()
306 dispatch_queue_t dq, dispatch_mach_handler_t handler) { in INTERCEPTOR()
319 dispatch_queue_t dq, void *ctxt, in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp129 dispatch_queue_t dq, void *ctxt, dispatch_function_t func) { in INTERCEPTOR()
/freebsd/contrib/bearssl/inc/
H A Dbearssl_rsa.h198 unsigned char *dq; member
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_channel.c343 dpaa2_chan_next_frame(struct dpaa2_channel *ch, struct dpaa2_dq **dq) in dpaa2_chan_next_frame()
H A Ddpaa2_io.c538 struct dpaa2_dq dq; in dpaa2_io_intr() local
H A Ddpaa2_swp.c639 dpaa2_swp_dqrr_next_locked(struct dpaa2_swp *swp, struct dpaa2_dq *dq, in dpaa2_swp_dqrr_next_locked()
H A Ddpaa2_ni.c3006 struct dpaa2_dq *dq; in dpaa2_ni_consume_frames() local
/freebsd/contrib/ntp/libparse/
H A Dparsesolaris.c782 register queue_t *dq; in init_linemon() local
H A Dparsestreams.c932 register queue_t *dq; in init_linemon() local
/freebsd/sys/dev/usb/template/
H A Dusb_template.c1086 struct usb_device_qualifier *dq; in usb_temp_get_qualifier_desc() local
/freebsd/usr.sbin/syslogd/
H A Dsyslogd.c3335 struct deadq_entry *dq, *dq0; in markit() local
3785 struct deadq_entry *dq; in deadq_enter() local
3803 deadq_remove(struct deadq_entry *dq) in deadq_remove()
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_fw_mmp.h421 uint64_t dq; /**< RSA private key 0 &lt; dq &lt; q-1 (4 qwords)*/ member
499 uint64_t dq; /**< RSA private key 0 &lt; dq &lt; q-1 (8 qwords)*/ member
577 uint64_t dq; /**< RSA private key, 0 &lt; dq &lt; q-1 (12 qwords)*/ member
655 uint64_t dq; /**< RSA private key, 0 &lt; dq &lt; q-1 (16 qwords)*/ member
733 uint64_t dq; /**< RSA private key, 0 &lt; dq &lt; q-1 (24 qwords)*/ member
811 uint64_t dq; /**< RSA private key, 0 &lt; dq &lt; q-1 (32 qwords)*/ member
858 uint64_t dq; /**< RSA private key, 0 &lt; dq &lt; q-1 (64 qwords)*/ member
4118 uint64_t dq; /**< RSA private key (second form) (4 qwords)*/ member
4188 uint64_t dq; /**< RSA private key (second form) (8 qwords)*/ member
4258 uint64_t dq; /**< RSA private key (12 qwords)*/ member
[all …]
/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c588 int dq[2] = {-1, -1}; in cxgbe_netmap_split_rss() local
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqman_low.h686 struct qm_dqrr_entry *dq, in qmPortalDqrrDcaConsume1ptr()
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c6397 unsigned char dq[256]; in test_RSA_PSS() local
6662 unsigned char dq[256]; in test_RSA_OAEP() local