Searched refs:objtype (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libquota/
H A Dquota_schema.c151 quota_objtype_getname(struct quotahandle *qh, int objtype) argument
155 return __quota_kernel_objtype_getname(qh, objtype);
162 switch (objtype) {
175 quota_objtype_isbytes(struct quotahandle *qh, int objtype) argument
179 return __quota_kernel_objtype_isbytes(qh, objtype);
186 switch (objtype) {
H A Dquotapvt.h62 const char *__quota_kernel_objtype_getname(struct quotahandle *, int objtype);
63 int __quota_kernel_objtype_isbytes(struct quotahandle *, int objtype);
H A Dquota_kernel.c120 __quota_kernel_objtype_getname(struct quotahandle *qh, int objtype) argument
126 args.u.objtypestat.qc_objtype = objtype;
135 __quota_kernel_objtype_isbytes(struct quotahandle *qh, int objtype) argument
141 args.u.objtypestat.qc_objtype = objtype;
/netbsd-6-1-5-RELEASE/usr.sbin/repquota/
H A Drepquota.c288 int ok, objtype; local
349 for (objtype = 0; objtype < REPQUOTA_NUMOBJTYPES; objtype++) {
350 if (q[objtype].qv_usage != 0 ||
351 overchar[objtype] != '-') {
361 for (objtype = 0; objtype < REPQUOTA_NUMOBJTYPES; objtype++) {
362 printf("%c", overchar[objtype]);
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/ufs/
H A Dufs_quota2.c79 quota2_dict_update_q2e_limits(int objtype, const struct quotaval *val, argument
82 /* make sure we can index q2e_val[] by the fs-independent objtype */
86 q2e->q2e_val[objtype].q2v_hardlimit = val->qv_hardlimit;
87 q2e->q2e_val[objtype].q2v_softlimit = val->qv_softlimit;
88 q2e->q2e_val[objtype].q2v_grace = val->qv_grace;
113 id_t *id, int objtype, struct quotaval *ret)
121 KASSERT(objtype >= 0 && objtype < N_QL);
122 q2val_to_quotaval(&q2e->q2e_val[objtype], ret);
681 int objtype; local
112 q2e_to_quotaval(struct quota2_entry *q2e, int def, id_t *id, int objtype, struct quotaval *ret) argument
1226 int objtype; local
[all...]
H A Dufs_quota.c303 int objtype; local
309 objtype = args->u.objtypestat.qc_objtype;
318 switch (objtype) {
/netbsd-6-1-5-RELEASE/usr.sbin/edquota/
H A Dedquota.c401 int objtype, struct quotause *qup)
407 qk.qk_objtype = objtype;
408 if (quota_get(qh, &qk, &qup->qv[objtype]) == 0) {
410 qup->source[objtype] = SRC_QUOTA;
420 if (quota_get(qh, &qk, &qup->qv[objtype]) == 0) {
422 qup->source[objtype] = SRC_DEFAULT;
430 quotaval_clear(&qup->qv[objtype]);
431 qup->source[objtype] = SRC_CLEAR;
839 bool haveobjtype; /* true if objtype is valid */
840 unsigned objtype; /* curren local
400 dogetprivs2(struct quotahandle *qh, int idtype, id_t id, int defaultq, int objtype, struct quotause *qup) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_quotactl.c60 vfs_quotactl_objtypestat(struct mount *mp, int objtype, argument
66 args.u.objtypestat.qc_objtype = objtype;
H A Dvfs_syscalls.c644 do_sys_quotactl_objtypestat(struct mount *mp, int objtype, argument
653 error = vfs_quotactl_objtypestat(mp, objtype, &info_k);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dtypeck2.c1242 tree objtype;
1261 objtype = TYPE_MAIN_VARIANT (TREE_TYPE (datum));
1262 if (! IS_AGGR_TYPE (objtype))
1266 component, datum, objtype);
1275 if (!same_type_p (ctype, objtype))
1281 binfo = lookup_base (objtype, ctype, ba_check, NULL);
1288 type, objtype);
1237 tree objtype; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.c1461 tree objtype;
1478 objtype = TYPE_MAIN_VARIANT (TREE_TYPE (datum));
1479 if (! MAYBE_CLASS_TYPE_P (objtype))
1483 component, datum, objtype);
1492 if (!same_type_p (ctype, objtype))
1498 binfo = lookup_base (objtype, ctype, ba_check, NULL);
1505 type, objtype);
1456 tree objtype; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Djv-lang.c618 struct type *objtype = get_java_object_type (); local
620 if (objtype == NULL)
623 return TYPE_LENGTH (objtype);
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/stand/lib/
H A Driscoscalls.h340 uint32_t objtype; member in struct:fileswitch_dirent
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/stand/nbfs/
H A Dnbfs.c398 fdp->objtype = dp->d_type == DT_DIR ?
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dvms-alpha.c3725 _bfd_vms_write_etir (bfd * abfd, int objtype ATTRIBUTE_UNUSED)
3730 vms_debug2 ((2, "vms_write_tir (%p, %d)\n", abfd, objtype));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dvms-alpha.c3725 _bfd_vms_write_etir (bfd * abfd, int objtype ATTRIBUTE_UNUSED)
3730 vms_debug2 ((2, "vms_write_tir (%p, %d)\n", abfd, objtype));

Completed in 277 milliseconds