Home
last modified time | relevance | path

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

/xnu-8020.121.3/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-8020.121.3/osfmk/mach/ !
H A Dmig_log.h80 void *par,
/xnu-8020.121.3/osfmk/kern/ !
H A Dbtlog.c325 uint32_t par = BTL_PARAM_PARITY(param); in __btlib_head() local
328 return &btl->btl_hash[par][idx]->bth_array[hash & BTL_HASH_MASK]; in __btlib_head()