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

/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Drdma-ndd.c92 char *src = ibd_nd_format;
405 if (!ibd_nd_format)
406 ibd_nd_format = DEFAULT_ND_FORMAT;
420 syslog(LOG_INFO, "Node Descriptor format (%s)\n", ibd_nd_format);
H A Dibdiag_common.h57 extern char *ibd_nd_format;
H A Dibdiag_common.c77 char *ibd_nd_format = NULL; variable
175 free(ibd_nd_format);
176 ibd_nd_format = strdup(val_str);

Completed in 101 milliseconds