Searched refs:zone_type (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/geom/zoned/ |
| H A D | g_zoned.c | 204 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 D | g_zoned.h | 264 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 D | zonectl.c | 307 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 D | zone.c | 239 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 D | disk_zone.h | 123 uint8_t zone_type; member
|
| /freebsd/contrib/unbound/libunbound/ |
| H A D | unbound.h | 617 const char *zone_type);
|
| H A D | libunbound.c | 1367 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 D | scsi_da.h | 193 uint8_t zone_type; member
|
| H A D | scsi_da.c | 4622 entry->zone_type = desc->zone_type & SRZ_TYPE_MASK; in dazonedone()
|
| /freebsd/contrib/unbound/doc/ |
| H A D | libunbound.rst | 107 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 D | ata_da.c | 2886 entry->zone_type = desc->zone_type & SRZ_TYPE_MASK; in adazonedone()
|