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

  /src/sys/dev/dm/
dm_ioctl.c 622 int table_type; local in function:dm_table_deps_ioctl
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 in function:dm_table_status_ioctl
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/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 label
  /src/sys/arch/arm/cortex/
gicv3_its.c 836 const char *table_type; local in function:gicv3_its_table_init
892 table_type = "Devices";
910 table_type = "Collections";
953 tab, table_type, its->its_tab[tab].segs[0].ds_addr, table_size,

Completed in 13 milliseconds