Searched refs:fi_type (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/ |
| H A D | Template.pm | 365 my ($fi_type, $fi_text, $fi_lineno) = @$fi_item; 366 if ($fi_type eq 'TEXT') { 371 type => $fi_type,); 373 elsif ($fi_type eq 'PROG') { 417 type => $fi_type,); 428 type => $fi_type,);
|
| /freebsd/sys/contrib/openzfs/include/ |
| H A D | zfeature_common.h | 134 zfeature_type_t fi_type; /* Only relevant for PER_DATASET features */ member
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dsl_dataset.c | 181 ASSERT3S(spa_feature_table[f].fi_type, ==, in dsl_dataset_block_born() 188 ASSERT3S(spa_feature_table[f].fi_type, ==, in dsl_dataset_block_born() 386 switch (spa_feature_table[f].fi_type) { in unload_zfeature() 397 panic("Invalid zfeature type %d", spa_feature_table[f].fi_type); in unload_zfeature() 405 switch (spa_feature_table[f].fi_type) { in load_zfeature() 439 panic("Invalid zfeature type %d", spa_feature_table[f].fi_type); in load_zfeature() 1080 switch (spa_feature_table[f].fi_type) { in zfeature_active() 1093 panic("Invalid zfeature type %d", spa_feature_table[f].fi_type); in zfeature_active() 1113 VERIFY(spa_feature_table[f].fi_type & ZFEATURE_TYPE_UINT64_ARRAY); in dsl_dataset_get_uint64_array_feature() 1136 switch (spa_feature_table[f].fi_type) { in dsl_dataset_activate_feature() [all …]
|
| /freebsd/sys/contrib/openzfs/module/zcommon/ |
| H A D | zfeature_common.c | 349 feature->fi_type = type; in zfeature_register()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 10119 <var-decl name='fi_type' type-id='732d2bb2' visibility='default'/>
|