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

/darwin-on-arm/xnu/osfmk/kern/
H A Dgzalloc.c170 char temp_buf[16]; local
172 if (PE_parse_boot_argn("-gzalloc_mode", temp_buf, sizeof (temp_buf))) {
208 if (PE_parse_boot_argn("-gzalloc_wp", temp_buf, sizeof (temp_buf))) {
212 if (PE_parse_boot_argn("-gzalloc_uf_mode", temp_buf, sizeof (temp_buf))) {
217 if (PE_parse_boot_argn("-gzalloc_noconsistency", temp_buf, sizeof (temp_buf))) {
228 if (PE_parse_boot_argn("-nogzalloc_mode", temp_buf, sizeo
[all...]
H A Dzalloc.c1424 char temp_buf[16]; local
1426 if (PE_parse_boot_argn("-zinfop", temp_buf, sizeof(temp_buf))) {
1431 if (PE_parse_boot_argn("-zc", temp_buf, sizeof(temp_buf))) {
1447 if (PE_parse_boot_argn("-zp", temp_buf, sizeof(temp_buf))) {
1450 if (PE_parse_boot_argn("-no-zp", temp_buf, sizeof(temp_buf))) {
/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_realview.c115 char temp_buf[16]; local
119 if (PE_parse_boot_argn("-use_realview_eb_pic", temp_buf, sizeof(temp_buf))) {
133 char temp_buf[16]; local

Completed in 69 milliseconds