Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h427 void ITTAPI __itt_sync_set_nameA(void *addr, const char *objtype,
429 void ITTAPI __itt_sync_set_nameW(void *addr, const wchar_t *objtype,
439 void ITTAPI __itt_sync_set_name(void *addr, const char *objtype,
450 (void *addr, const wchar_t *objtype, const wchar_t *objname,
467 #define __itt_sync_set_nameA(addr, objtype, objname, attribute)
469 #define __itt_sync_set_nameW(addr, objtype, objname, attribute)
472 #define __itt_sync_set_name(addr, objtype, objname, attribute)
506 int LIBITTAPI __itt_notify_sync_nameA(void *addr, const char *objtype,
509 int LIBITTAPI __itt_notify_sync_nameW(void *addr, const wchar_t *objtype,
518 int LIBITTAPI __itt_notify_sync_name(void *addr, const char *objtype,
[all …]
/freebsd-13.1/contrib/bearssl/test/
H A Dtest_x509.c968 name, objtype, linenum); in get_value()
1151 if (eqstring(objtype, "key")) { in parse_object()
1317 objtype, linenum); in parse_object()
1325 char *objtype; in process_conf_file() local
1335 objtype = NULL; in process_conf_file()
1346 if (objtype != NULL) { in process_conf_file()
1349 xfree(objtype); in process_conf_file()
1351 objtype = hname; in process_conf_file()
1355 if (objtype == NULL) { in process_conf_file()
1366 if (objtype != NULL) { in process_conf_file()
[all …]
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h126 (ITT_FORMAT addr, objtype, objname, attribute), sync_createA,
129 (void *addr, const wchar_t *objtype, const wchar_t *objname,
131 (ITT_FORMAT addr, objtype, objname, attribute), sync_createW,
142 (ITT_FORMAT addr, objtype, objname, attribute), sync_create,
443 (ITT_FORMAT addr, objtype, objname, attribute), sync_set_nameA,
447 (void *addr, const wchar_t *objtype, const wchar_t *objname,
449 (ITT_FORMAT addr, objtype, objname, attribute), sync_set_nameW,
455 (ITT_FORMAT addr, objtype, objname, attribute), sync_set_name,
464 (ITT_FORMAT p, objtype, typelen, objname, namelen, attribute),
471 (ITT_FORMAT p, objtype, typelen, objname, namelen, attribute),
[all …]
H A Dittnotify.h627 void ITTAPI __itt_sync_createA(void *addr, const char *objtype,
629 void ITTAPI __itt_sync_createW(void *addr, const wchar_t *objtype,
639 void ITTAPI __itt_sync_create(void *addr, const char *objtype,
648 (void *addr, const char *objtype, const char *objname, int attribute))
650 (void *addr, const wchar_t *objtype, const wchar_t *objname,
654 (void *addr, const char *objtype, const char *objname, int attribute))
667 #define __itt_sync_createA(addr, objtype, objname, attribute)
669 #define __itt_sync_createW(addr, objtype, objname, attribute)
672 #define __itt_sync_create(addr, objtype, objname, attribute)
/freebsd-13.1/tests/sys/cddl/zfs/tests/zinject/
H A Dzinject.kshlib192 typeset objtype=$3
198 case $objtype in
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c1936 spa_preferred_class(spa_t *spa, uint64_t size, dmu_object_type_t objtype, in spa_preferred_class() argument
1942 ASSERT(objtype != DMU_OT_INTENT_LOG); in spa_preferred_class()
1946 if (DMU_OT_IS_DDT(objtype)) { in spa_preferred_class()
1956 if (level > 0 && (DMU_OT_IS_FILE(objtype) || objtype == DMU_OT_ZVOL)) { in spa_preferred_class()
1963 if (DMU_OT_IS_METADATA(objtype) || level > 0) { in spa_preferred_class()
1975 if (DMU_OT_IS_FILE(objtype) && in spa_preferred_class()
/freebsd-13.1/sys/netinet/
H A Dip_fw.h1030 uint8_t objtype; /* object type */ member
/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Dspa.h1059 dmu_object_type_t objtype, uint_t level, uint_t special_smallblk);
/freebsd-13.1/sys/dev/ice/
H A Dice_lib.c4193 u8 index, errtype, objtype; in ice_log_hmc_error() local
4202 objtype = (u8)((info & PFHMC_ERRORINFO_HMC_OBJECT_TYPE_M) >> in ice_log_hmc_error()
4211 errtype, objtype, data); in ice_log_hmc_error()