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

/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Diblinkinfo.c115 char ext_port_str[256]; local
206 snprintf(ext_port_str, 256, "%d",
209 ext_port_str[0] = '\0';
223 port->remoteport->portnum, ext_port_str, remap,
234 snprintf(ext_port_str, 256, "%d", port->ext_portnum);
236 ext_port_str[0] = '\0';
254 port->portnum, ext_port_str, link_str, remote_str);
257 node->smalid, port->portnum, ext_port_str,
H A Dibqueryerrors.c190 char ext_port_str[256]; local
251 snprintf(ext_port_str, 256, "%d",
254 ext_port_str[0] = '\0';
268 port->remoteport->portnum, ext_port_str, rem_node_name,
276 snprintf(ext_port_str, 256, "%d", port->ext_portnum);
278 ext_port_str[0] = '\0';
286 port->portnum, ext_port_str, link_str, remote_str);
H A Dibnetdiscover.c361 char *ext_port_str = NULL; local
377 ext_port_str = out_ext_port(port, group);
378 if (ext_port_str)
379 fprintf(f, "%s", ext_port_str);
385 ext_port_str = out_ext_port(port->remoteport, group);
402 ext_port_str ? ext_port_str : "");

Completed in 172 milliseconds