ACPIHPD_PID_FILE
if ((s_pid_fd = open(ACPIHPD_PID_FILE, O_RDWR | O_CREAT, 0644)) < 0) {
(void) unlink(ACPIHPD_PID_FILE);