Lines Matching refs:query_cmd
90 struct query_cmd { struct
94 int (*handler) (const struct query_cmd * q, struct sa_handle * h, argument
1068 static int query_path_records(const struct query_cmd *q, struct sa_handle * h, in query_path_records()
1169 static int query_class_port_info(const struct query_cmd *q, struct sa_handle * h, in query_class_port_info()
1176 static int query_node_records(const struct query_cmd *q, struct sa_handle * h, in query_node_records()
1193 static int query_portinfo_records(const struct query_cmd *q, in query_portinfo_records()
1214 static int query_mcmember_records(const struct query_cmd *q, in query_mcmember_records()
1247 static int query_service_records(const struct query_cmd *q, struct sa_handle * h, in query_service_records()
1254 static int query_sm_info_records(const struct query_cmd *q, in query_sm_info_records()
1273 static int query_switchinfo_records(const struct query_cmd *q, in query_switchinfo_records()
1292 static int query_inform_info_records(const struct query_cmd *q, in query_inform_info_records()
1312 static int query_link_records(const struct query_cmd *q, struct sa_handle * h, in query_link_records()
1335 static int query_sl2vl_records(const struct query_cmd *q, struct sa_handle * h, in query_sl2vl_records()
1355 static int query_vlarb_records(const struct query_cmd *q, struct sa_handle * h, in query_vlarb_records()
1375 static int query_pkey_tbl_records(const struct query_cmd *q, in query_pkey_tbl_records()
1396 static int query_lft_records(const struct query_cmd *q, struct sa_handle * h, in query_lft_records()
1414 static int query_guidinfo_records(const struct query_cmd *q, struct sa_handle * h, in query_guidinfo_records()
1433 static int query_mft_records(const struct query_cmd *q, struct sa_handle * h, in query_mft_records()
1478 static const struct query_cmd query_cmds[] = {
1514 static const struct query_cmd *find_query(const char *name) in find_query()
1516 const struct query_cmd *q; in find_query()
1526 static const struct query_cmd *find_query_by_type(uint16_t type) in find_query_by_type()
1528 const struct query_cmd *q; in find_query_by_type()
1746 const struct query_cmd *q; in main()