Searched refs:createWithUUID (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/iokit/IOKit/ |
| H A D | IOExtensiblePaniclog.h | 69 static bool createWithUUID(uuid_t uuid, const char *data_id,
|
| /xnu-12377.81.4/iokit/Kernel/ |
| H A D | IOExtensiblePaniclog.cpp | 58 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 D | extensible_paniclog.md | 18 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…
|