Searched refs:get_any_records (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | saquery.c | 801 static int get_any_records(struct sa_handle * h, in get_any_records() function 831 int ret = get_any_records(h, attr_id, attr_mod, comp_mask, attr, in get_and_dump_any_records() 847 return get_any_records(h, attr_id, 0, 0, NULL, 0, result); in get_all_records() 983 return get_any_records(h, IB_SA_ATTR_PORTINFORECORD, 1 << 31, in get_issm_records() 1058 ret = get_any_records(h, IB_SA_ATTR_PATHRECORD, 0, comp_mask, &pr, sizeof(pr), &result); in sm_pr_query()
|