Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/lpr/common_source/
H A DMakefile11 printcap.c request.c rmjob.c startdaemon.c
H A Dstartdaemon.c59 startdaemon(const struct printer *pp) in startdaemon() function
H A Dlp.h311 int startdaemon(const struct printer *_pp);
H A Drmjob.c144 if (assassinated && !startdaemon(pp)) in rmjob()
/freebsd-13.1/usr.sbin/lpr/lpc/
H A Dcmds.c990 startok = startdaemon(pp); in restart_q()
1056 startok = startdaemon(pp); in start_q()
1326 startok = startdaemon(pp); in up_q()
/freebsd-13.1/usr.sbin/lpr/lpr/
H A Dlpr.c526 if (!startdaemon(pp)) in main()