Searched defs:hostidstr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c111 char hostidstr[16]; local
124 if (sysinfo(SI_HW_SERIAL, hostidstr, sizeof (hostidstr)) < 0) {
133 hostid = strtoul(hostidstr, 0, 0);
134 (void) snprintf(hostidstr, sizeof (hostidstr), "%lx", hostid);
135 reply.hostid = hostidstr;
294 char hostidstr[16]; local
308 if (sysinfo(SI_HW_SERIAL, hostidstr, sizeof (hostidstr)) <
[all...]

Completed in 58 milliseconds