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

/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dhijack.c534 char pidfile[16 + IF_NAMESIZE + 4]; /* "/var/run/hijack-<intf>.pid" */ local
548 snprintf ( pidfile, sizeof ( pidfile ), "/var/run/hijack-%s.pid",
550 fd = open ( pidfile, ( O_WRONLY | O_CREAT | O_TRUNC ),
554 pidfile, strerror ( errno ) );
562 pidfile, strerror ( errno ) );

Completed in 59 milliseconds