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

/freebsd-13-stable/contrib/ofed/libibumad/
H A Dumad.c327 int caidx, n; local
343 for (caidx = 0; caidx < n; caidx++) {
344 TRACE("checking ca '%s'", names[caidx]);
347 if ((port_type = resolve_ca_port(names[caidx], &port)) < 0)
351 names[caidx], port, port_type);
357 names[caidx], port);
358 return (char *)(names + caidx);
362 phys_found = caidx;
[all...]

Completed in 51 milliseconds