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

/freebsd-current/sys/sys/
H A Ddisk_zone.h123 uint8_t zone_type; member in struct:disk_zone_rep_entry
/freebsd-current/sbin/camcontrol/
H A Dzone.c239 switch (desc->zone_type & SRZ_TYPE_MASK) {
246 word_sep, ((desc->zone_type & SRZ_TYPE_MASK) ==
252 word_sep, word_sep,desc->zone_type &
/freebsd-current/usr.sbin/zonectl/
H A Dzonectl.c297 switch (entry->zone_type) {
304 word_sep, (entry->zone_type ==
310 word_sep, word_sep, entry->zone_type);
/freebsd-current/contrib/unbound/libunbound/
H A Dunbound.h613 * @param zone_type: type of the zone (like for unbound.conf) in text.
617 const char *zone_type);
H A Dlibunbound.c1348 const char *zone_type)
1359 if(!local_zone_str2type(zone_type, &t)) {
1347 ub_ctx_zone_add(struct ub_ctx* ctx, const char *zone_name, const char *zone_type) argument
/freebsd-current/sys/cam/scsi/
H A Dscsi_da.h193 uint8_t zone_type; member in struct:scsi_report_zones_desc
H A Dscsi_da.c4504 entry->zone_type = desc->zone_type & SRZ_TYPE_MASK;
/freebsd-current/sys/cam/ata/
H A Data_da.c2838 entry->zone_type = desc->zone_type & SRZ_TYPE_MASK;

Completed in 206 milliseconds