Home
last modified time | relevance | path

Searched defs:pid_file (Results 1 – 16 of 16) sorted by relevance

/freebsd-src/contrib/wpa/hostapd/
H A Dmain.c380 hostapd_global_deinit(const char * pid_file,int eloop_initialized) hostapd_global_deinit() argument
412 hostapd_global_run(struct hapd_interfaces * ifaces,int daemonize,const char * pid_file) hostapd_global_run() argument
643 char *pid_file = NULL; main() local
[all...]
H A Dhostapd_cli.c37 static const char *pid_file = NULL; variable
/freebsd-src/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c69 char const *pid_file = BTHIDD_PIDFILE; in main() local
/freebsd-src/contrib/wpa/src/utils/
H A Dos_win32.c120 int os_daemonize(const char *pid_file) in os_daemonize()
127 void os_daemonize_terminate(const char *pid_file) in os_daemonize_terminate()
H A Dos_none.c47 int os_daemonize(const char *pid_file) in os_daemonize()
53 void os_daemonize_terminate(const char *pid_file) in os_daemonize_terminate()
H A Dos_internal.c104 int os_daemonize(const char *pid_file) in os_daemonize()
123 void os_daemonize_terminate(const char *pid_file) in os_daemonize_terminate()
H A Dos_unix.c232 int os_daemonize(const char *pid_file) in os_daemonize() argument
255 void os_daemonize_terminate(const char *pid_file) in os_daemonize_terminate() argument
/freebsd-src/sys/contrib/openzfs/cmd/zed/
H A Dzed_conf.h23 char *pid_file; /* abs path to pid file */ member
/freebsd-src/contrib/wpa/wpa_supplicant/
H A Dwpa_priv.c1209 char *pid_file = NULL; main() local
H A Dwpa_supplicant.c5351 wpa_supplicant_daemon(const char * pid_file) wpa_supplicant_daemon() argument
[all...]
H A Dwpa_cli.c53 static const char *pid_file = NULL; variable
H A Dwpa_supplicant_i.h158 char *pid_file; global() member
/freebsd-src/crypto/openssh/
H A Dservconf.h93 char *pid_file; /* Where to put our pid */ member
/freebsd-src/usr.sbin/inetd/
H A Dinetd.c276 static const char *pid_file = _PATH_INETDPID; variable
/freebsd-src/libexec/ftpd/
H A Dftpd.c165 char *pid_file = NULL; /* means default location to pidfile(3) */ variable
/freebsd-src/contrib/bsnmp/snmpd/
H A Dmain.c180 static char pid_file[MAXPATHLEN + 1]; variable