Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h433 void ITTAPI __itt_sync_set_nameA(void *addr, const char *objtype,
435 void ITTAPI __itt_sync_set_nameW(void *addr, const wchar_t *objtype,
445 void ITTAPI __itt_sync_set_name(void *addr, const char *objtype,
454 (void *addr, const char *objtype, const char *objname, int attribute))
456 (void *addr, const wchar_t *objtype, const wchar_t *objname,
460 (void *addr, const char *objtype, const char *objname, int attribute))
473 #define __itt_sync_set_nameA(addr, objtype, objname, attribute)
475 #define __itt_sync_set_nameW(addr, objtype, objname, attribute)
478 #define __itt_sync_set_name(addr, objtype, objname, attribute)
512 int LIBITTAPI __itt_notify_sync_nameA(void *addr, const char *objtype,
[all …]
/freebsd/contrib/bearssl/test/
H A Dtest_x509.c960 get_value(char *objtype, HT *objdata, long linenum, char *name) in get_value() argument
968 name, objtype, linenum); in get_value()
1146 parse_object(char *objtype, HT *objdata, long linenum) in parse_object() argument
1150 name = get_value(objtype, objdata, linenum, "name"); in parse_object()
1151 if (eqstring(objtype, "key")) { in parse_object()
1155 stype = get_value(objtype, objdata, linenum, "type"); in parse_object()
1160 sn = get_value(objtype, objdata, linenum, "n"); in parse_object()
1161 se = get_value(objtype, objdata, linenum, "e"); in parse_object()
1171 sc = get_value(objtype, objdata, linenum, "curve"); in parse_object()
1172 sq = get_value(objtype, objdata, linenum, "q"); in parse_object()
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h152 (void *addr, const char *objtype, const char *objname, int attribute),
153 (ITT_FORMAT addr, objtype, objname, attribute), sync_createA,
156 (void *addr, const wchar_t *objtype, const wchar_t *objname,
158 (ITT_FORMAT addr, objtype, objname, attribute), sync_createW,
168 (void *addr, const char *objtype, const char *objname, int attribute),
169 (ITT_FORMAT addr, objtype, objname, attribute), sync_create,
469 (void *addr, const char *objtype, const char *objname, int attribute),
470 (ITT_FORMAT addr, objtype, objname, attribute), sync_set_nameA,
474 (void *addr, const wchar_t *objtype, const wchar_t *objname,
476 (ITT_FORMAT addr, objtype, objname, attribute), sync_set_nameW,
[all …]
H A Dittnotify.h717 void ITTAPI __itt_sync_createA(void *addr, const char *objtype,
719 void ITTAPI __itt_sync_createW(void *addr, const wchar_t *objtype,
729 void ITTAPI __itt_sync_create(void *addr, const char *objtype,
738 (void *addr, const char *objtype, const char *objname, int attribute))
740 (void *addr, const wchar_t *objtype, const wchar_t *objname,
744 (void *addr, const char *objtype, const char *objname, int attribute))
757 #define __itt_sync_createA(addr, objtype, objname, attribute)
759 #define __itt_sync_createW(addr, objtype, objname, attribute)
762 #define __itt_sync_create(addr, objtype, objname, attribute)
/freebsd/crypto/openssl/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()
/freebsd/crypto/openssl/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
/freebsd/tests/sys/cddl/zfs/tests/zinject/
H A Dzinject.kshlib187 typeset objtype=$3
193 case $objtype in
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c2043 dmu_object_type_t objtype = in spa_preferred_class() local
2050 ASSERT(objtype != DMU_OT_INTENT_LOG); in spa_preferred_class()
2054 if (DMU_OT_IS_DDT(objtype)) { in spa_preferred_class()
2065 (DMU_OT_IS_FILE(objtype) || objtype == DMU_OT_ZVOL)) { in spa_preferred_class()
2072 if (DMU_OT_IS_METADATA(objtype) || zp->zp_level > 0) { in spa_preferred_class()
2084 if (DMU_OT_IS_FILE(objtype) && in spa_preferred_class()
/freebsd/sys/netinet/
H A Dip_fw.h1058 uint8_t objtype; /* object type */ member
/freebsd/sys/dev/ice/
H A Dice_lib.c4711 u8 index, errtype, objtype; in ice_add_sysctls_eth_stats()
4720 objtype = (u8)((info & PFHMC_ERRORINFO_HMC_OBJECT_TYPE_M) >> in ice_add_sysctls_eth_stats()
4729 errtype, objtype, data); in ice_add_sysctls_eth_stats()
4615 u8 index, errtype, objtype; ice_log_hmc_error() local