Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/lpr/common_source/
H A DMakefile10 printcap.c request.c rmjob.c startdaemon.c
H A Dstartdaemon.c57 startdaemon(const struct printer *pp) in startdaemon() function
H A Dlp.h310 int startdaemon(const struct printer *_pp);
H A Drmjob.c142 if (assassinated && !startdaemon(pp)) in rmjob()
/freebsd-14.2/usr.sbin/lpr/lpc/
H A Dcmds.c984 startok = startdaemon(pp); in restart_q()
1050 startok = startdaemon(pp); in start_q()
1320 startok = startdaemon(pp); in up_q()
/freebsd-14.2/usr.sbin/lpr/lpr/
H A Dlpr.c523 if (!startdaemon(pp)) in main()