Searched refs:Lp_A_Printers (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/lp/lib/access/ |
H A D | change.c | 69 return (chgaccess(0, user_list, printer, Lp_A_Printers, UACCESSPREFIX)); in deny_user_printer() 79 return (chgaccess(1, user_list, printer, Lp_A_Printers, UACCESSPREFIX)); in allow_user_printer() 89 return (chgaccess(0, form_list, printer, Lp_A_Printers, FACCESSPREFIX)); in deny_form_printer() 99 return (chgaccess(1, form_list, printer, Lp_A_Printers, FACCESSPREFIX)); in allow_form_printer() 109 return (chgaccess(0, form_list, printer, Lp_A_Printers, PACCESSPREFIX)); in remove_paper_from_printer() 119 return (chgaccess(1, form_list, printer, Lp_A_Printers, PACCESSPREFIX)); in add_paper_to_printer()
|
H A D | loadaccess.c | 59 return (loadaccess(Lp_A_Printers, printer, UACCESSPREFIX, pallow, in load_userprinter_access() 70 return (loadaccess(Lp_A_Printers, printer, FACCESSPREFIX, pallow, in load_formprinter_access() 81 return (loadaccess(Lp_A_Printers, printer, PACCESSPREFIX, pallow, in load_paperprinter_access()
|
H A D | allowed.c | 133 if (loadaccess(Lp_A_Printers, printer, UACCESSPREFIX, &allow, &deny) == -1) 158 if (loadaccess(Lp_A_Printers, printer, FACCESSPREFIX, &allow, &deny) == -1)
|
/illumos-gate/usr/src/cmd/lp/lib/printers/ |
H A D | delprinter.c | 68 if (!Lp_A_Printers || !Lp_A_Interfaces) { 70 if (!Lp_A_Printers || !Lp_A_Interfaces) 76 while ((name = next_dir(Lp_A_Printers, &lastdir))) 119 delalert (Lp_A_Printers, name);
|
H A D | putprinter.c | 126 if (!Lp_A_Printers || !Lp_A_Interfaces) { in putprinter() 128 if (!Lp_A_Printers || !Lp_A_Interfaces) in putprinter() 488 && putalert(Lp_A_Printers, name, &(prbufp->fault_alert)) == -1 in putprinter()
|
H A D | getprinter.c | 99 if (!(name = next_dir(Lp_A_Printers, &lastdir))) in getprinter() 312 if (!(pa = getalert(Lp_A_Printers, prp->name))) { in getprinter()
|
H A D | getpentry.c | 87 if (!(name = next_dir(Lp_A_Printers, &lastdir))) in getpentry()
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | getpaths.c | 58 char Lp_A_Printers[] = ETCDIR "/printers"; variable 88 path = makepath(Lp_A_Printers, name, component, NULL); in getprinterfile()
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | status.c | 291 fault_status = makepath(Lp_A_Printers, printerName, in load_fault_status() 633 fault_status = makepath(Lp_A_Printers, printerName, FAULT_MESSAGE_FILE, in dump_fault_status()
|
H A D | lpfsck.c | 78 proto (D, 1, Lp_A_Printers, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck()
|
H A D | exec.c | 944 av[ac++] = arg_string(TRUSTED, "%s/%s/%s", Lp_A_Printers, in exec() 991 av[ac++] = arg_string(TRUSTED, "%s/%s/%s", Lp_A_Printers, in exec()
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | lp.h | 373 Lp_A_Printers[],
|