Home
last modified time | relevance | path

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

/freebsd/sys/geom/zoned/
H A Dg_zoned.c204 z->zone_type = DISK_ZONE_TYPE_CONVENTIONAL; in g_zoned_reset_zones()
209 z->zone_type = DISK_ZONE_TYPE_SEQ_REQUIRED; in g_zoned_reset_zones()
300 z->zone_type = DISK_ZONE_TYPE_CONVENTIONAL; in g_zoned_load_table()
305 z->zone_type = DISK_ZONE_TYPE_SEQ_REQUIRED; in g_zoned_load_table()
839 if (z->zone_type == DISK_ZONE_TYPE_CONVENTIONAL || in g_zoned_zonecmd()
965 if (z->zone_type == DISK_ZONE_TYPE_CONVENTIONAL) { in g_zoned_write_check()
972 if (i > zno && sc->sc_zones[i].zone_type != in g_zoned_write_check()
1088 if (i > zno && sc->sc_zones[i].zone_type != z->zone_type) { in g_zoned_read_check()
1098 if (!sc->sc_rdrestrict || z->zone_type == DISK_ZONE_TYPE_CONVENTIONAL) in g_zoned_read_check()
1140 if (z->zone_type != DISK_ZONE_TYPE_CONVENTIONAL && in g_zoned_write_undo()
[all …]
H A Dg_zoned.h264 de.de_type = z->zone_type; in g_zoned_entry_encode()
282 z->zone_type = de.de_type; in g_zoned_entry_decode()
/freebsd/usr.sbin/zonectl/
H A Dzonectl.c307 switch (entry->zone_type) { in zonectl_print_rz()
314 word_sep, (entry->zone_type == in zonectl_print_rz()
320 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.c1367 const char *zone_type) in ub_ctx_zone_add() argument
1378 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.c4622 entry->zone_type = desc->zone_type & SRZ_TYPE_MASK; in dazonedone()
/freebsd/contrib/unbound/doc/
H A Dlibunbound.rst107 int ub_ctx_zone_add(struct ub_ctx* ctx, char* zone_name, char* zone_type);
177 int **ub_ctx_zone_add**\ (struct ub_ctx\* ctx, char\* zone_name, char\* zone_type);
/freebsd/sys/cam/ata/
H A Data_da.c2886 entry->zone_type = desc->zone_type & SRZ_TYPE_MASK; in adazonedone()