Searched refs:qv (Results 1 - 19 of 19) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libquota/
H A Dquota_get.c40 quotaval_clear(struct quotaval *qv) argument
42 qv->qv_hardlimit = QUOTA_NOLIMIT;
43 qv->qv_softlimit = QUOTA_NOLIMIT;
44 qv->qv_usage = 0;
45 qv->qv_expiretime = QUOTA_NOTIME;
46 qv->qv_grace = QUOTA_NOTIME;
50 quota_get(struct quotahandle *qh, const struct quotakey *qk, struct quotaval *qv) argument
54 return __quota_nfs_get(qh, qk, qv);
57 return __quota_oldfiles_get(qh, qk, qv);
60 return __quota_kernel_get(qh, qk, qv);
[all...]
H A Dquota_put.c41 const struct quotaval *qv)
49 return __quota_oldfiles_put(qh, qk, qv);
52 return __quota_kernel_put(qh, qk, qv);
40 quota_put(struct quotahandle *qh, const struct quotakey *qk, const struct quotaval *qv) argument
H A Dquotapvt.h67 struct quotaval *qv);
69 const struct quotaval *qv);
91 struct quotaval *qv);
103 struct quotaval *qv);
105 const struct quotaval *qv);
124 int __quota_getquota(const char *path, struct quotaval *qv, uid_t id,
H A Dquota_oldfiles.c322 dqblk_getblocks(const struct dqblk *dq, struct quotaval *qv) argument
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;
328 qv->qv_grace = QUOTA_NOTIME;
332 dqblk_getfiles(const struct dqblk *dq, struct quotaval *qv) argument
334 qv->qv_hardlimit = dqblk_getlimit(dq->dqb_ihardlimit);
335 qv->qv_softlimit = dqblk_getlimit(dq->dqb_isoftlimit);
336 qv
342 dqblk_putblocks(const struct quotaval *qv, struct dqblk *dq) argument
352 dqblk_putfiles(const struct quotaval *qv, struct dqblk *dq) argument
480 __quota_oldfiles_doget(struct quotahandle *qh, const struct quotakey *qk, struct quotaval *qv, int *isallzero) argument
566 __quota_oldfiles_doput(struct quotahandle *qh, const struct quotakey *qk, const struct quotaval *qv) argument
678 __quota_oldfiles_get(struct quotahandle *qh, const struct quotakey *qk, struct quotaval *qv) argument
685 __quota_oldfiles_put(struct quotahandle *qh, const struct quotakey *qk, const struct quotaval *qv) argument
694 struct quotaval qv; local
[all...]
H A Dquota_kernel.c196 struct quotaval *qv)
202 args.u.get.qc_val = qv;
208 const struct quotaval *qv)
214 args.u.put.qc_val = qv;
195 __quota_kernel_get(struct quotahandle *qh, const struct quotakey *qk, struct quotaval *qv) argument
207 __quota_kernel_put(struct quotahandle *qh, const struct quotakey *qk, const struct quotaval *qv) argument
H A Dquota_nfs.c130 struct quotaval *qv)
200 quotaval_clear(qv);
209 *qv = blocks;
211 *qv = inodes;
129 __quota_nfs_get(struct quotahandle *qh, const struct quotakey *qk, struct quotaval *qv) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dc99-vla-2.c66 Ti (*qv)[i];
72 TEST_COMP_FIX(qf, qv);
77 TEST_COMP_FIX(qv, qf);
78 TEST_COMP_VLA(qv, qv);
79 TEST_COMP_VLA(qv, qi);
80 TEST_COMP_FIX(qv, rf);
81 TEST_COMP_VLA(qv, rv);
82 TEST_COMP_VLA(qv, ri);
84 TEST_COMP_VLA(qi, qv);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dc99-vla-2.c66 Ti (*qv)[i];
72 TEST_COMP_FIX(qf, qv);
77 TEST_COMP_FIX(qv, qf);
78 TEST_COMP_VLA(qv, qv);
79 TEST_COMP_VLA(qv, qi);
80 TEST_COMP_FIX(qv, rf);
81 TEST_COMP_VLA(qv, rv);
82 TEST_COMP_VLA(qv, ri);
84 TEST_COMP_VLA(qi, qv);
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/quota/
H A Dquota.c91 static int isover(struct quotaval *qv, time_t now);
437 printqv(struct quotaval *qv, int isbytes, time_t now) argument
452 over = isover(qv, now);
454 str = intprt(buf, width, qv->qv_usage, intprtflags, hflag);
459 str = intprt(buf, width, qv->qv_softlimit, intprtflags, hflag);
462 str = intprt(buf, width, qv->qv_hardlimit, intprtflags, hflag);
466 str = timeprt(buf, 9, now, qv->qv_expiretime);
467 } else if (vflag && qv->qv_grace != QUOTA_NOTIME) {
468 str = timeprt(buf, 9, 0, qv->qv_grace);
606 isover(struct quotaval *qv, time_ argument
613 getovermsg(struct quotaval *qv, const char *what, time_t now) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/repquota/
H A Drepquota.c119 static int isover(struct quotaval *qv, time_t now);
230 struct quotaval qv; local
248 if (quotacursor_get(qc, &qk, &qv)) {
264 qvp[QUOTA_OBJTYPE_BLOCKS] = qv;
266 qvp[QUOTA_OBJTYPE_FILES] = qv;
390 exportquotaval(const struct quotaval *qv) argument
392 if (qv->qv_hardlimit == QUOTA_NOLIMIT) {
395 printf(" %llu", (unsigned long long)qv->qv_hardlimit);
398 if (qv->qv_softlimit == QUOTA_NOLIMIT) {
401 printf(" %llu", (unsigned long long)qv
569 isover(struct quotaval *qv, time_t now) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/edquota/
H A Dedquota.c104 struct quotaval qv[EDQUOTA_NUMOBJTYPES]; member in struct:quotause
221 quotaval_clear(&qup->qv[i]);
309 quotavals_to_dqblk(&qup->qv[QUOTA_LIMIT_BLOCK],
310 &qup->qv[QUOTA_LIMIT_FILE],
390 &qup->qv[QUOTA_LIMIT_BLOCK],
391 &qup->qv[QUOTA_LIMIT_FILE]);
408 if (quota_get(qh, &qk, &qup->qv[objtype]) == 0) {
420 if (quota_get(qh, &qk, &qup->qv[objtype]) == 0) {
430 quotaval_clear(&qup->qv[objtype]);
524 if (quota_put(qh, &qk, &qup->qv[QO_BL
847 struct quotaval *qv; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dconf.c101 #include "qv.h"
114 cons_init(qv), /* QVSS/QDSS bit-mapped console driver */
/netbsd-6-1-5-RELEASE/sys/arch/vax/uba/
H A Dqv.c1 /* $NetBSD: qv.c,v 1.27 2009/11/21 04:45:39 rmind Exp $ */
36 * @(#)qv.c 7.2 (Berkeley) 1/21/94
40 * derived from: @(#)qv.c 1.8 (ULTRIX) 8/21/85
126 __KERNEL_RCSID(0, "$NetBSD: qv.c,v 1.27 2009/11/21 04:45:39 rmind Exp $");
128 #include "qv.h"
163 { qvprobe, 0, qvattach, 0, qvstd, "qv", qvinfo };
351 * Routine called to attach a qv.
371 register int unit, qv; local
377 qv = unit >> 2;
378 if (unit >= nqv || (ui = qvinfo[qv])
551 qvkint(int qv) argument
769 qvvint(int qv) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/ufs/
H A Dufs_quota.c352 struct quotaval *qv; local
356 qv = args->u.get.qc_val;
366 error = quota1_handle_cmd_get(ump, qk, qv);
371 error = quota2_handle_cmd_get(ump, qk, qv);
388 const struct quotaval *qv; local
394 qv = args->u.put.qc_val;
413 error = quota1_handle_cmd_put(ump, qk, qv);
418 error = quota2_handle_cmd_put(ump, qk, qv);
H A Dufs_quota2.c98 q2val_to_quotaval(struct quota2_val *q2v, struct quotaval *qv) argument
100 qv->qv_softlimit = q2v->q2v_softlimit;
101 qv->qv_hardlimit = q2v->q2v_hardlimit;
102 qv->qv_usage = q2v->q2v_cur;
103 qv->qv_expiretime = q2v->q2v_time;
104 qv->qv_grace = q2v->q2v_grace;
866 struct quotaval *qv)
901 qk->qk_objtype, qv);
904 error = quota2_fetch_quotaval(ump, qk, qv);
865 quota2_handle_cmd_get(struct ufsmount *ump, const struct quotakey *qk, struct quotaval *qv) argument
H A Dufs_quota1.c496 struct quotaval *qv)
533 *qv = blocks;
536 *qv = files;
495 quota1_handle_cmd_get(struct ufsmount *ump, const struct quotakey *qk, struct quotaval *qv) argument
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_sysctl.c1925 sysctlfn func, u_quad_t qv, void *newp, size_t newlen,
1992 nnode.sysctl_alias = qv;
1996 nnode.sysctl_bdata = qv;
1999 nnode.sysctl_idata = qv;
2002 nnode.sysctl_qdata = qv;
1922 sysctl_createv(struct sysctllog **log, int cflags, const struct sysctlnode **rnode, const struct sysctlnode **cnode, int flags, int type, const char *namep, const char *descr, sysctlfn func, u_quad_t qv, void *newp, size_t newlen, ...) argument
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/perl/
H A DGMP.xs2479 overload_lshift (qv, nv, order)
2480 SV *qv
2497 SV_PTR_SWAP (qv, nv);
2499 (*table[ix].op) (RETVAL->m, coerce_mpq (RETVAL->m, qv), coerce_ulong (nv));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A DMakefile.in66 AR_FLAGS = qv

Completed in 134 milliseconds