/freebsd/contrib/unbound/iterator/ |
H A D | iter_donotq.c | 54 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 D | ufs_quota.c | 153 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 D | quota.h | 195 #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 D | asan_mac.cpp | 230 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 D | lsan_mac.cpp | 129 dispatch_queue_t dq, void *ctxt, dispatch_function_t func) { in INTERCEPTOR()
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_rsa.h | 198 unsigned char *dq; member
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_channel.c | 343 dpaa2_chan_next_frame(struct dpaa2_channel *ch, struct dpaa2_dq **dq) in dpaa2_chan_next_frame()
|
H A D | dpaa2_io.c | 538 struct dpaa2_dq dq; in dpaa2_io_intr() local
|
H A D | dpaa2_swp.c | 639 dpaa2_swp_dqrr_next_locked(struct dpaa2_swp *swp, struct dpaa2_dq *dq, in dpaa2_swp_dqrr_next_locked()
|
H A D | dpaa2_ni.c | 3006 struct dpaa2_dq *dq; in dpaa2_ni_consume_frames() local
|
/freebsd/contrib/ntp/libparse/ |
H A D | parsesolaris.c | 782 register queue_t *dq; in init_linemon() local
|
H A D | parsestreams.c | 932 register queue_t *dq; in init_linemon() local
|
/freebsd/sys/dev/usb/template/ |
H A D | usb_template.c | 1086 struct usb_device_qualifier *dq; in usb_temp_get_qualifier_desc() local
|
/freebsd/usr.sbin/syslogd/ |
H A D | syslogd.c | 3335 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 D | icp_qat_fw_mmp.h | 421 uint64_t dq; /**< RSA private key 0 < dq < q-1 (4 qwords)*/ member 499 uint64_t dq; /**< RSA private key 0 < dq < q-1 (8 qwords)*/ member 577 uint64_t dq; /**< RSA private key, 0 < dq < q-1 (12 qwords)*/ member 655 uint64_t dq; /**< RSA private key, 0 < dq < q-1 (16 qwords)*/ member 733 uint64_t dq; /**< RSA private key, 0 < dq < q-1 (24 qwords)*/ member 811 uint64_t dq; /**< RSA private key, 0 < dq < q-1 (32 qwords)*/ member 858 uint64_t dq; /**< RSA private key, 0 < dq < 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 D | t4_netmap.c | 588 int dq[2] = {-1, -1}; in cxgbe_netmap_split_rss() local
|
/freebsd/sys/contrib/ncsw/Peripherals/QM/ |
H A D | qman_low.h | 686 struct qm_dqrr_entry *dq, in qmPortalDqrrDcaConsume1ptr()
|
/freebsd/contrib/bearssl/test/ |
H A D | test_crypto.c | 6397 unsigned char dq[256]; in test_RSA_PSS() local 6662 unsigned char dq[256]; in test_RSA_OAEP() local
|