Searched refs:verb (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.101.5/bsd/skywalk/channel/ |
| H A D | channel_syscalls.c | 335 channel_sync_log1(uint64_t verb, const char *sync, struct proc *p, in channel_sync_log1() argument 339 verb |= SK_VERB_SYNC; in channel_sync_log1() 340 SK_DF(verb, "%s(%d) pre: %s ring %u na \"%s\" (0x%llx) ch 0x%llx " in channel_sync_log1() 349 channel_sync_log2(uint64_t verb, const char *sync, struct proc *p, in channel_sync_log2() argument 353 verb |= SK_VERB_SYNC; in channel_sync_log2() 354 SK_DF(verb, "%s(%d) post: %s ring %u na \"%s\" h %u kh %u", in channel_sync_log2()
|
| /xnu-8796.101.5/osfmk/vm/ |
| H A D | vm_kern.c | 571 const char *verb; in __kmem_entry_validate_object_panic() local 579 verb = "isn't"; in __kmem_entry_validate_object_panic() 582 verb = "isn't"; in __kmem_entry_validate_object_panic() 585 verb = "is unexpectedly"; in __kmem_entry_validate_object_panic() 588 verb = "is unexpectedly"; in __kmem_entry_validate_object_panic() 592 map, flags, entry, verb, what); in __kmem_entry_validate_object_panic()
|
| /xnu-8796.101.5/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 2991 dp_tx_log_pkt(uint64_t verb, char *desc, struct __kern_packet *pkt) in dp_tx_log_pkt() argument 2995 SK_DF(verb, "%s(%d) %s %s", sk_proc_name_address(current_proc()), in dp_tx_log_pkt()
|