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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c451 static char zone_name_to_log[MAX_ZONE_NAME] = ""; /* the zone name we're logging, if any */ variable
499 static zone_t zone_of_interest = NULL; /* the zone being watched; corresponds to zone_name_to_log */
1213 if (log_this_zone(z->zone_name, zone_name_to_log)) {
1439 strcpy(zone_name_to_log, "kalloc.512");
1470 if (PE_parse_boot_argn("zlog", zone_name_to_log, sizeof(zone_name_to_log)) == TRUE) {

Completed in 13 milliseconds