HomeSort by: relevance | last modified time | path
    Searched refs:object_type (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp.h 90 #define RELEASE_BASE(x, object_type, file, line) \
91 object_type ## _finalize(x)
93 #define RELEASE_BASE(x, object_type, file, line) do { \
110 FINALIZED(object_type##_finalized); \
111 object_type##_finalize(x); \
118 #define RETAIN_BASE(x, object_type, file, line) do { \
123 CREATED(object_type##_created); \
133 #define RELEASE(x, object_type) RELEASE_BASE(x, object_type, file, line)
134 #define RETAIN(x, object_type) RETAIN_BASE(x, object_type, file, line
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
amdgpu_bios_parser_common.c 34 static enum object_type object_type_from_bios_object_id(uint32_t bios_object_id)
38 enum object_type object_type; local
42 object_type = OBJECT_TYPE_GPU;
45 object_type = OBJECT_TYPE_ENCODER;
48 object_type = OBJECT_TYPE_CONNECTOR;
51 object_type = OBJECT_TYPE_ROUTER;
54 object_type = OBJECT_TYPE_GENERIC;
57 object_type = OBJECT_TYPE_UNKNOWN;
61 return object_type;
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_external.cc 21 const char *object_type; member in struct:__tsan::TagData
38 return tag_data ? tag_data->object_type : nullptr;
76 void *__tsan_external_register_tag(const char *object_type) {
79 GetTagData(new_tag)->object_type = internal_strdup(object_type);
81 internal_snprintf(header, sizeof(header), "race on %s", object_type);
tsan_report.cc 168 const char *object_type = GetObjectTypeFromTag(mop->external_tag); local
169 if (object_type == nullptr)
170 object_type = "external object";
172 ExternalMopDesc(first, mop->write), object_type,
198 const char *object_type = GetObjectTypeFromTag(loc->external_tag); local
199 if (!object_type) {
205 object_type, loc->heap_chunk_size, loc->heap_chunk_start,
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_external.cpp 24 const char *object_type; member in struct:__tsan::TagData
41 return tag_data ? tag_data->object_type : nullptr;
84 void *__tsan_external_register_tag(const char *object_type) {
87 GetTagData(new_tag)->object_type = internal_strdup(object_type);
89 internal_snprintf(header, sizeof(header), "race on %s", object_type);
tsan_report.cpp 151 const char *object_type = GetObjectTypeFromTag(mop->external_tag); local
152 if (object_type == nullptr)
153 object_type = "external object";
155 ExternalMopDesc(first, mop->write), object_type,
181 const char *object_type = GetObjectTypeFromTag(loc->external_tag); local
182 if (!object_type) {
189 object_type, loc->heap_chunk_size,
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_external.cpp 24 const char *object_type; member in struct:__tsan::TagData
41 return tag_data ? tag_data->object_type : nullptr;
77 void *__tsan_external_register_tag(const char *object_type) {
80 GetTagData(new_tag)->object_type = internal_strdup(object_type);
82 internal_snprintf(header, sizeof(header), "race on %s", object_type);
tsan_report.cpp 155 const char *object_type = GetObjectTypeFromTag(mop->external_tag); local
156 if (object_type == nullptr)
157 object_type = "external object";
159 ExternalMopDesc(first, mop->write), object_type,
185 const char *object_type = GetObjectTypeFromTag(loc->external_tag); local
186 if (!object_type) {
193 object_type, loc->heap_chunk_size,
  /src/usr.sbin/sesd/srcs/
getencstat.c 142 geteltnm(objp[i].object_type),
143 stat2ascii(objp[i].object_type,
149 ob.obj_id, geteltnm(objp[i].object_type),
150 stat2ascii(objp[i].object_type, ob.cstat));
getobjmap.c 81 objp[i].obj_id, geteltnm((int)objp[i].object_type));
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
ttm_object.h 136 enum ttm_object_type object_type; member in struct:ttm_base_object
148 * the value of @base::object_type to ttm_prime_type
344 return (base->object_type == ttm_prime_type) ?
346 base->object_type;
vmwgfx_resource_priv.h 54 enum ttm_object_type object_type; member in struct:vmw_user_resource_conv
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
tsan_interface.h 134 void *__tsan_external_register_tag(const char *object_type);
  /src/crypto/external/apache2/openssl/dist/crypto/store/
store_result.c 64 int object_type; member in struct:extracted_param_data_st
99 helper_data.object_type = OSSL_OBJECT_UNKNOWN;
102 && !OSSL_PARAM_get_int(p, &helper_data.object_type))
176 if (data->object_type == OSSL_OBJECT_NAME) {
408 if (data->object_type == OSSL_OBJECT_UNKNOWN
409 || data->object_type == OSSL_OBJECT_PKEY) {
413 if (data->object_type == OSSL_OBJECT_PKEY && data->ref != NULL) {
443 data->object_type = OSSL_OBJECT_PKEY;
475 if (data->object_type == OSSL_OBJECT_UNKNOWN
476 || data->object_type == OSSL_OBJECT_CERT)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/store/
store_result.c 63 int object_type; member in struct:extracted_param_data_st
98 helper_data.object_type = OSSL_OBJECT_UNKNOWN;
101 && !OSSL_PARAM_get_int(p, &helper_data.object_type))
161 if (data->object_type == OSSL_OBJECT_NAME) {
392 if (data->object_type == OSSL_OBJECT_UNKNOWN
393 || data->object_type == OSSL_OBJECT_PKEY) {
397 if (data->object_type == OSSL_OBJECT_PKEY && data->ref != NULL) {
427 data->object_type = OSSL_OBJECT_PKEY;
459 if (data->object_type == OSSL_OBJECT_UNKNOWN
460 || data->object_type == OSSL_OBJECT_CERT)
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/pic/
object.h 26 enum object_type { enum
67 virtual object_type type() = 0;
175 object_type type;
201 object_spec(object_type);
object.cpp 408 object_spec::object_spec(object_type t) : type(t)
453 object_type type() { return OTHER_OBJECT; }
480 object_type type();
492 object_type mark_object::type()
559 object_type type() = 0;
679 object_type type() = 0;
703 object_type type() = 0;
732 object_type type() { return BOX_OBJECT; }
885 object_type type();
941 object_type block_object::type(
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
decoder_pkey.c 62 char *object_type; /* recorded object data type, may be NULL */ local
91 char *object_type = NULL; local
93 if (!OSSL_PARAM_get_utf8_string(p, &object_type, 0))
95 OPENSSL_free(data->object_type);
96 data->object_type = object_type;
121 && EVP_KEYMGMT_is_a(keymgmt, data->object_type))
129 data->object_type,
197 OPENSSL_free(data->object_type);
  /src/sys/dev/scsipi/
ses.h 83 unsigned char object_type; /* Object Type */ member in struct:__anon3662
  /src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
tsan_interface.h 139 void *__tsan_external_register_tag(const char *object_type);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/include/
grph_object_id.h 32 enum object_type { enum
234 enum object_type type)
  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
decode_pem2der.c 105 int object_type; member in struct:pem_name_map_st
185 objtype = pem_name_map[i].object_type;
  /src/external/apache2/llvm/dist/clang/tools/clang-format/
git-clang-format 226 object_type = get_object_type(commit)
227 if object_type not in ('commit', 'tag'):
228 if object_type is None:
231 die("'%s' is a %s, but a commit was expected" % (commit, object_type))
253 object_type = get_object_type(value)
254 if object_type is None:
256 if object_type in ('commit', 'tag'):
259 (value, object_type))
  /src/crypto/external/apache2/openssl/dist/crypto/encode_decode/
decoder_pkey.c 66 char *object_type; /* recorded object data type, may be NULL */ local
96 char *object_type = NULL; local
98 if (!OSSL_PARAM_get_utf8_string(p, &object_type, 0))
100 OPENSSL_free(data->object_type);
101 data->object_type = object_type;
126 && EVP_KEYMGMT_is_a(keymgmt, data->object_type))
134 data->object_type,
211 OPENSSL_free(data->object_type);
  /src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
tsan_interface.h 144 void *SANITIZER_CDECL __tsan_external_register_tag(const char *object_type);

Completed in 49 milliseconds

1 2 3