Searched refs:query_type (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/kyua/utils/
H A Dmemory.cpp65 static const char* query_type = MEMORY_QUERY_TYPE; member in namespace:__anon935
68 /// Value of query_type when we do not know how to query the memory.
72 /// Value of query_type when we have to use sysctlbyname(3).
146 if (std::strcmp(query_type, query_type_unknown) == 0) {
149 } else if (std::strcmp(query_type, query_type_sysctlbyname) == 0) {
154 query_type % amount);
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c92 uint16_t query_type; member in struct:query_cmd
1531 if (q->query_type == type)
1547 static uint16_t query_type; variable
1564 query_type = IB_SA_ATTR_PATHRECORD;
1580 query_type = IB_SA_ATTR_PATHRECORD;
1593 query_type = IB_SA_ATTR_PATHRECORD;
1603 query_type = IB_SA_ATTR_SERVICERECORD;
1606 query_type = IB_SA_ATTR_INFORMINFORECORD;
1641 query_type = IB_SA_ATTR_LINKRECORD;
1854 if (!query_type
[all...]
/freebsd-current/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_sa_api.h348 osmv_query_type_t query_type; member in struct:_osmv_query_res
361 * query_type
363 * returned. This matches the query_type specified through the
430 * the user either through the user's context or the query_type returned as
733 osmv_query_type_t query_type; member in struct:_osmv_query_req
748 * query_type
755 * and is determined by the specified query_type.
791 * the query_type field. Based on the type of query, the p_query_input
/freebsd-current/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c148 query_res.query_type = p_query_req_copy->query_type;
193 query_res.query_type = p_query_req_copy->query_type;
506 switch (p_query_req->query_type) {
H A Dosm_vendor_mlx_sa.c155 query_res.query_type = p_query_req_copy->query_type;
201 query_res.query_type = p_query_req_copy->query_type;
582 switch (p_query_req->query_type) {
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c261 HAL_BOOL wait_done, u_int8_t query_type)
265 HAL_BOOL query_btinfo = query_type &
270 "(MCI) Send Coex BT Status Query 0x%02X\n", query_type);
273 *(((u_int8_t *)pld) + MCI_GPM_COEX_B_BT_BITMAP) = query_type;
260 ar9300_mci_send_coex_bt_status_query(struct ath_hal *ah, HAL_BOOL wait_done, u_int8_t query_type) argument

Completed in 291 milliseconds