Home
last modified time | relevance | path

Searched refs:objtype (Results 1 – 25 of 36) sorted by relevance

12

/netbsd/usr.sbin/repquota/
H A Drepquota.c288 int ok, objtype; in printquotas() local
349 for (objtype = 0; objtype < REPQUOTA_NUMOBJTYPES; objtype++) { in printquotas()
350 if (q[objtype].qv_usage != 0 || in printquotas()
351 overchar[objtype] != '-') { in printquotas()
361 for (objtype = 0; objtype < REPQUOTA_NUMOBJTYPES; objtype++) { in printquotas()
362 printf("%c", overchar[objtype]); in printquotas()
364 for (objtype = 0; objtype < REPQUOTA_NUMOBJTYPES; objtype++) { in printquotas()
365 isbytes = quota_objtype_isbytes(qh, objtype); in printquotas()
369 intprt(b1, width+1, q[objtype].qv_usage, in printquotas()
377 timemsg[objtype]); in printquotas()
[all …]
/netbsd/lib/libquota/
H A Dquota_schema.c151 quota_objtype_getname(struct quotahandle *qh, int objtype) in quota_objtype_getname() argument
155 return __quota_kernel_objtype_getname(qh, objtype); in quota_objtype_getname()
162 switch (objtype) { in quota_objtype_getname()
175 quota_objtype_isbytes(struct quotahandle *qh, int objtype) in quota_objtype_isbytes() argument
179 return __quota_kernel_objtype_isbytes(qh, objtype); in quota_objtype_isbytes()
186 switch (objtype) { in quota_objtype_isbytes()
H A Dquota_kernel.c120 __quota_kernel_objtype_getname(struct quotahandle *qh, int objtype) in __quota_kernel_objtype_getname() argument
126 args.u.objtypestat.qc_objtype = objtype; in __quota_kernel_objtype_getname()
135 __quota_kernel_objtype_isbytes(struct quotahandle *qh, int objtype) in __quota_kernel_objtype_isbytes() argument
141 args.u.objtypestat.qc_objtype = objtype; in __quota_kernel_objtype_isbytes()
H A Dquotapvt.h62 const char *__quota_kernel_objtype_getname(struct quotahandle *, int objtype);
63 int __quota_kernel_objtype_isbytes(struct quotahandle *, int objtype);
/netbsd/sys/ufs/ufs/
H A Dufs_quota2.c120 KASSERT(objtype >= 0 && objtype < N_QL); in q2e_to_quotaval()
687 int objtype; in quota2_handle_cmd_del() local
698 objtype = qk->qk_objtype; in quota2_handle_cmd_del()
741 q2ep->q2e_val[objtype].q2v_softlimit = in quota2_handle_cmd_del()
742 q2e.q2e_val[objtype].q2v_softlimit; in quota2_handle_cmd_del()
744 q2e.q2e_val[objtype].q2v_hardlimit; in quota2_handle_cmd_del()
745 q2ep->q2e_val[objtype].q2v_grace = in quota2_handle_cmd_del()
746 q2e.q2e_val[objtype].q2v_grace; in quota2_handle_cmd_del()
747 q2ep->q2e_val[objtype].q2v_time = 0; in quota2_handle_cmd_del()
1230 int objtype; in q2cursor_getvals() local
[all …]
H A Dufs_quota.c302 int objtype; in quota_handle_cmd_objtypestat() local
308 objtype = args->u.objtypestat.qc_objtype; in quota_handle_cmd_objtypestat()
317 switch (objtype) { in quota_handle_cmd_objtypestat()
/netbsd/sys/ufs/lfs/
H A Dulfs_quota2.c125 KASSERT(objtype >= 0 && objtype < N_QL); in q2e_to_quotaval()
685 int objtype; in lfsquota2_handle_cmd_del() local
696 objtype = qk->qk_objtype; in lfsquota2_handle_cmd_del()
736 q2ep->q2e_val[objtype].q2v_softlimit = in lfsquota2_handle_cmd_del()
737 q2e.q2e_val[objtype].q2v_softlimit; in lfsquota2_handle_cmd_del()
739 q2e.q2e_val[objtype].q2v_hardlimit; in lfsquota2_handle_cmd_del()
740 q2ep->q2e_val[objtype].q2v_grace = in lfsquota2_handle_cmd_del()
741 q2e.q2e_val[objtype].q2v_grace; in lfsquota2_handle_cmd_del()
742 q2ep->q2e_val[objtype].q2v_time = 0; in lfsquota2_handle_cmd_del()
1228 int objtype; in q2cursor_getvals() local
[all …]
H A Dulfs_quota.c306 int objtype; in quota_handle_cmd_objtypestat() local
312 objtype = args->u.objtypestat.qc_objtype; in quota_handle_cmd_objtypestat()
321 switch (objtype) { in quota_handle_cmd_objtypestat()
/netbsd/usr.sbin/edquota/
H A Dedquota.c408 int objtype, struct quotause *qup) in dogetprivs2() argument
414 qk.qk_objtype = objtype; in dogetprivs2()
417 qup->source[objtype] = SRC_QUOTA; in dogetprivs2()
429 qup->source[objtype] = SRC_DEFAULT; in dogetprivs2()
437 quotaval_clear(&qup->qv[objtype]); in dogetprivs2()
438 qup->source[objtype] = SRC_CLEAR; in dogetprivs2()
920 qv = &qup->qv[objtype]; in readprivs()
1000 qup->source[objtype] = SRC_EDITED; in readprivs()
1017 qup->source[objtype] = in readprivs()
1040 objtype = QUOTA_OBJTYPE_BLOCKS; in readprivs()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
H A Ddecode_pem2der.c141 int objtype = OSSL_OBJECT_UNKNOWN; in pem2der_decode() local
185 objtype = pem_name_map[i].object_type; in pem2der_decode()
200 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &objtype); in pem2der_decode()
H A Ddecode_spki2typespki.c59 int objtype = OSSL_OBJECT_PKEY; in spki2typespki_decode() local
107 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &objtype); in spki2typespki_decode()
H A Ddecode_epki2pki.c133 int objtype = OSSL_OBJECT_PKEY; in epki2pki_decode() local
143 *p++ = OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &objtype); in epki2pki_decode()
/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/
H A Dfile_store_any2obj.c57 static int any2obj_decode_final(void *provctx, int objtype, BUF_MEM *mem, in any2obj_decode_final() argument
70 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &objtype); in any2obj_decode_final()
244 #define MAKE_DECODER(fromtype, objtype) \ argument
/netbsd/sys/kern/
H A Dvfs_quotactl.c60 vfs_quotactl_objtypestat(struct mount *mp, int objtype, in vfs_quotactl_objtypestat() argument
66 args.u.objtypestat.qc_objtype = objtype; in vfs_quotactl_objtypestat()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.c2209 tree objtype; in build_m_component_ref() local
2229 objtype = TYPE_MAIN_VARIANT (TREE_TYPE (datum)); in build_m_component_ref()
2230 if (! MAYBE_CLASS_TYPE_P (objtype)) in build_m_component_ref()
2234 "non-class type %qT", component, datum, objtype); in build_m_component_ref()
2243 if (!same_type_p (ctype, objtype)) in build_m_component_ref()
2249 binfo = lookup_base (objtype, ctype, ba_check, NULL, complain); in build_m_component_ref()
2256 "type %qT", type, objtype); in build_m_component_ref()
H A Dtypeck2.cc2170 tree objtype; in build_m_component_ref() local
2190 objtype = TYPE_MAIN_VARIANT (TREE_TYPE (datum)); in build_m_component_ref()
2191 if (! MAYBE_CLASS_TYPE_P (objtype)) in build_m_component_ref()
2195 "non-class type %qT", component, datum, objtype); in build_m_component_ref()
2204 if (!same_type_p (ctype, objtype)) in build_m_component_ref()
2210 binfo = lookup_base (objtype, ctype, ba_check, NULL, complain); in build_m_component_ref()
2217 "type %qT", type, objtype); in build_m_component_ref()
H A Dtree.c3171 tree objtype = TREE_TYPE (obj); in build_ctor_subob_ref() local
3172 if (TREE_CODE (objtype) == ARRAY_TYPE && !TYPE_DOMAIN (objtype)) in build_ctor_subob_ref()
3178 TYPE_MAIN_VARIANT (objtype), in build_ctor_subob_ref()
3182 gcc_assert (same_type_ignoring_top_level_qualifiers_p (type, objtype)); in build_ctor_subob_ref()
H A Dtree.cc3383 tree objtype = TREE_TYPE (obj); in build_ctor_subob_ref() local
3384 if (TREE_CODE (objtype) == ARRAY_TYPE && !TYPE_DOMAIN (objtype)) in build_ctor_subob_ref()
3390 TYPE_MAIN_VARIANT (objtype), in build_ctor_subob_ref()
3394 gcc_assert (same_type_ignoring_top_level_qualifiers_p (type, objtype)); in build_ctor_subob_ref()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c2209 tree objtype; in build_m_component_ref() local
2229 objtype = TYPE_MAIN_VARIANT (TREE_TYPE (datum)); in build_m_component_ref()
2230 if (! MAYBE_CLASS_TYPE_P (objtype)) in build_m_component_ref()
2234 "non-class type %qT", component, datum, objtype); in build_m_component_ref()
2243 if (!same_type_p (ctype, objtype)) in build_m_component_ref()
2249 binfo = lookup_base (objtype, ctype, ba_check, NULL, complain); in build_m_component_ref()
2256 "type %qT", type, objtype); in build_m_component_ref()
H A Dtree.c3171 tree objtype = TREE_TYPE (obj); in build_ctor_subob_ref() local
3172 if (TREE_CODE (objtype) == ARRAY_TYPE && !TYPE_DOMAIN (objtype)) in build_ctor_subob_ref()
3178 TYPE_MAIN_VARIANT (objtype), in build_ctor_subob_ref()
3182 gcc_assert (same_type_ignoring_top_level_qualifiers_p (type, objtype)); in build_ctor_subob_ref()
/netbsd/sys/arch/acorn32/stand/lib/
H A Driscoscalls.h343 uint32_t objtype; member
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypes.cc411 tree objtype = TREE_TYPE (build_ctype (cd->type)); in layout_aggregate_type() local
421 DECL_FCONTEXT (field) = objtype; in layout_aggregate_type()
/netbsd/sys/arch/acorn32/stand/nbfs/
H A Dnbfs.c413 fdp->objtype = dp->d_type == DT_DIR ? in nbfs_func_dirents()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dtypes.cc537 tree objtype = TREE_TYPE (build_ctype (cd->type)); in layout_aggregate_type() local
547 DECL_FCONTEXT (field) = objtype; in layout_aggregate_type()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dvalops.c2757 struct type *objtype = check_typedef (obj_type); in find_overload_match() local
2760 && (objtype->code () == TYPE_CODE_PTR in find_overload_match()
2761 || TYPE_IS_REFERENCE (objtype))) in find_overload_match()

12