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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c130 * "zlog=<zone name to log> -zc". Search for "Zone corruption logging" later in this
145 boolean_t corruption_debug_flag = FALSE; /* enabled by "-zc" boot-arg */
440 * that is being corrupted, then add "-zc zlog=<zone name>" to the boot-args. When -zc is used in conjunction
512 const char *zc = zonename; local
519 for (len = 1; len <= MAX_ZONE_NAME; zc++, lc++, len++) {
527 if (*zc != *lc && !(*zc == ' ' && *lc == '.'))
534 if (*zc == '\0')
1431 if (PE_parse_boot_argn("-zc", temp_bu
[all...]

Completed in 26 milliseconds