Searched refs:verb (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/bsd/skywalk/channel/ |
| H A D | channel_syscalls.c | 330 channel_sync_log1(uint64_t verb, const char *sync, struct proc *p, in channel_sync_log1() argument 334 verb |= SK_VERB_SYNC; in channel_sync_log1() 335 SK_DF(verb, "%s(%d) pre: %s ring %u na \"%s\" (%p) ch %p " in channel_sync_log1() 344 channel_sync_log2(uint64_t verb, const char *sync, struct proc *p, in channel_sync_log2() argument 348 verb |= SK_VERB_SYNC; in channel_sync_log2() 349 SK_DF(verb, "%s(%d) post: %s ring %u na \"%s\" h %u kh %u", in channel_sync_log2()
|
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | vm_kern.c | 570 const char *verb; in __kmem_entry_validate_object_panic() local 578 verb = "isn't"; in __kmem_entry_validate_object_panic() 581 verb = "isn't"; in __kmem_entry_validate_object_panic() 584 verb = "is unexpectedly"; in __kmem_entry_validate_object_panic() 587 verb = "is unexpectedly"; in __kmem_entry_validate_object_panic() 591 map, flags, entry, verb, what); in __kmem_entry_validate_object_panic()
|
| /xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 3523 dp_tx_log_pkt(uint64_t verb, char *desc, struct __kern_packet *pkt) in dp_tx_log_pkt() argument 3530 SK_DF(verb, "%s(%d) %s %s", sk_proc_name(current_proc()), in dp_tx_log_pkt()
|