Searched defs:table_id (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c2090 int table_id; local
2145 table_id = CALLOUT_TABLE(t, f);
2146 ct = &callout_table[table_id];
2154 ct->ct_short_id = CALLOUT_SHORT_ID(table_id);
2155 ct->ct_long_id = CALLOUT_LONG_ID(table_id);
2162 ct->ct_gen_id = CALLOUT_SHORT_ID(table_id);
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c239 insert_ipgpc_table_list_info(int table_id, hash_table table, int wildcard, argument
242 ipgpc_table_list[table_id].table = table;
243 ipgpc_table_list[table_id].wildcard = wildcard;
244 ipgpc_table_list[table_id].info.mask = mask;
245 ipgpc_table_list[table_id].info.dontcareonly = B_TRUE;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c529 i_psvc_get_table_value(EHdl_t *hdlp, char *table_id, uint32_t index, argument
537 key = psvc_get_str_key(table_id);
544 table_id) == 0)
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c5484 * @table_id: table id within cluster
5496 u8 table_id, u32 start_index, u16 buff_size,
5519 cmd->table_id = table_id;
5529 *ret_next_table = resp->table_id;
5495 i40e_aq_debug_dump(struct i40e_hw *hw, u8 cluster_id, u8 table_id, u32 start_index, u16 buff_size, void *buff, u16 *ret_buff_size, u8 *ret_next_table, u32 *ret_next_index, struct i40e_asq_cmd_details *cmd_details) argument
H A Di40e_adminq_cmd.h468 __le16 table_id; member in struct:i40e_aqc_arp_proxy_data
2406 u8 table_id; member in struct:i40e_aqc_debug_dump_internals

Completed in 90 milliseconds