Home
last modified time | relevance | path

Searched refs:Lp_A_Interfaces (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Ddelprinter.c68 if (!Lp_A_Printers || !Lp_A_Interfaces) {
70 if (!Lp_A_Printers || !Lp_A_Interfaces)
121 if (!(path = makepath(Lp_A_Interfaces, name, (char *)0)))
H A Dputprinter.c126 if (!Lp_A_Printers || !Lp_A_Interfaces) { in putprinter()
128 if (!Lp_A_Printers || !Lp_A_Interfaces) in putprinter()
157 if (!(path = makepath(Lp_A_Interfaces, name, (char *)0))) in putprinter()
165 if (!(path = makepath(Lp_A_Interfaces, name, (char *)0))) in putprinter()
H A Dokprinter.c145 if (!(path = makepath(Lp_A_Interfaces, name, (char *)0))) in okinterface()
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dgetpaths.c57 char Lp_A_Interfaces[] = ETCDIR "/interfaces"; variable
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpfsck.c77 proto (D, 1, Lp_A_Interfaces, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck()
H A Dexec.c640 av[ac++] = arg_string(TRUSTED, "%s/%s", Lp_A_Interfaces, in exec()
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h371 Lp_A_Interfaces[],
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_printer.c447 prbufp->interface = makepath(Lp_A_Interfaces, in configure_printer()