Home
last modified time | relevance | path

Searched refs:verb (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/skywalk/channel/
H A Dchannel_syscalls.c347 channel_sync_log1(uint64_t verb, const char *sync, struct proc *p, in channel_sync_log1() argument
351 verb |= SK_VERB_SYNC; in channel_sync_log1()
352 SK_DF(verb, "%s(%d) pre: %s ring %u na \"%s\" (0x%llx) ch 0x%llx " in channel_sync_log1()
361 channel_sync_log2(uint64_t verb, const char *sync, struct proc *p, in channel_sync_log2() argument
365 verb |= SK_VERB_SYNC; in channel_sync_log2()
366 SK_DF(verb, "%s(%d) post: %s ring %u na \"%s\" h %u kh %u", in channel_sync_log2()
/xnu-11215.1.10/osfmk/vm/
H A Dvm_kern.c573 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-11215.1.10/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3479 dp_tx_log_pkt(uint64_t verb, char *desc, struct __kern_packet *pkt) in dp_tx_log_pkt() argument
3486 SK_DF(verb, "%s(%d) %s %s", sk_proc_name_address(current_proc()), in dp_tx_log_pkt()