Searched refs:dq (Results 1 - 25 of 25) sorted by relevance

/freebsd-10.0-release/contrib/unbound/iterator/
H A Diter_donotq.c54 struct iter_donotq* dq = (struct iter_donotq*)calloc(1, local
56 if(!dq)
58 dq->region = regional_create();
59 if(!dq->region) {
60 donotq_delete(dq);
63 return dq;
67 donotq_delete(struct iter_donotq* dq) argument
69 if(!dq)
71 regional_destroy(dq->region);
72 free(dq);
77 donotq_insert(struct iter_donotq* dq, struct sockaddr_storage* addr, socklen_t addrlen, int net) argument
92 donotq_str_cfg(struct iter_donotq* dq, const char* str) argument
111 read_donotq(struct iter_donotq* dq, struct config_file* cfg) argument
123 donotq_apply_cfg(struct iter_donotq* dq, struct config_file* cfg) argument
[all...]
/freebsd-10.0-release/sys/ufs/ufs/
H A Dufs_quota.c155 struct dquot *dq; local
180 if ((dq = ip->i_dquot[i]) == NODQUOT)
182 DQI_LOCK(dq);
183 DQI_WAIT(dq, PINOD+1, "chkdq1");
184 ncurblocks = dq->dq_curblocks + change;
186 dq->dq_curblocks = ncurblocks;
188 dq->dq_curblocks = 0;
189 dq->dq_flags &= ~DQ_BLKS;
190 dq->dq_flags |= DQ_MOD;
191 DQI_UNLOCK(dq);
255 struct dquot *dq = ip->i_dquot[type]; local
309 struct dquot *dq; local
398 struct dquot *dq = ip->i_dquot[type]; local
499 struct dquot *dq; local
638 struct dquot *dq; local
760 struct dquot *dq; local
801 struct dquot *dq; local
864 struct dquot *dq; local
1024 struct dquot *dq; local
1073 struct dquot *dq; local
1144 struct dquot *dq; local
1158 struct dquot *dq; local
1240 struct dquot *dq, *dq1; local
1457 dqref(struct dquot *dq) argument
1468 dqrele(struct vnode *vp, struct dquot *dq) argument
1511 dqsync(struct vnode *vp, struct dquot *dq) argument
1604 struct dquot *dq, *nextdq; local
1647 struct dquot *dq; local
1682 struct dquot *dq; local
1702 struct dquot *dq; local
1744 dqb32_dq(const struct dqblk32 *dqb32, struct dquot *dq) argument
1761 dqb64_dq(const struct dqblk64 *dqb64, struct dquot *dq) argument
1778 dq_dqb32(const struct dquot *dq, struct dqblk32 *dqb32) argument
1795 dq_dqb64(const struct dquot *dq, struct dqblk64 *dqb64) argument
[all...]
H A Dquota.h196 #define DQREF(dq) dqref(dq)
198 #define DQREF(dq) (dq)->dq_cnt++
201 #define DQI_LOCK(dq) mtx_lock(&(dq)->dq_lock)
202 #define DQI_UNLOCK(dq) mtx_unlock(&(dq)->dq_lock)
204 #define DQI_WAIT(dq, prio, msg) do { \
205 while ((dq)
[all...]
/freebsd-10.0-release/contrib/nvi/vi/
H A Dv_screen.c54 else if (TAILQ_FIRST(sp->gp->dq) == sp) {
58 sp->nextdisp = TAILQ_FIRST(sp->gp->dq);
H A Dvs_split.c305 TAILQ_FOREACH(tsp, gp->dq, q)
321 TAILQ_INSERT_TAIL(gp->dq, sp, q);
324 TAILQ_INSERT_AFTER(gp->dq, tsp, sp, q);
465 tsp = TAILQ_FIRST(gp->dq);
500 tsp = TAILQ_FIRST(gp->dq);
535 tsp = TAILQ_FIRST(gp->dq);
571 tsp = TAILQ_FIRST(gp->dq);
654 TAILQ_REMOVE(gp->dq, sp, q);
684 TAILQ_REMOVE(gp->dq, sp, q);
776 TAILQ_INSERT_AFTER(gp->dq, s
[all...]
H A Dvs_refresh.c83 TAILQ_FOREACH(tsp, gp->dq, q)
100 TAILQ_FOREACH(tsp, gp->dq, q)
135 TAILQ_FOREACH(tsp, gp->dq, q)
H A Dvi.c1009 (tsp = TAILQ_FIRST(gp->dq)) != NULL; ++hidden) {
1014 TAILQ_REMOVE(gp->dq, tsp, q);
1022 TAILQ_INSERT_TAIL(gp->dq, sp, q);
/freebsd-10.0-release/contrib/amd/amd/
H A Dnfs_prot_svc.c122 char dq[20], dq2[28]; local
130 inet_dquad(dq, sizeof(dq), sinp->sin_addr.s_addr),
140 inet_dquad(dq, sizeof(dq), sinp->sin_addr.s_addr),
145 inet_dquad(dq, sizeof(dq), sinp->sin_addr.s_addr),
H A Drpc_fwd.c303 char dq[20]; local
307 inet_dquad(dq, sizeof(dq), fwdto->sin_addr.s_addr),
/freebsd-10.0-release/etc/rc.d/
H A Dpf41 $pf_program -dq
/freebsd-10.0-release/contrib/gcc/
H A Dtree-dump.c50 dump_queue_p dq; local
60 dq = di->free_list;
61 di->free_list = dq->next;
64 dq = XNEW (struct dump_queue);
70 dq->node = splay_tree_insert (di->nodes, (splay_tree_key) t,
74 dq->next = 0;
76 di->queue = dq;
78 di->queue_end->next = dq;
79 di->queue_end = dq;
227 dump_queue_p dq; local
709 dump_queue_p dq; local
[all...]
/freebsd-10.0-release/contrib/nvi/common/
H A Dscreen.c150 TAILQ_REMOVE(sp->gp->dq, sp, q);
218 TAILQ_FOREACH(next, gp->dq, q)
228 TAILQ_INSERT_HEAD(gp->dq, next, q);
H A Dmain.c79 TAILQ_INIT(gp->dq);
241 TAILQ_INSERT_HEAD(gp->dq, sp, q);
245 TAILQ_INSERT_HEAD(gp->dq, sp, q);
453 while ((sp = TAILQ_FIRST(gp->dq)) != NULL)
H A Dgs.h61 TAILQ_HEAD(_dqh, _scr) dq[1]; /* Displayed screens. */ member in struct:_gs
H A Dkey.c764 TAILQ_FOREACH(sp, gp->dq, q)
H A Dline.c683 TAILQ_FOREACH(tsp, sp->gp->dq, q)
/freebsd-10.0-release/contrib/amd/conf/transp/
H A Dtransp_sockets.c60 char dq[20]; local
107 preferred_localhost, inet_dquad(dq, sizeof(dq), iap->s_addr));
/freebsd-10.0-release/contrib/ntp/libparse/
H A Dparsesolaris.c780 register queue_t *dq; local
782 dq = WR(q);
791 while (dq->q_next)
793 dq = dq->q_next; /* skip down to driver */
799 if (dq->q_qinfo && dq->q_qinfo->qi_minfo)
801 register char *dname = dq->q_qinfo->qi_minfo->mi_idname;
808 return init_zs_linemon(dq, q);
H A Dparsestreams.c932 register queue_t *dq; local
934 dq = WR(q);
943 while (dq->q_next)
945 dq = dq->q_next; /* skip down to driver */
951 if (dq->q_qinfo && dq->q_qinfo->qi_minfo)
953 register char *dname = dq->q_qinfo->qi_minfo->mi_idname;
960 return init_zs_linemon(dq, q);
/freebsd-10.0-release/contrib/groff/font/devps/generate/
H A Dtextmap265 quotedbl dq
/freebsd-10.0-release/contrib/groff/font/devps/
H A Dsymbolmap268 quotedbl dq
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_script.c389 TAILQ_FOREACH(sp, gp->dq, q)
408 TAILQ_FOREACH(sp, gp->dq, q)
621 TAILQ_FOREACH(sp, gp->dq, q)
/freebsd-10.0-release/crypto/openssl/engines/
H A De_ubsec.c101 const BIGNUM *dq, const BIGNUM *qinv, BN_CTX *ctx);
630 const BIGNUM *dq, const BIGNUM *qinv, BN_CTX *ctx)
659 (unsigned char *)dq->d, BN_num_bits(dq),
628 ubsec_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *q, const BIGNUM *dp, const BIGNUM *dq, const BIGNUM *qinv, BN_CTX *ctx) argument
/freebsd-10.0-release/sys/dev/usb/template/
H A Dusb_template.c1015 struct usb_device_qualifier *dq; local
1020 dq = &udev->usb_template_ptr->udq;
1021 if (dq->bDescriptorType != UDESC_DEVICE_QUALIFIER) {
1025 return (dq);
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-lmcx-defs.h1890 dq width or from mem_addr[3] for 64b (8Bytes) dq width
4382 * The DQ bits add OUTGOING delay only to dq, dqs_[p,n], cb, cbs_[p,n], dqm. Delay is approximately
4396 * At the same time though, dq/dqs should be delayed because there is also a DDR spec tying dqs with
4407 uint64_t dq : 5; /**< Setting for DQ delay line */ member in struct:cvmx_lmcx_delay_cfg::cvmx_lmcx_delay_cfg_s
4413 uint64_t dq : 5;
4421 uint64_t dq : 4; /**< Setting for DQ delay line */ member in struct:cvmx_lmcx_delay_cfg::cvmx_lmcx_delay_cfg_cn38xx
4431 uint64_t dq : 4;
5373 dq width or from mem_addr[3] for 64b (8Bytes) dq widt
[all...]

Completed in 451 milliseconds