Home
last modified time | relevance | path

Searched refs:table_type (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/dev/dm/
H A Ddm_ioctl.c622 int table_type; in dm_table_deps_ioctl() local
651 table_type = DM_TABLE_INACTIVE; in dm_table_deps_ioctl()
653 table_type = DM_TABLE_ACTIVE; in dm_table_deps_ioctl()
655 tbl = dm_table_get_entry(&dmv->table_head, table_type); in dm_table_deps_ioctl()
660 dm_table_release(&dmv->table_head, table_type); in dm_table_deps_ioctl()
910 int table_type; in dm_table_status_ioctl() local
932 table_type = DM_TABLE_INACTIVE; in dm_table_status_ioctl()
934 table_type = DM_TABLE_ACTIVE; in dm_table_status_ioctl()
955 tbl = dm_table_get_entry(&dmv->table_head, table_type); in dm_table_status_ioctl()
1004 dm_table_release(&dmv->table_head, table_type); in dm_table_status_ioctl()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A Dtexi2html504 $table_type = ''; # type of table ('', 'f', 'v', 'multi')
632 $table_type = $1;
705 unshift(@tables, join($;, $table_type, $in_table));
706 if ($table_type eq "multi") {
842 ($table_type, $in_table) = split($;, shift(@tables));
843 unless ($1 eq $table_type) {
847 if ($table_type eq "multi") {
856 ($table_type, $in_table) = split($;, $tables[0]);
1055 if ($table_type) { # add also an index
1056 unshift(@input_spool, "\@${table_type}index $what\n");
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A Dtexi2html504 $table_type = ''; # type of table ('', 'f', 'v', 'multi')
632 $table_type = $1;
705 unshift(@tables, join($;, $table_type, $in_table));
706 if ($table_type eq "multi") {
842 ($table_type, $in_table) = split($;, shift(@tables));
843 unless ($1 eq $table_type) {
847 if ($table_type eq "multi") {
856 ($table_type, $in_table) = split($;, $tables[0]);
1055 if ($table_type) { # add also an index
1056 unshift(@input_spool, "\@${table_type}index $what\n");
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Dtexi2html2950 $table_type = ''; # type of table ('', 'f', 'v', 'multi')
3164 $table_type = $1;
3258 unshift(@tables, join($;, $table_type, $in_table));
3259 if ($table_type eq "multi") {
3499 ($table_type, $in_table) = split($;, shift(@tables));
3500 unless ($1 eq $table_type) {
3504 if ($table_type eq "multi") {
3513 ($table_type, $in_table) = split($;, $tables[0]);
3712 elsif ($in_table && ($table_type eq 'f' || $table_type eq 'v'))
3714 EnterIndexEntry($table_type, $what, $docu_doc, $section, \@lines);
[all …]
/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_parse.y189 %type <num> maybe_not opt_stateful icmp_type table_type
321 : TABLE TABLE_ID TYPE table_type table_store
327 table_type
/netbsd-src/sys/arch/arm/cortex/
H A Dgicv3_its.c834 const char *table_type; in gicv3_its_cpu_init()
890 table_type = "Devices"; in gicv3_its_init()
908 table_type = "Collections"; in gicv3_its_init()
951 tab, table_type, its->its_tab[tab].segs[0].ds_addr, table_size,
714 const char *table_type; gicv3_its_table_init() local