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

/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Drdma-ndd.c121 char new_nd[64]; local
142 build_node_desc(new_nd, sizeof(new_nd), device, hostname);
144 if (!force && strncmp(new_nd, nd, sizeof(new_nd)) == 0) {
145 syslog(LOG_INFO, "%s: no change (%s)\n", device, new_nd);
148 device, nd, new_nd);
150 fprintf(f, new_nd);

Completed in 103 milliseconds