Searched refs:UUID (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h122 typedef uint8_t UUID[16]; /* For modctl use in dtrace.h */ typedef
1368 UUID dtmodsyms_uuid;
1377 UUID dtmul_uuid[1];
1380 #define DTRACE_MODULE_UUIDS_LIST_SIZE(count) (sizeof(dtrace_module_uuids_list_t) + ((count - 1) * sizeof(UUID)))
H A Ddtrace_glue.h220 UUID mod_uuid;
231 #define MODCTL_HAS_UUID 0x40 // Module has UUID
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c16343 * Find the UUID for this module, if it has one
16375 * built with a valid UUID.
19071 * Build the list of UUID's that need symbols
19086 UUID* uuid = &uuids_list->dtmul_uuid[dtmul_count];
19088 memcpy(uuid, ctl->mod_uuid, sizeof(UUID));
19189 if (memcmp(module_symbols->dtmodsyms_uuid, ctl->mod_uuid, sizeof(UUID)) == 0) {

Completed in 47 milliseconds