/titanic_41/usr/src/cmd/lp/lib/printers/ |
H A D | putprinter.c | 65 static int copyPPDFile(char *ppd, char *printersPPD); 66 static int unzipPPDFile(char *ppd, char *printersPPD); 198 if ((prbufp->ppd != NULL) && (ppdopt)) in putprinter() 452 print_str(fdout, HEAD, prbufp->ppd); in putprinter() 553 char *ppd = NULL; in addPrintersPPD() local 571 if ((result == 0) && (prbufp->ppd != NULL)) in addPrintersPPD() 573 ppd = strdup(prbufp->ppd); in addPrintersPPD() 575 if (ppd == NULL) in addPrintersPPD() 583 if (Stat(ppd, &statbuf) == -1) in addPrintersPPD() 590 if (strstr(ppd, PPDZIP) != NULL) in addPrintersPPD() [all …]
|
/titanic_41/usr/src/uts/common/pcmcia/nexus/ |
H A D | pcmcia.c | 237 static void pcmcia_ppd_free(struct pcmcia_parent_private *ppd); 518 struct pcmcia_parent_private *ppd; in pcmcia_ctlops() local 573 ppd = (struct pcmcia_parent_private *) in pcmcia_ctlops() 575 if (ppd == NULL) in pcmcia_ctlops() 579 if (ppd == NULL) in pcmcia_ctlops() 582 (int)ppd->ppd_reg[0].phys_hi); in pcmcia_ctlops() 603 if (pcmcia_debug && ppd != NULL) { in pcmcia_ctlops() 606 ppd->ppd_nreg, ppd->ppd_intr, in pcmcia_ctlops() 607 ppd->ppd_socket, ppd->ppd_function, in pcmcia_ctlops() 608 ppd->ppd_active, ppd->ppd_flags); in pcmcia_ctlops() [all …]
|
/titanic_41/usr/src/uts/common/io/rge/ |
H A D | rge_chip.c | 1751 static void rge_chip_peek_cfg(rge_t *rgep, rge_peekpoke_t *ppd); 1755 rge_chip_peek_cfg(rge_t *rgep, rge_peekpoke_t *ppd) in rge_chip_peek_cfg() argument 1761 (void *)rgep, (void *)ppd)); in rge_chip_peek_cfg() 1763 regno = ppd->pp_acc_offset; in rge_chip_peek_cfg() 1765 switch (ppd->pp_acc_size) { in rge_chip_peek_cfg() 1783 ppd->pp_acc_data = regval; in rge_chip_peek_cfg() 1786 static void rge_chip_poke_cfg(rge_t *rgep, rge_peekpoke_t *ppd); 1790 rge_chip_poke_cfg(rge_t *rgep, rge_peekpoke_t *ppd) in rge_chip_poke_cfg() argument 1796 (void *)rgep, (void *)ppd)); in rge_chip_poke_cfg() 1798 regno = ppd->pp_acc_offset; in rge_chip_poke_cfg() [all …]
|
/titanic_41/usr/src/cmd/print/scripts/ |
H A D | ppdfilename2mmp | 49 cachefile=/var/lp/ppd/ppdcache 82 /usr/share/ppd/*) 85 /opt/share/ppd/*) 88 /usr/local/share/ppd/*) 91 /var/lp/ppd/*)
|
H A D | getppdfile | 64 [[ -f /var/lp/ppd/ppdcache ]] || exit 1 71 ppd=$(echo $* | /usr/bin/nawk '{FS=":"; print $4}' | 82 /bin/grep "${make}" /var/lp/ppd/ppdcache | 84 /bin/grep "${ppd}:" |
|
H A D | getmakes | 32 [[ -f /var/lp/ppd/ppdcache ]] || exit 1 33 /bin/cat /var/lp/ppd/ppdcache |
|
H A D | ppdmgr | 736 elif [[ "${1%.ppd}".ppd = "${1}" ]] ; then 1404 VARDIR=/var/lp/ppd 1407 SYSTEMREP=/usr/share/ppd 1408 ADMINREP=/usr/local/share/ppd 1409 VENDORREP=/opt/share/ppd 1436 PEXT=ppd
|
H A D | getmodels | 42 cachefile=/var/lp/ppd/ppdcache
|
/titanic_41/usr/src/uts/common/io/nge/ |
H A D | nge_chip.c | 107 static int nge_chip_peek_cfg(nge_t *ngep, nge_peekpoke_t *ppd); 111 nge_chip_peek_cfg(nge_t *ngep, nge_peekpoke_t *ppd) in nge_chip_peek_cfg() argument 118 (void *)ngep, (void *)ppd)); in nge_chip_peek_cfg() 121 regno = ppd->pp_acc_offset; in nge_chip_peek_cfg() 123 switch (ppd->pp_acc_size) { in nge_chip_peek_cfg() 140 ppd->pp_acc_data = regval; in nge_chip_peek_cfg() 144 static int nge_chip_poke_cfg(nge_t *ngep, nge_peekpoke_t *ppd); 147 nge_chip_poke_cfg(nge_t *ngep, nge_peekpoke_t *ppd) in nge_chip_poke_cfg() argument 154 (void *)ngep, (void *)ppd)); in nge_chip_poke_cfg() 157 regno = ppd->pp_acc_offset; in nge_chip_poke_cfg() [all …]
|
/titanic_41/usr/src/uts/common/io/bge/ |
H A D | bge_chip2.c | 5558 static void bge_chip_peek_cfg(bge_t *bgep, bge_peekpoke_t *ppd); 5562 bge_chip_peek_cfg(bge_t *bgep, bge_peekpoke_t *ppd) in bge_chip_peek_cfg() argument 5568 (void *)bgep, (void *)ppd)); in bge_chip_peek_cfg() 5570 regno = ppd->pp_acc_offset; in bge_chip_peek_cfg() 5572 switch (ppd->pp_acc_size) { in bge_chip_peek_cfg() 5590 ppd->pp_acc_data = regval; in bge_chip_peek_cfg() 5593 static void bge_chip_poke_cfg(bge_t *bgep, bge_peekpoke_t *ppd); 5597 bge_chip_poke_cfg(bge_t *bgep, bge_peekpoke_t *ppd) in bge_chip_poke_cfg() argument 5603 (void *)bgep, (void *)ppd)); in bge_chip_poke_cfg() 5605 regno = ppd->pp_acc_offset; in bge_chip_poke_cfg() [all …]
|
/titanic_41/usr/src/cmd/print/ppdmgr/ |
H A D | Makefile | 26 MANIFEST= ppd-cache-update.xml 27 SVCMETHOD= ppd-cache-update 35 ROOTVARLPPPD= $(ROOTVARLP)/ppd
|
/titanic_41/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | chkopts.c | 1167 char *ppd = NULL; in isPPD() local 1171 ppd = strdup(ppd_file); in isPPD() 1173 ppd = makepath(Lp_Model, "ppd", ppd_file, (char *)0); in isPPD() 1179 if ((ppd != NULL) && (Access(ppd, 04) != -1)) { in isPPD() 1186 ppd = Realloc(ppd, strlen(ppd)+ strlen(PPDZIP)+2); in isPPD() 1187 if (ppd != NULL) { in isPPD() 1188 ppd = strcat(ppd, PPDZIP); in isPPD() 1189 if (Access(ppd, 04) != -1) { in isPPD() 1195 if (ppd != NULL) { in isPPD() 1196 free(ppd); in isPPD()
|
/titanic_41/usr/src/lib/efcode/fcdriver/ |
H A D | build_tree.c | 88 private_data_t *ppd = (private_data_t *) d->parent->private; in get_prom_nodeid() local 91 if (os_get_prop_common(cdp, ppd->node, "name", in get_prom_nodeid() 95 ppd, namebuf, ppd->node); in get_prom_nodeid() 96 for (thisnode = fc_nodeop(cdp, ppd->node, FC_CHILD_FCODE); in get_prom_nodeid()
|
H A D | upload.c | 49 private_data_t *pd, *ppd; in create_node() local 53 ppd = (private_data_t *)d->parent->private; in create_node() 65 debug_msg(DEBUG_UPLOAD, " Parent : %p\n", ppd->node); in create_node() 77 fc_phandle2cell(pd->node), fc_phandle2cell(ppd->node), in create_node()
|
/titanic_41/usr/src/uts/common/io/cardbus/ |
H A D | cardbus.c | 1265 struct cardbus_parent_private_data *ppd; in cardbus_initchild() local 1268 ppd = (struct cardbus_parent_private_data *) in cardbus_initchild() 1273 ppd = (struct cardbus_parent_private_data *) in cardbus_initchild() 1277 ppd->ppd.par_intr = (struct intrspec *)(ppd + 1); in cardbus_initchild() 1278 (ppd->ppd.par_intr)->intrspec_pri = 0; in cardbus_initchild() 1279 (ppd->ppd.par_intr)->intrspec_vec = 0; in cardbus_initchild() 1280 (ppd->ppd.par_intr)->intrspec_func = (uint_t (*)()) 0; in cardbus_initchild() 1285 ppd->ppd.par_nintr = 1; in cardbus_initchild() 1287 ppd->code = CB_PPD_CODE; in cardbus_initchild() 1291 ppd->ppd.par_nreg = 0; in cardbus_initchild() [all …]
|
H A D | cardbus_cfg.h | 47 struct ddi_parent_private_data ppd; /* this format for prtconf */ member
|
/titanic_41/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf.c | 122 void stmf_delete_ppd(stmf_pp_data_t *ppd); 2292 stmf_pp_data_t *ppd; in stmf_register_lu_provider() local 2304 for (ppd = stmf_state.stmf_ppdlist; ppd != NULL; ppd = ppd->ppd_next) { in stmf_register_lu_provider() 2305 if (strcmp(ppd->ppd_name, lp->lp_name) == 0) { in stmf_register_lu_provider() 2309 if ((ppd == NULL) || (ppd->ppd_nv == NULL)) { in stmf_register_lu_provider() 2312 ilp->ilp_ppd = ppd; in stmf_register_lu_provider() 2313 ppd->ppd_provider = ilp; in stmf_register_lu_provider() 2321 lp->lp_cb(lp, STMF_PROVIDER_DATA_UPDATED, ppd->ppd_nv, cb_flags); in stmf_register_lu_provider() 2364 stmf_pp_data_t *ppd; in stmf_register_port_provider() local 2375 for (ppd = stmf_state.stmf_ppdlist; ppd != NULL; ppd = ppd->ppd_next) { in stmf_register_port_provider() [all …]
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | print-lp-print-manager-legacy.mf | 53 dir path=var/lp/ppd group=lp 54 dir path=var/lp/ppd/caches group=lp 55 file path=lib/svc/manifest/application/print/ppd-cache-update.xml group=sys \ 57 file path=lib/svc/method/ppd-cache-update mode=0555 71 file path=var/lp/ppd/manufaliases group=lp mode=0444
|
/titanic_41/usr/src/lib/print/mod_ipp/ |
H A D | httpd-standalone-ipp.conf | 270 Alias /etc/lp/ppd/ /etc/lp/ppd/ 271 <Directory /etc/lp/ppd>
|
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | Printer.java | 47 private String ppd = null; field in Printer 144 if (ppd == null) { in addLocalPrinter() 333 ppd = arg; in setPPD() 433 return (ppd); in getPPD()
|
H A D | DoPrinterMod.java | 142 String ppd = null; in modifyLocal() local 207 ppd = p.getPPD(); in modifyLocal() 281 (ppd == null) && in modifyLocal() 323 (ppd == null) && in modifyLocal() 434 if (ppd != null) { in modifyLocal() 436 model, ppd)); in modifyLocal()
|
H A D | DoPrinterAdd.java | 125 String ppd = p.getPPD(); in addLocal() local 150 if (ppd != null) { in addLocal() 152 DoPrinterUtil.getPPDFile(make, model, ppd)); in addLocal() 168 if (ppd != null) in addLocal()
|
/titanic_41/usr/src/cmd/lp/ |
H A D | Makefile | 49 $(ROOTETCLP)/ppd \ 79 $(ROOTETCLP)/ppd := DIRMODE = 775
|
/titanic_41/usr/src/cmd/lp/lib/papi/ |
H A D | lpsched-printers.c | 274 if (tmp->ppd != NULL) { in lpsched_printer_configuration_to_attributes() 289 sysname.nodename, tmp->ppd); in lpsched_printer_configuration_to_attributes() 293 "lpsched-ppd-source-path", tmp->ppd); in lpsched_printer_configuration_to_attributes() 492 "lpsched-printer-ppd-uri", &tmp->ppd); in attributes_to_printer()
|
/titanic_41/usr/src/uts/sun4/io/px/ |
H A D | px_util.c | 410 intptr_t ppd = NULL; in px_init_child() local 440 ppd = 1; in px_init_child() 466 ddi_set_parent_data(child, (void *)ppd); in px_init_child() 527 ddi_set_parent_data(child, (void *)ppd); in px_init_child()
|