Searched refs:bit_name (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/osfmk/ipc/
H A Dipc_kmsg.c328 const char *bit_name; local
343 bit_name = msgh_bit_decode64((mach_msg_bits_t)bit);
344 if (bit_name)
345 kprintf("%s%s", needs_comma ? "," : "", bit_name);

Completed in 22 milliseconds