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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dzalloc.c352 static char zone_name_to_log[MAX_ZONE_NAME] = ""; /* the zone name we're logging, if any */ variable
401 static zone_t zone_of_interest = NULL; /* the zone being watched; corresponds to zone_name_to_log */
563 if (log_this_zone(z->zone_name, zone_name_to_log)) {
791 if (PE_parse_boot_argn("zlog", zone_name_to_log, sizeof(zone_name_to_log)) == TRUE) {

Completed in 73 milliseconds