/haiku/src/libs/compat/freebsd_network/tools/ |
H A D | miidevs2h.awk | 132 models[nmodels, 1] = $2; # oui name 133 models[nmodels, 2] = $3; # model id 134 models[nmodels, 3] = $4; # id 136 printf("#define\tMII_MODEL_%s_%s\t%s\n", models[nmodels, 1], 137 models[nmodels, 2], models[nmodels, 3]) > hfile 139 models[nmodels, 4] = collectline(5, line) 142 models[nmodels, 1], models[nmodels, 2], 143 models[nmodels, 4]) > hfile
|
/haiku/src/add-ons/print/drivers/gutenprint/ |
H A D | GPBinding.cpp | 107 GPBinding::GetPrinterModels(const char* manufacturer, BMessage& models) in GetPrinterModels() argument 116 AddModel(models, displayName, driver); in GetPrinterModels() 123 GPBinding::ExtractModel(const BMessage& models, int32 index, BString& displayName, in ExtractModel() argument 126 if (models.FindString(kModelDisplayName, index, &displayName) != B_OK) in ExtractModel() 128 if (models.FindString(kModelDriver, index, &driver) != B_OK) in ExtractModel() 135 GPBinding::AddModel(BMessage& models, const char* displayName, const char* driver) in AddModel() argument 137 models.AddString(kModelDisplayName, displayName); in AddModel() 138 models.AddString(kModelDriver, driver); in AddModel()
|
H A D | GPBinding.h | 37 status_t GetPrinterModels(const char* manufacturer, BMessage& models); 38 bool ExtractModel(const BMessage& models, int32 index, 40 void AddModel(BMessage& models, const char* displayName,
|
H A D | SelectPrinterDialog.cpp | 127 BMessage models; in PopulatePrinters() local 129 binding.GetPrinterModels(manufacturer, models); in PopulatePrinters() 133 for (int32 index = 0; binding.ExtractModel(models, index, displayName, driver); in PopulatePrinters()
|
/haiku/docs/develop/kernel/arch/m68k/ |
H A D | overview.rst | 4 The Motorola 68000 is an old CPU and not a reasonable target for Haiku. However, later models
|
/haiku/src/apps/haikudepot/build/scripts/ |
H A D | README.md | 7 …mple templating system for Python which is used to generate code for C++ models used in the parsin…
|
/haiku/docs/develop/kernel/arch/arm/ |
H A D | rpi4.rst | 52 Note: unlike previous Raspberry Pi models, there's no bootcode.bin on the
|
/haiku/src/kits/tracker/ |
H A D | OpenWithWindow.h | 252 virtual void CreatePoses(Model** models, PoseInfo* poseInfoArray,
|
H A D | OpenWithWindow.cpp | 859 OpenWithPoseView::CreatePoses(Model** models, PoseInfo* poseInfoArray, in CreatePoses() argument 864 _inherited::CreatePoses(models, poseInfoArray, count, resultingPoses, in CreatePoses() 870 && *(models[index]->EntryRef()) == fPreferredRef) { in CreatePoses()
|
H A D | PoseView.h | 477 virtual void CreatePoses(Model**models, PoseInfo* poseInfoArray,
|
H A D | PoseView.cpp | 1898 BPoseView::CreatePoses(Model** models, PoseInfo* poseInfoArray, int32 count, in CreatePoses() argument 1915 Model* model = models[modelIndex]; in CreatePoses()
|
/haiku/src/libs/compat/freebsd_network/compat/dev/mii/ |
H A D | miidevs | 117 * List of known models. Grouped by oui.
|
/haiku/data/system/data/fortunes/ |
H A D | Law | 630 …s mentioned in this product appear for identification purposes only. All models over 18 years of a…
|
H A D | Computers | 540 Both models are identical in performance, functional operation, and interface circuit details. The… 1607 …is plane has at least 10 engines and seats over 1,000 passengers; bigger models in the fleet can h… 2027 … the same period: how much cheaper and more efficient would the current models be? If you have n…
|
/haiku/src/data/ids/ |
H A D | pci.ids | 13524 1043 11f5 Notebook motherboard (one of many models) 21404 0070 2801 Hauppauge WinTV 28xxx (Roslyn) models 21406 0070 3401 Hauppauge WinTV 34xxx models 21459 0070 2801 Hauppauge WinTV 28xxx (Roslyn) models 21464 0070 2801 Hauppauge WinTV 28xxx (Roslyn) models 21498 0070 3401 Hauppauge WinTV 34xxx models
|
H A D | usb.ids | 12172 0003 GPS (various models)
|