Home
last modified time | relevance | path

Searched refs:table_id (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/sys/dev/dm/
Ddm_table.c67 dm_table_busy(dm_table_head_t *head, uint8_t table_id) in dm_table_busy() argument
73 if (table_id == DM_TABLE_ACTIVE) in dm_table_busy()
105 dm_table_get_entry(dm_table_head_t *head, uint8_t table_id) in dm_table_get_entry() argument
109 id = dm_table_busy(head, table_id); in dm_table_get_entry()
117 dm_table_release(dm_table_head_t *head, uint8_t table_id) in dm_table_release() argument
147 dm_table_destroy(dm_table_head_t *head, uint8_t table_id) in dm_table_destroy() argument
155 aprint_debug("dm_Table_destroy called with %d--%d\n", table_id, head->io_cnt); in dm_table_destroy()
160 if (table_id == DM_TABLE_ACTIVE) in dm_table_destroy()
281 dm_table_get_target_count(dm_table_head_t *head, uint8_t table_id) in dm_table_get_target_count() argument
290 id = dm_table_busy(head, table_id); in dm_table_get_target_count()
/netbsd/src/sys/dev/sysmon/
Dsysmon_envsys_tables.c116 sme_find_table(enum sme_descr_type table_id) in sme_find_table() argument
118 switch (table_id) { in sme_find_table()
143 sme_find_table_entry(enum sme_descr_type table_id, int key) in sme_find_table_entry() argument
145 const struct sme_descr_entry *table = sme_find_table(table_id); in sme_find_table_entry()
156 sme_find_table_desc(enum sme_descr_type table_id, const char *str) in sme_find_table_desc() argument
158 const struct sme_descr_entry *table = sme_find_table(table_id); in sme_find_table_desc()
/netbsd/src/external/bsd/tcpdump/dist/tests/
Dof10_s4810-vvvv.out87 table_id 0, name 'VLAN Table'
90 table_id 0, name 'MAC Table'
93 table_id 0, name 'Route Table'
96 table_id 0, name 'ACL Table'
99 table_id 0, name 'Learning Switch Table'
102 table_id 0, name 'Egress Port Block Table'
394 table_id ALL, out_port NONE
397 table_id 0, out_port NONE
401 table_id 0, out_port CONTROLLER
418 length 128, table_id 30
[all …]
Dof10_inv_OFPST_FLOW-v.out5 length 92, table_id 30
13 length 92, table_id 30
24 length 92, table_id 30
32 length 92, table_id 30
Dof10_pf5240-vv.out285 table_id ALL, out_port NONE
291 length 96, table_id 0
301 length 96, table_id 0
307 length 96, table_id 0
313 length 96, table_id 1
319 length 96, table_id 1
325 length 96, table_id 1
331 length 96, table_id EMERG
337 length 96, table_id EMERG
355 table_id 0, name 'Normal 1 Flow Table'
[all …]
Dof10_p3295-vv.out642 length 96, table_id 0
649 length 96, table_id 0
655 length 96, table_id 0
658 length 96, table_id 0
661 length 96, table_id 0
667 length 96, table_id 0
672 length 96, table_id 0
677 length 96, table_id 0
681 length 96, table_id 0
685 length 96, table_id 0
[all …]
Dof10_7050sx_bsn-vv.out213 table_id 0, name 'Table 0'
Dof13_ericsson-v.out404 table_id 1, config 0x00000000
Dof13_ericsson-vv.out457 table_id 1, config 0x00000000
/netbsd/src/sys/dev/pci/
Dtwe.c1064 twe_param_get_1(struct twe_softc *sc, int table_id, int param_id, in twe_param_get_1() argument
1070 rv = twe_param_get(sc, table_id, param_id, 1, NULL, &tp); in twe_param_get_1()
1079 twe_param_get_2(struct twe_softc *sc, int table_id, int param_id, in twe_param_get_2() argument
1085 rv = twe_param_get(sc, table_id, param_id, 2, NULL, &tp); in twe_param_get_2()
1094 twe_param_get_4(struct twe_softc *sc, int table_id, int param_id, in twe_param_get_4() argument
1100 rv = twe_param_get(sc, table_id, param_id, 4, NULL, &tp); in twe_param_get_4()
1119 twe_param_get(struct twe_softc *sc, int table_id, int param_id, size_t size, in twe_param_get() argument
1147 tp->tp_table_id = htole16(table_id); in twe_param_get()
1187 twe_param_set(struct twe_softc *sc, int table_id, int param_id, size_t size, in twe_param_set() argument
1210 tp->tp_table_id = htole16(table_id); in twe_param_set()
Dtwa.c2314 twa_get_param(struct twa_softc *sc, int table_id, int param_id, in twa_get_param() argument
2355 (*param)->table_id = table_id | TWA_9K_PARAM_DESCRIPTOR; in twa_get_param()
2400 twa_set_param(struct twa_softc *sc, int table_id, int param_id, int param_size, in twa_set_param() argument
2436 param->table_id = table_id | TWA_9K_PARAM_DESCRIPTOR; in twa_set_param()
Dtwareg.h508 uint16_t table_id; member
/netbsd/src/sys/dev/dm/doc/
Dlocking.txt177 * of table_id table.
182 dm_table_busy(dm_table_head_t *head, uint8_t table_id)
190 if (table_id == DM_TABLE_ACTIVE)
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-19995930 ``body_flag'', ``table_columns'', ``table_id'', ``list_flat'',