Lines Matching refs:platform
43 #include "src/platform.h"
63 int fd = platform->file_open (path, 0 /* RDONLY */, 1 /* CLOEXEC */);
70 if (platform->file_read(fd, &tmpt, sizeof(tmpt)))
73 platform->file_close (fd);
76 platform->file_close (fd);
429 platform->file_close (state->tlsdate_monitor_fd);
432 platform->process_signal (state->tlsdate_pid, SIGKILL);
433 platform->process_wait (state->tlsdate_pid, NULL, 0 /* !forever */);
440 platform->process_signal (state->setter_pid, SIGKILL);
441 platform->process_wait (state->setter_pid, NULL, 0 /* !forever */);
484 * 2 - any other events (wake, platform, etc)
501 platform->rtc_open(&state.hwclock))
522 platform->rtc_close (&state.hwclock);
601 /* Initialize platform specific loop behavior */
604 error ("Failed to initialize platform code");