HomeSort by: relevance | last modified time | path
    Searched refs:table_type (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/dm/
dm_ioctl.c 622 int table_type; local
651 table_type = DM_TABLE_INACTIVE;
653 table_type = DM_TABLE_ACTIVE;
655 tbl = dm_table_get_entry(&dmv->table_head, table_type);
660 dm_table_release(&dmv->table_head, table_type);
910 int table_type; local
932 table_type = DM_TABLE_INACTIVE;
934 table_type = DM_TABLE_ACTIVE;
955 tbl = dm_table_get_entry(&dmv->table_head, table_type);
1004 dm_table_release(&dmv->table_head, table_type);
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
texi2html 504 $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")
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/doc/
texi2html 504 $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")
    [all...]
  /src/usr.sbin/npf/npfctl/
npf_parse.y 199 %type <num> maybe_not opt_stateful icmp_type table_type
363 : TABLE TABLE_ID TYPE table_type table_store
369 table_type
  /src/sys/arch/arm/cortex/
gicv3_its.c 929 const char *table_type; local
985 table_type = "Devices";
1003 table_type = "Collections";
1046 tab, table_type, its->its_tab[tab].segs[0].ds_addr, table_size,
  /src/external/gpl3/gdb/dist/readline/readline/doc/
texi2html 2950 $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')
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/doc/
texi2html 2950 $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')
    [all...]

Completed in 21 milliseconds