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

/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca_sim.c68 static char *ibmgtSimNode = NULL; local
85 ibmgtSimNode = getenv("IBMGTSIM_NODE");
86 if (ibmgtSimNode == NULL) {
92 ibmgtSimNode = "H-1";
94 sprintf(dirName, "%s/%s", ibmgtSimDir, ibmgtSimNode);

Completed in 39 milliseconds