Searched refs:uuid_command (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_uuid.h38 struct uuid_command;
50 void kxld_uuid_init_from_macho(KXLDuuid *uuid, struct uuid_command *src)
H A Dkxld_uuid.c41 kxld_uuid_init_from_macho(KXLDuuid *uuid, struct uuid_command *src)
63 return sizeof(struct uuid_command);
73 struct uuid_command *uuidhdr = NULL;
81 uuidhdr = (struct uuid_command *) ((void *) (buf + *header_offset));
H A Dkxld_object.c512 struct uuid_command *uuid_hdr = NULL;
629 uuid_hdr = (struct uuid_command *) cmd_hdr;
840 struct uuid_command *uuid_hdr = NULL;
941 uuid_hdr = (struct uuid_command *) cmd_hdr;
/darwin-on-arm/xnu/libkern/
H A Dkernel_mach_header.c100 struct uuid_command *cmd = (struct uuid_command *)
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1135 struct uuid_command { struct
1137 uint32_t cmdsize; /* sizeof(struct uuid_command) */
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_loader.c472 struct uuid_command *uulp = 0;
685 uulp = (struct uuid_command *)lcp;
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c708 struct uuid_command uuidcmd;
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp3985 const struct uuid_command * uuid_cmd = NULL;
4013 uuid_cmd = (struct uuid_command *)load_cmd;
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c16350 struct uuid_command* uuid_cmd = (struct uuid_command *)load_cmd;

Completed in 188 milliseconds