Searched refs:ppd (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/add-ons/print/ppd/test/
H A DTestParser.cpp19 fprintf(stderr, "Could not open ppd file %s\n", gPPDFile);
44 fprintf(stderr, "Could not open ppd file %s\n", gPPDFile);
48 PPD* ppd = all ? parser.ParseAll() : parser.ParseHeader(); local
52 if (ppd == NULL) {
58 return ppd;
63 PPD* ppd = OpenTestFile(all, !verbose); local
64 if (ppd == NULL) return;
66 ppd->Print();
68 delete ppd;
141 PPD* ppd local
[all...]
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp91 BDirectory directory("/boot/beos/etc/ppd");
116 PPD* ppd = parser.ParseHeader(); local
121 if (ppd != NULL) {
125 s = ppd->GetValue("ModelName");
129 s = ppd->GetValue("PCFileName");
133 s = ppd->GetValue("Manufacturer");
138 delete ppd;
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp852 phys_addr_t ppd = pd[index] & M68K_PDE_ADDRESS_MASK; local
855 ->InterruptGetPageTableAt(ppd & ~(B_PAGE_SIZE-1))
856 + (ppd % B_PAGE_SIZE));

Completed in 41 milliseconds