Home
last modified time | relevance | path

Searched refs:zone_type (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/zonectl/
H A Dzonectl.c297 switch (entry->zone_type) { in zonectl_print_rz()
304 word_sep, (entry->zone_type == in zonectl_print_rz()
310 word_sep, word_sep, entry->zone_type); in zonectl_print_rz()
/freebsd/sbin/camcontrol/
H A Dzone.c239 switch (desc->zone_type & SRZ_TYPE_MASK) { in zone_rz_print()
246 word_sep, ((desc->zone_type & SRZ_TYPE_MASK) == in zone_rz_print()
252 word_sep, word_sep,desc->zone_type & in zone_rz_print()
/freebsd/sys/sys/
H A Ddisk_zone.h123 uint8_t zone_type; member
/freebsd/contrib/unbound/libunbound/
H A Dunbound.h617 const char *zone_type);
H A Dlibunbound.c1357 const char *zone_type) in ub_ctx_zone_add() argument
1368 if(!local_zone_str2type(zone_type, &t)) { in ub_ctx_zone_add()
/freebsd/sys/cam/scsi/
H A Dscsi_da.h193 uint8_t zone_type; member
H A Dscsi_da.c4536 entry->zone_type = desc->zone_type & SRZ_TYPE_MASK; in dazonedone()
/freebsd/sys/cam/ata/
H A Data_da.c2840 entry->zone_type = desc->zone_type & SRZ_TYPE_MASK; in adazonedone()