Searched refs:hcseriald (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/usr.sbin/bluetooth/hcseriald/
H A DMakefile5 PROG= hcseriald
6 MAN= hcseriald.8
H A Dhcseriald.c2 * hcseriald.c
30 * $Id: hcseriald.c,v 1.3 2003/05/21 22:40:32 max Exp $
57 static char const * const hcseriald = "hcseriald"; variable
101 openlog(hcseriald, LOG_PID | LOG_NDELAY, LOG_USER);
113 snprintf(p, sizeof(p), "/var/run/%s.%s.pid", hcseriald, name);
267 hcseriald);
/freebsd-13-stable/usr.sbin/bluetooth/
H A DMakefile11 hcseriald \
/freebsd-13-stable/libexec/rc/rc.d/
H A Dbluetooth250 ${hcseriald} -f /dev/cuau${unit} -n ${dev}
253 if [ ! -f "/var/run/hcseriald.${dev}.pid" ]; then
254 err 1 "Unable to start hcseriald on ${dev}"
321 if [ -f "/var/run/hcseriald.${dev}.pid" ]; then
322 kill `cat /var/run/hcseriald.${dev}.pid`
352 hcseriald="${bluetooth_hcseriald:-/usr/sbin/hcseriald}"
/freebsd-13-stable/targets/pseudo/userland/
H A DMakefile.depend445 usr.sbin/bluetooth/hcseriald \

Completed in 373 milliseconds