Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_conf.c92 if (zcp->pid_file) { in zed_conf_destroy()
96 zcp->pid_file, strerror(errno)); in zed_conf_destroy()
102 zcp->pid_file, strerror(errno)); in zed_conf_destroy()
109 if (zcp->pid_file) { in zed_conf_destroy()
110 free(zcp->pid_file); in zed_conf_destroy()
111 zcp->pid_file = NULL; in zed_conf_destroy()
463 if (!zcp || !zcp->pid_file) { in zed_conf_write_pid()
498 zcp->pid_file, strerror(errno)); in zed_conf_write_pid()
511 zcp->pid_file); in zed_conf_write_pid()
515 pid, zcp->pid_file); in zed_conf_write_pid()
[all …]
H A Dzed_conf.h33 char *pid_file; /* abs path to pid file */ member