Searched refs:Lp_A_Printers (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dchange.c71 return (chgaccess(0, user_list, printer, Lp_A_Printers, UACCESSPREFIX));
81 return (chgaccess(1, user_list, printer, Lp_A_Printers, UACCESSPREFIX));
91 return (chgaccess(0, form_list, printer, Lp_A_Printers, FACCESSPREFIX));
101 return (chgaccess(1, form_list, printer, Lp_A_Printers, FACCESSPREFIX));
111 return (chgaccess(0, form_list, printer, Lp_A_Printers, PACCESSPREFIX));
121 return (chgaccess(1, form_list, printer, Lp_A_Printers, PACCESSPREFIX));
H A Dloadaccess.c61 return (loadaccess(Lp_A_Printers, printer, UACCESSPREFIX, pallow,
72 return (loadaccess(Lp_A_Printers, printer, FACCESSPREFIX, pallow,
83 return (loadaccess(Lp_A_Printers, printer, PACCESSPREFIX, pallow,
H A Dallowed.c136 if (loadaccess(Lp_A_Printers, printer, UACCESSPREFIX, &allow, &deny) == -1)
161 if (loadaccess(Lp_A_Printers, printer, FACCESSPREFIX, &allow, &deny) == -1)
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Ddelprinter.c70 if (!Lp_A_Printers || !Lp_A_Interfaces) {
72 if (!Lp_A_Printers || !Lp_A_Interfaces)
78 while ((name = next_dir(Lp_A_Printers, &lastdir)))
121 delalert (Lp_A_Printers, name);
H A Dgetpentry.c89 if (!(name = next_dir(Lp_A_Printers, &lastdir)))
H A Dgetprinter.c101 if (!(name = next_dir(Lp_A_Printers, &lastdir)))
314 if (!(pa = getalert(Lp_A_Printers, prp->name))) {
H A Dputprinter.c128 if (!Lp_A_Printers || !Lp_A_Interfaces) {
130 if (!Lp_A_Printers || !Lp_A_Interfaces)
490 && putalert(Lp_A_Printers, name, &(prbufp->fault_alert)) == -1
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dgetpaths.c60 char Lp_A_Printers[] = ETCDIR "/printers"; variable
90 path = makepath(Lp_A_Printers, name, component, NULL);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dstatus.c291 fault_status = makepath(Lp_A_Printers, printerName,
633 fault_status = makepath(Lp_A_Printers, printerName, FAULT_MESSAGE_FILE,
H A Dlpfsck.c80 proto (D, 1, Lp_A_Printers, NULL, 0775, Lp_Uid, Lp_Gid);
H A Dexec.c1050 av[ac++] = arg_string(TRUSTED, "%s/%s/%s", Lp_A_Printers,
1097 av[ac++] = arg_string(TRUSTED, "%s/%s/%s", Lp_A_Printers,
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h371 Lp_A_Printers[],

Completed in 419 milliseconds