Searched refs:verb (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.141.1/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-10063.141.1/osfmk/vm/ |
| H A D | vm_kern.c | 573 const char *verb; in __kmem_entry_validate_object_panic() local 581 verb = "isn't"; in __kmem_entry_validate_object_panic() 584 verb = "isn't"; in __kmem_entry_validate_object_panic() 587 verb = "is unexpectedly"; in __kmem_entry_validate_object_panic() 590 verb = "is unexpectedly"; in __kmem_entry_validate_object_panic() 594 map, flags, entry, verb, what); in __kmem_entry_validate_object_panic()
|
| /xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 3306 dp_tx_log_pkt(uint64_t verb, char *desc, struct __kern_packet *pkt) in dp_tx_log_pkt() argument 3310 SK_DF(verb, "%s(%d) %s %s", sk_proc_name_address(current_proc()), in dp_tx_log_pkt()
|