HomeSort by: relevance | last modified time | path
    Searched defs:dq (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/bsd/unbound/dist/iterator/
iter_donotq.c 54 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)
69 if(!dq)
71 regional_destroy(dq->region);
72 free(dq);
    [all...]
  /src/sys/dev/raidframe/
rf_sstf.c 292 RF_DiskQueue_t *dq; local
293 dq = (RF_DiskQueue_t *) req->queue;
296 dq->col,
352 RF_DiskQueue_t *dq; local
353 dq = (RF_DiskQueue_t *) req->queue;
354 RF_ASSERT(QSUM(sstfq) == dq->queueLength);
356 req->raidPtr->raidid, dq->col,
416 RF_DiskQueue_t *dq; local
417 dq = (RF_DiskQueue_t *) req->queue;
418 RF_ASSERT(QSUM(scanq) == dq->queueLength)
472 RF_DiskQueue_t *dq; local
    [all...]
  /src/sys/ufs/lfs/
ulfs_quota1.c 66 struct dquot *dq; local
76 if ((dq = ip->i_dquot[i]) == NODQUOT)
78 mutex_enter(&dq->dq_interlock);
79 ncurblocks = dq->dq_curblocks + change;
81 dq->dq_curblocks = ncurblocks;
83 dq->dq_curblocks = 0;
84 dq->dq_flags &= ~DQ_WARN(QL_BLOCK);
85 dq->dq_flags |= DQ_MOD;
86 mutex_exit(&dq->dq_interlock);
91 if ((dq = ip->i_dquot[i]) == NODQUOT
122 struct dquot *dq = ip->i_dquot[type]; local
174 struct dquot *dq; local
229 struct dquot *dq = ip->i_dquot[type]; local
312 struct dquot *dq; local
415 struct dquot *dq; local
477 struct dquot *dq; local
537 struct dquot *dq; local
743 struct dquot *dq; local
    [all...]
ulfs_quota.c 716 struct dquot *dq; local
729 while ((dq = LIST_FIRST(&oldhash[i])) != NULL) {
730 dqvp = dq->dq_ump->um_quotas[dq->dq_type];
731 LIST_REMOVE(dq, dq_hash);
732 hashval = DQHASH(dqvp, dq->dq_id);
733 LIST_INSERT_HEAD(&dqhashtbl[hashval], dq, dq_hash);
810 struct dquot *dq, *ndq; local
846 LIST_FOREACH(dq, dqh, dq_hash) {
847 if (dq->dq_id != id |
996 struct dquot *dq; local
    [all...]
ulfs_quota2.c 293 quota2_q2ealloc(struct ulfsmount *ump, int type, uid_t uid, struct dquot *dq)
304 KASSERT(mutex_owned(&dq->dq_interlock));
339 dq->dq2_lblkno = (offset >> ump->um_mountp->mnt_fs_bshift);
340 dq->dq2_blkoff = (offset & ump->umq2_bmask);
341 if (dq->dq2_lblkno == 0) {
343 q2e = (void *)((char *)bp->b_data + dq->dq2_blkoff);
345 error = getq2e(ump, type, dq->dq2_lblkno,
346 dq->dq2_blkoff, &bp, &q2e, B_MODIFY);
374 struct dquot *dq; local
386 dq = ip->i_dquot[i]
445 struct dquot *dq; local
582 struct dquot *dq; local
653 struct dquot *dq; member in struct:dq2clear_callback
687 struct dquot *dq; local
794 struct dquot *dq; local
830 struct dquot *dq; local
1501 struct dquot *dq; member in struct:dq2get_callback
    [all...]
  /src/sys/ufs/ufs/
ufs_quota1.c 68 struct dquot *dq; local
78 if ((dq = ip->i_dquot[i]) == NODQUOT)
80 mutex_enter(&dq->dq_interlock);
81 ncurblocks = dq->dq_curblocks + change;
83 dq->dq_curblocks = ncurblocks;
85 dq->dq_curblocks = 0;
86 dq->dq_flags &= ~DQ_WARN(QL_BLOCK);
87 dq->dq_flags |= DQ_MOD;
88 mutex_exit(&dq->dq_interlock);
93 if ((dq = ip->i_dquot[i]) == NODQUOT
124 struct dquot *dq = ip->i_dquot[type]; local
176 struct dquot *dq; local
232 struct dquot *dq = ip->i_dquot[type]; local
313 struct dquot *dq; local
424 struct dquot *dq; local
490 struct dquot *dq; local
550 struct dquot *dq; local
756 struct dquot *dq; local
    [all...]
ufs_quota.c 704 struct dquot *dq; local
717 while ((dq = LIST_FIRST(&oldhash[i])) != NULL) {
718 dqvp = dq->dq_ump->um_quotas[dq->dq_type];
719 LIST_REMOVE(dq, dq_hash);
720 hashval = DQHASH(dqvp, dq->dq_id);
721 LIST_INSERT_HEAD(&dqhashtbl[hashval], dq, dq_hash);
796 struct dquot *dq, *ndq; local
832 LIST_FOREACH(dq, dqh, dq_hash) {
833 if (dq->dq_id != id |
976 struct dquot *dq; local
    [all...]
ufs_quota2.c 291 quota2_q2ealloc(struct ufsmount *ump, int type, uid_t uid, struct dquot *dq)
301 KASSERT(mutex_owned(&dq->dq_interlock));
336 dq->dq2_lblkno = (offset >> ump->um_mountp->mnt_fs_bshift);
337 dq->dq2_blkoff = (offset & ump->umq2_bmask);
338 if (dq->dq2_lblkno == 0) {
340 q2e = (void *)((char *)bp->b_data + dq->dq2_blkoff);
342 error = getq2e(ump, type, dq->dq2_lblkno,
343 dq->dq2_blkoff, &bp, &q2e, B_MODIFY);
371 struct dquot *dq; local
386 dq = ip->i_dquot[i]
445 struct dquot *dq; local
581 struct dquot *dq; local
658 struct dquot *dq; member in struct:dq2clear_callback
692 struct dquot *dq; local
804 struct dquot *dq; local
839 struct dquot *dq; local
1506 struct dquot *dq; member in struct:dq2get_callback
    [all...]
  /src/external/bsd/am-utils/dist/amd/
rpc_fwd.c 301 char dq[20]; local
305 inet_dquad(dq, sizeof(dq), fwdto->sin_addr.s_addr),
nfs_prot_svc.c 121 char dq[20], dq2[28]; local
129 inet_dquad(dq, sizeof(dq), sinp->sin_addr.s_addr),
139 inet_dquad(dq, sizeof(dq), sinp->sin_addr.s_addr),
144 inet_dquad(dq, sizeof(dq), sinp->sin_addr.s_addr),
  /src/external/bsd/am-utils/dist/conf/transp/
transp_sockets.c 58 char dq[20]; local
105 preferred_localhost, inet_dquad(dq, sizeof(dq), iap->s_addr));
transp_tli.c 81 char dq[20]; local
84 preferred_localhost, inet_dquad(dq, sizeof(dq), iap->s_addr));
  /src/external/gpl3/gcc/dist/gcc/
tree-dump.cc 42 dump_queue_p dq; local
52 dq = di->free_list;
53 di->free_list = dq->next;
56 dq = XNEW (struct dump_queue);
62 dq->node = splay_tree_insert (di->nodes, (splay_tree_key) t,
66 dq->next = 0;
68 di->queue = dq;
70 di->queue_end->next = dq;
71 di->queue_end = dq;
232 dump_queue_p dq; local
724 dump_queue_p dq; local
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid64_sqrt.c 72 double da, dq, da_h, da_l, dqe; local
161 dq = sqrt (da);
163 Q = (UINT64) dq;
bid_div_macros.h 42 double dx, dq, dqh; local
65 dq = dx / (BINARY80) CY.w[0];
66 dq -= dq * (ds.d);
67 dqh = dq * dm64.d;
69 Ql = (UINT64) (dq - ((double) Qh) * d64.d);
bid64_div.c 91 double da, db, dq, da_h, da_l; local
291 dq = da / db;
292 Q2 = (UINT64) dq;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-dump.cc 42 dump_queue_p dq; local
52 dq = di->free_list;
53 di->free_list = dq->next;
56 dq = XNEW (struct dump_queue);
62 dq->node = splay_tree_insert (di->nodes, (splay_tree_key) t,
66 dq->next = 0;
68 di->queue = dq;
70 di->queue_end->next = dq;
71 di->queue_end = dq;
232 dump_queue_p dq; local
724 dump_queue_p dq; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid64_sqrt.c 72 double da, dq, da_h, da_l, dqe; local
161 dq = sqrt (da);
163 Q = (UINT64) dq;
bid_div_macros.h 42 double dx, dq, dqh; local
65 dq = dx / (BINARY80) CY.w[0];
66 dq -= dq * (ds.d);
67 dqh = dq * dm64.d;
69 Ql = (UINT64) (dq - ((double) Qh) * d64.d);
bid64_div.c 91 double da, db, dq, da_h, da_l; local
291 dq = da / db;
292 Q2 = (UINT64) dq;
  /src/lib/libquota/
quota_oldfiles.c 322 dqblk_getblocks(const struct dqblk *dq, struct quotaval *qv)
324 qv->qv_hardlimit = dqblk_getlimit(dq->dqb_bhardlimit);
325 qv->qv_softlimit = dqblk_getlimit(dq->dqb_bsoftlimit);
326 qv->qv_usage = dq->dqb_curblocks;
327 qv->qv_expiretime = dq->dqb_btime;
332 dqblk_getfiles(const struct dqblk *dq, struct quotaval *qv)
334 qv->qv_hardlimit = dqblk_getlimit(dq->dqb_ihardlimit);
335 qv->qv_softlimit = dqblk_getlimit(dq->dqb_isoftlimit);
336 qv->qv_usage = dq->dqb_curinodes;
337 qv->qv_expiretime = dq->dqb_itime
485 struct dqblk dq; local
572 struct dqblk dq; local
    [all...]
  /src/external/bsd/ntp/dist/libparse/
parsesolaris.c 784 register queue_t *dq; local
786 dq = WR(q);
795 while (dq->q_next)
797 dq = dq->q_next; /* skip down to driver */
803 if (dq->q_qinfo && dq->q_qinfo->qi_minfo)
805 register char *dname = dq->q_qinfo->qi_minfo->mi_idname;
812 return init_zs_linemon(dq, q);
parsestreams.c 934 register queue_t *dq; local
936 dq = WR(q);
945 while (dq->q_next)
947 dq = dq->q_next; /* skip down to driver */
953 if (dq->q_qinfo && dq->q_qinfo->qi_minfo)
955 register char *dname = dq->q_qinfo->qi_minfo->mi_idname;
962 return init_zs_linemon(dq, q);
  /src/external/bsd/nvi/dist/common/
gs.h 65 TAILQ_HEAD(_dqh, _win) dq; /* Displayed windows. */ member in struct:_gs
  /src/sys/arch/luna68k/dev/
omrasops.c 1285 uint8_t *sp, *dp, *sq, *dq, *basep; local
1346 dq = dp;
1369 dp = (dq += scanspan);
1385 dq = dp;
1408 dp = (dq += scanspan);
1418 uint8_t *sp, *dp, *sq, *dq, *basep; local
1485 dq = dp;
1526 dp = (dq += scanspan);
1542 dq = dp;
1583 dp = (dq += scanspan)
    [all...]

Completed in 51 milliseconds

1 2