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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c2658 char dhcpfile[MAXPATHLEN]; local
2662 (void) snprintf(dhcpfile, MAXPATHLEN, DHCPFILE_FMT, ifinst);
2663 if (stat(dhcpfile, &statb) == -1)
2666 if ((dhcpbuf = copylist(dhcpfile, &dhcpsize)) == NULL) {
2668 "(%s): %s\n"), dhcpfile, strerror(errno));

Completed in 65 milliseconds