Home
last modified time | relevance | path

Searched refs:pid_buf (Results 1 – 1 of 1) sorted by relevance

/arch/um/drivers/
Dharddog_user.c34 char pid_buf[sizeof("nnnnnnn\0")], c; in start_watchdog() local
35 char *pid_args[] = { "/usr/bin/uml_watchdog", "-pid", pid_buf, NULL }; in start_watchdog()
63 sprintf(pid_buf, "%d", os_getpid()); in start_watchdog()