Searched refs:zone_length (Results 1 – 2 of 2) sorted by relevance
239 size_t zone_length; /* length of zonename token */ in au_close_time() local285 zone_length = au_zonename_length(NULL); in au_close_time()286 byte_count += zone_length; in au_close_time()288 zone_length = 0; in au_close_time()324 if (zone_length > 0) { in au_close_time()325 m = au_to_zonename(zone_length, NULL); in au_close_time()
408 au_to_zonename(size_t zone_length, zone_t *zone) in au_to_zonename() argument424 ASSERT((zone_length == 0) || in au_to_zonename()425 (zone_length == (bytes + ZONE_TOKEN_OVERHEAD))); in au_to_zonename()