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

/freebsd-11-stable/sys/sys/
H A Ddisk_zone.h123 uint8_t zone_type; member in struct:disk_zone_rep_entry
/freebsd-11-stable/usr.sbin/zonectl/
H A Dzonectl.c302 switch (entry->zone_type) {
309 word_sep, (entry->zone_type ==
315 word_sep, word_sep, entry->zone_type);
/freebsd-11-stable/sbin/camcontrol/
H A Dzone.c244 switch (desc->zone_type & SRZ_TYPE_MASK) {
251 word_sep, ((desc->zone_type & SRZ_TYPE_MASK) ==
257 word_sep, word_sep,desc->zone_type &
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dunbound.h583 * @param zone_type: type of the zone (like for unbound.conf) in text.
587 const char *zone_type);
H A Dlibunbound.c1302 const char *zone_type)
1313 if(!local_zone_str2type(zone_type, &t)) {
1301 ub_ctx_zone_add(struct ub_ctx* ctx, const char *zone_name, const char *zone_type) argument
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_da.h196 uint8_t zone_type; member in struct:scsi_report_zones_desc
H A Dscsi_da.c4150 entry->zone_type = desc->zone_type & SRZ_TYPE_MASK;
/freebsd-11-stable/sys/cam/ata/
H A Data_da.c2709 entry->zone_type = desc->zone_type & SRZ_TYPE_MASK;

Completed in 98 milliseconds