Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c1379 static int compare_switches(const void *p1, const void *p2) in compare_switches() function
1425 qsort(comp, num_switches, sizeof(comp_t), compare_switches); in sort_switches()