Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/ipc/
H A Dmig_log.c118 void *par, in MigEventErrors() argument
123 printf("%d|%d|%d -- %s %d\n", who, what, *(int *)par, file, line); in MigEventErrors()
125 printf("%d|%d|%s -- %s %d\n", who, what, (char *)par, file, line); in MigEventErrors()
/xnu-10002.41.9/osfmk/mach/
H A Dmig_log.h80 void *par,
/xnu-10002.41.9/osfmk/kern/
H A Dbtlog.c326 uint32_t par = BTL_PARAM_PARITY(param); in __btlib_head() local
329 return &btl->btl_hash[par][idx]->bth_array[hash & BTL_HASH_MASK]; in __btlib_head()