HomeSort by: relevance | last modified time | path
    Searched defs:tickler (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/wdogctl/
wdogctl.c 232 pid_t tickler; local in function:enable_user
251 tickler = fork();
252 if (tickler == -1)
253 err(EXIT_FAILURE, "unable to fork tickler process");
254 else if (tickler != 0) {
256 (void)kill(tickler, SIGTERM);
329 pid_t tickler; local in function:disable
349 if (ioctl(fd, WDOGIOC_GTICKLER, &tickler) == -1)
352 (void)kill(tickler, SIGTERM);
370 pid_t tickler; local in function:list_timers
    [all...]
wdogctl.c 232 pid_t tickler; local in function:enable_user
251 tickler = fork();
252 if (tickler == -1)
253 err(EXIT_FAILURE, "unable to fork tickler process");
254 else if (tickler != 0) {
256 (void)kill(tickler, SIGTERM);
329 pid_t tickler; local in function:disable
349 if (ioctl(fd, WDOGIOC_GTICKLER, &tickler) == -1)
352 (void)kill(tickler, SIGTERM);
370 pid_t tickler; local in function:list_timers
    [all...]

Completed in 21 milliseconds