Searched refs:par (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.121.3/osfmk/ipc/ ! |
| H A D | mig_log.c | 118 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 D | mig_log.h | 80 void *par,
|
| /xnu-8020.121.3/osfmk/kern/ ! |
| H A D | btlog.c | 325 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()
|