Home
last modified time | relevance | path

Searched refs:createWithUUID (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/iokit/IOKit/
H A DIOExtensiblePaniclog.h69 static bool createWithUUID(uuid_t uuid, const char *data_id,
/xnu-12377.81.4/iokit/Kernel/
H A DIOExtensiblePaniclog.cpp58 IOExtensiblePaniclog::createWithUUID(uuid_t uuid, const char *data_id, uint32_t len, in createWithUUID() function in IOExtensiblePaniclog
/xnu-12377.81.4/doc/debugging/
H A Dextensible_paniclog.md18 static bool createWithUUID(uuid_t uuid, const char *data_id, uint32_t max_len, ext_paniclog_create_…
217 …whatever suits it best. In DriverKit and IOKit cases, they call the `createWithUUID` or `Create` m…
314 res = IOExtensiblePaniclog::createWithUUID(uuid_1, "Lha ops 1", 1024, EXT_PANICLOG_OPTIONS_NONE, &p…
324 res = IOExtensiblePaniclog::createWithUUID(uuid_2, "Lha ops 2", 1024, EXT_PANICLOG_OPTIONS_NONE, &p…