Searched refs:signpost (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | exclaves_log.c | 198 replay_redacted_signpost(const oslogdarwin_redactedlogdata_signpost_s *signpost) in replay_redacted_signpost() argument 201 uuid_unparse(signpost->uuid, uuidstr); in replay_redacted_signpost() 203 os_log_at_time(OS_LOG_DEFAULT, OS_LOG_TYPE_DEBUG, signpost->stamp, "signpost,%s,%0x,%0x,%u,%u", in replay_redacted_signpost() 204 uuidstr, signpost->fmtOffset, signpost->nameOffset, signpost->type, signpost->scope); in replay_redacted_signpost() 211 const oslogdarwin_redactedlogdata_signpost_s *signpost; in os_log_replay_redacted_log() local 219 signpost = oslogdarwin_redactedlogdata_signpost__get(ld); in os_log_replay_redacted_log() 220 replay_redacted_signpost(signpost); in os_log_replay_redacted_log()
|
| /xnu-11417.121.6/osfmk/kdp/ |
| H A D | sk_core.c | 359 struct astris_uuid *signpost = (struct astris_uuid *)signpostva; in sc_find_uuid_cdbg() local 361 if (signpost->version != ASTRIS_UUID_VERSION) { in sc_find_uuid_cdbg() 362 …kern_coredump_log(NULL, "secure_core: unsupported astris signpost version 0x%x\n", signpost->versi… in sc_find_uuid_cdbg() 366 uuid = &signpost->uuid; in sc_find_uuid_cdbg() 370 struct debug_signpost *signpost = (struct debug_signpost *)signpostva; in sc_find_uuid_cdbg() local 372 if (signpost->version != DEBUG_SIGNPOST_VERSION) { in sc_find_uuid_cdbg() 373 …kern_coredump_log(NULL, "secure_core: unsupported debug signpost version 0x%x\n", signpost->versio… in sc_find_uuid_cdbg() 377 uuid = &signpost->uuid; in sc_find_uuid_cdbg()
|