Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/zonectl/
H A Dzonectl.c302 switch (entry->zone_type) { in zonectl_print_rz()
309 word_sep, (entry->zone_type == in zonectl_print_rz()
315 word_sep, word_sep, entry->zone_type); in zonectl_print_rz()
/freebsd-12.1/sbin/camcontrol/
H A Dzone.c244 switch (desc->zone_type & SRZ_TYPE_MASK) { in zone_rz_print()
251 word_sep, ((desc->zone_type & SRZ_TYPE_MASK) == in zone_rz_print()
257 word_sep, word_sep,desc->zone_type & in zone_rz_print()
/freebsd-12.1/sys/sys/
H A Ddisk_zone.h125 uint8_t zone_type; member
/freebsd-12.1/contrib/unbound/libunbound/
H A Dunbound.h587 const char *zone_type);
H A Dlibunbound.c1286 const char *zone_type) in ub_ctx_zone_add() argument
1297 if(!local_zone_str2type(zone_type, &t)) { in ub_ctx_zone_add()
/freebsd-12.1/sys/cam/scsi/
H A Dscsi_da.h196 uint8_t zone_type; member
H A Dscsi_da.c4375 entry->zone_type = desc->zone_type & SRZ_TYPE_MASK; in dazonedone()
/freebsd-12.1/sys/cam/ata/
H A Data_da.c2699 entry->zone_type = desc->zone_type & SRZ_TYPE_MASK; in adazonedone()