Home
last modified time | relevance | path

Searched refs:zone_length (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/c2/
H A Daudit_io.c239 size_t zone_length; /* length of zonename token */ in au_close_time() local
285 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()
H A Daudit_token.c408 au_to_zonename(size_t zone_length, zone_t *zone) in au_to_zonename() argument
424 ASSERT((zone_length == 0) || in au_to_zonename()
425 (zone_length == (bytes + ZONE_TOKEN_OVERHEAD))); in au_to_zonename()