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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dpathnames.h60 #define PATH_PID "/var/run/in.routed.pid" macro
H A Dmain.c334 if ((pidfp = fopen(PATH_PID, "w")) == NULL) {
336 gettext("in.routed: unable to open " PATH_PID ": %s\n"),
341 (void) chmod(PATH_PID, pidmode);
621 (void) unlink(PATH_PID);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Ddefs.h78 #define PATH_PID "/var/run/in.ripngd.pid" macro
H A Dmain.c161 if ((pidfp = fopen(PATH_PID, "w")) == NULL) {
162 (void) fprintf(stderr, "%s: unable to open " PATH_PID ": %s\n",
167 (void) chmod(PATH_PID, pidmode);
H A Dtimer.c179 (void) unlink(PATH_PID);

Completed in 66 milliseconds