/openbsd/sys/dev/mii/ |
H A D | miidevs | 121 model AGERE ET1011 0x0004 ET1011 124 model ATHEROS F1 0x0001 F1 125 model ATHEROS F2 0x0002 F2 200 model xxDEC xxDC 0x0001 DC 209 model ICPLUS IP100 0x0004 IP100 210 model ICPLUS IP101 0x0005 IP101 228 model JATO BASEX 0x0000 Jato 294 model RDC R6040 0x0003 R6040 295 model RDC R6040_2 0x0005 R6040 310 model xxSIS 900 0x0000 900 [all …]
|
/openbsd/gnu/llvm/clang/utils/ |
H A D | modfuzz.py | 96 d(model) 117 model = m2 123 model.fails() 124 return model 140 def go(model): argument 141 model.modules[n] = (model.source, model.decls) 142 (model.source, model.decls) = ('', {}) 143 options += [lambda model, options: add_import(model, options, n)] 149 def go(model): argument 156 def go(model): argument [all …]
|
/openbsd/lib/libexpat/examples/ |
H A D | element_declarations.c | 61 const XML_Content *model; member 72 newStackTop->model = model; in stackPushMalloc() 132 contentTypeName(model->type), (unsigned int)model->type, in dumpContentModelElement() 133 contentQuantName(model->quant), (unsigned int)model->quant); in dumpContentModelElement() 134 if (model->name) { in dumpContentModelElement() 139 printf(", numchildren=%u", model->numchildren); in dumpContentModelElement() 152 const XML_Content *const model = stackTop->model; in dumpContentModel() local 155 dumpContentModelElement(model, level, root); in dumpContentModel() 180 XML_Content *model) { in handleElementDeclaration() argument 182 const bool success = dumpContentModel(name, model); in handleElementDeclaration() [all …]
|
/openbsd/gnu/llvm/llvm/cmake/modules/ |
H A D | TensorFlowCompile.cmake | 9 function(tf_get_model model final_path) 10 string(FIND ${model} "http:" pos_http) 11 string(FIND ${model} "https:" pos_https) 13 message("Downloading model " ${model}) 29 # Generate a mock model for tests. 81 # don't care what the model path is 86 files for model " ${fname}) 89 elseif("${model}" STREQUAL "none") 93 if ("${model}" STREQUAL "download") 97 " model url currently specified in cmake. You can generate a model" [all …]
|
/openbsd/sys/dev/eisa/ |
H A D | if_ep_eisa.c | 116 const char *model, *intrstr; in ep_eisa_attach() local 141 model = EISA_PRODUCT_TCM5090; in ep_eisa_attach() 143 model = EISA_PRODUCT_TCM5091; in ep_eisa_attach() 145 model = EISA_PRODUCT_TCM5092; in ep_eisa_attach() 147 model = EISA_PRODUCT_TCM5093; in ep_eisa_attach() 149 model = EISA_PRODUCT_TCM5094; in ep_eisa_attach() 151 model = EISA_PRODUCT_TCM5095; in ep_eisa_attach() 153 model = EISA_PRODUCT_TCM5098; in ep_eisa_attach() 155 model = EISA_PRODUCT_TCM5920; in ep_eisa_attach() 167 model = "unknown model!"; in ep_eisa_attach() [all …]
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | cpu.c | 196 (model == 0x37 || model == 0x4a || model == 0x4c || in replacemeltdown() 197 model == 0x4d || model == 0x5a || model == 0x5d || in replacemeltdown() 198 model == 0x6e || model == 0x65 || model == 0x75)) { in replacemeltdown() 328 (model == 0x2e || model == 0x1e || model == 0x1f || in replacemds() 329 model == 0x1a || model == 0x2f || model == 0x25 || in replacemds() 330 model == 0x2c || model == 0x2d || model == 0x2a || in replacemds() 341 (model == 0x3f || model == 0x3c || model == 0x45 || in replacemds() 342 model == 0x46 || model == 0x56 || model == 0x4f || in replacemds() 378 (model == 0x37 || model == 0x4a || model == 0x4c || in replacemds() 379 model == 0x4d || model == 0x5a || model == 0x5d || in replacemds() [all …]
|
/openbsd/gnu/llvm/llvm/utils/ |
H A D | schedcover.py | 16 def add(instr, model, resource=None): argument 20 entry[model] = resource 21 models.add(model) 46 for model in ordered_models: 47 sys.stdout.write(", {}".format(model)) 52 for model in ordered_models: 53 if model in mapping and mapping[model] is not None: 54 sys.stdout.write(", {}".format(mapping[model]))
|
/openbsd/sys/dev/isa/ |
H A D | if_ep_isa.c | 106 u_short model; member 111 epaddcard(int bus, int iobase, int irq, u_short model) in epaddcard() argument 119 epcards[nepcards].model = model; in epaddcard() 137 u_int16_t vendor, model; in ep_isa_probe() local 184 model = htons(epreadeeprom(iot, ioh, EEPROM_PROD_ID)); in ep_isa_probe() 185 if ((model & 0xfff0) != PROD_ID_3C509) { in ep_isa_probe() 188 model); in ep_isa_probe() 204 if ((model & 0xfff0) == PROD_ID_3C509 && pnp != 0) in ep_isa_probe() 214 epaddcard(bus, iobase, irq, model); in ep_isa_probe() 243 ia->ia_aux = (void *)(long)(epcards[i].model); in ep_isa_probe()
|
H A D | pas.c | 99 int model; /* unique to PAS */ member 144 pasconf(int model, int sbbase, int sbirq, int sbdrq) in pasconf() argument 185 if (model == PAS_16 || model == PAS_16BASIC) in pasconf() 302 sc->model = O_M_1_to_card[t]; in pasprobe() 303 if (sc->model != 0) { in pasprobe() 311 if (sc->model >= 0) { in pasprobe() 316 pasconf(sc->model, ia->ia_iobase, ia->ia_irq, 1); in pasprobe() 389 printf(" ProAudio Spectrum %s [rev %d] ", pasnames[sc->model], sc->rev); in pasattach()
|
H A D | essreg.h | 178 …ine ESS_USE_AUDIO1(model) (((model) == ESS_1788) || ((model) == ESS_1868) || ((model) ==ESS_1878) … argument
|
/openbsd/usr.bin/file/magdir/ |
H A D | xenix | 6 # "Middle model" stuff, and "Xenix 8086 relocatable or 80286 small 7 # model" lifted from "magic.xenix", with comment "derived empirically; 10 # "small model", "large model", "huge model" stuff lifted from XXX 20 >8 leshort 1 Middle model 37 >0x1f byte <0x040 small model 38 >0x1f byte =0x048 large model 39 >0x1f byte =0x049 huge model 73 0 leshort 0x580 XENIX 8086 relocatable or 80286 small model
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/quality/ |
H A D | gen_decision_forest.gni | 2 model = invoker.model 18 "$model/features.json", 19 "$model/forest.json", 22 "--model", 23 rebase_path(model, root_build_dir),
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | atomic.c | 178 void __atomic_load_c(int size, void *src, void *dest, int model) { in __atomic_load_c() argument 180 *((type *)dest) = __c11_atomic_load((_Atomic(type) *)src, model); \ in __atomic_load_c() 192 void __atomic_store_c(int size, void *dest, void *src, int model) { in __atomic_store_c() argument 194 __c11_atomic_store((_Atomic(type) *)dest, *(type *)src, model); \ in __atomic_store_c() 231 void __atomic_exchange_c(int size, void *ptr, void *val, void *old, int model) { in __atomic_exchange_c() argument 234 __c11_atomic_exchange((_Atomic(type) *)ptr, *(type *)val, model); \ in __atomic_exchange_c() 265 type __atomic_load_##n(type *src, int model) { \ 267 return __c11_atomic_load((_Atomic(type) *)src, model); \ 278 void __atomic_store_##n(type *dest, type val, int model) { \ 280 __c11_atomic_store((_Atomic(type) *)dest, val, model); \ [all …]
|
/openbsd/sys/arch/i386/i386/ |
H A D | mtrr.c | 42 int family, model, step; in mem_range_attach() local 45 model = (cpu_id >> 4) & 0xf; in mem_range_attach() 50 (model > 0x8 || in mem_range_attach() 51 (model == 0x8 && in mem_range_attach()
|
H A D | machdep.c | 1099 switch (model) { in cyrix3_cpu_setup() 1129 (model == 10 || model == 13 || model == 15)) { in cyrix3_cpu_setup() 1297 switch (model) { in natsem6x86_cpu_setup() 1328 switch (model) { in amd_family5_setup() 1565 switch (model) { in intel686_cpu_name() 1604 switch (model) { in cyrix3_cpu_name() 1646 model = -1; in identifycpu() 1725 (model == 5 || model == 7)) { in identifycpu() 2093 switch (model) { in tm86_cpu_name() 2133 int model, bus; in p4_get_bus_clock() local [all …]
|
/openbsd/sys/dev/pci/ |
H A D | ami_pci.c | 192 const char *intrstr, *model = NULL, *lhc; in ami_pci_attach() local 241 model = ssp->name; in ami_pci_attach() 247 if (!model && PCI_VENDOR(pa->pa_id) == PCI_VENDOR_AMI) { in ami_pci_attach() 250 model = "AMI 428"; in ami_pci_attach() 253 model = "AMI 434"; in ami_pci_attach() 262 if (!model) { in ami_pci_attach() 274 model = modelbuf; in ami_pci_attach() 291 printf("%s: %s, %s", sc->sc_dev.dv_xname, model, lhc); in ami_pci_attach()
|
/openbsd/sys/arch/octeon/dev/ |
H A D | mainbus.c | 67 char model[128]; in mainbus_attach() local 80 len = OF_getprop(node, "model", model, sizeof(model)); in mainbus_attach() 82 printf(", model %s", model); in mainbus_attach() 85 strlcpy(hw_prod, model, len); in mainbus_attach()
|
/openbsd/sys/arch/luna88k/cbus/ |
H A D | nec86.c | 168 int model; in nec86_attachsubr() local 170 if ((model = nec86_probesubr(iot, n86ioh, n86ioh)) < 0) { in nec86_attachsubr() 174 ysc->model = model; in nec86_attachsubr() 182 switch (ysc->model) { in nec86_attachsubr() 231 printf(": %s\n", boardname[ysc->model]); in nec86_attachsubr()
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | lli.rst | 123 .. option:: -code-model=model 125 Choose the code model from: 129 default: Target default code model 130 tiny: Tiny code model 131 small: Small code model 132 kernel: Kernel code model 133 medium: Medium code model 134 large: Large code model 181 .. option:: -relocation-model=model 183 Choose relocation model from: [all …]
|
/openbsd/sys/dev/sbus/ |
H A D | apio.c | 104 char *model; in apio_attach() local 108 model = getpropstring(sa->sa_node, "model"); in apio_attach() 109 if (model == NULL) { in apio_attach() 113 if (strcmp(model, "210sj") != 0) { in apio_attach() 114 printf(": unsupported model %s\n", model); in apio_attach() 145 printf(": %s\n", model); in apio_attach()
|
H A D | asio.c | 112 char *model; in asio_attach() local 117 model = getpropstring(sa->sa_node, "model"); in asio_attach() 118 if (model == NULL) { in asio_attach() 122 if (strcmp(model, "210sj") != 0) { in asio_attach() 123 printf(": unsupported model %s\n", model); in asio_attach() 152 printf(": %s\n", model); in asio_attach()
|
/openbsd/sys/arch/alpha/alpha/ |
H A D | dec_3000_500.c | 85 if ((platform.model = alpha_dsr_sysname()) == NULL) { in dec_3000_500_init() 91 if ((platform.model = alpha_variation_name(variation, in dec_3000_500_init() 98 platform.model = dec_3000_500_sf; in dec_3000_500_init() 100 platform.model = dec_3000_500_sp; in dec_3000_500_init() 102 platform.model = alpha_unknown_sysname(); in dec_3000_500_init()
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | rtc.c | 139 char *model; in rtc_attach() local 155 model = getpropstring(ea->ea_node, "model"); in rtc_attach() 156 if (*model == '\0') in rtc_attach() 157 model = getpropstring(ea->ea_node, "compatible"); in rtc_attach() 158 printf(": %s\n", *model != '\0' ? model : "unknown"); in rtc_attach() 173 if (strcmp(model, "bq4802") == 0) { in rtc_attach() 194 if (strcmp(model, "ds1287") == 0 && ea->ea_nintrs > 0) { in rtc_attach()
|
/openbsd/sys/dev/usb/ |
H A D | ugold.c | 308 char model[4 * sizeof(sc->sc_model) + 1]; in ugold_ds75_type() local 310 strnvis(model, sc->sc_model, sizeof model); in ugold_ds75_type() 319 sc->sc_hdev.sc_dev.dv_xname, model, sc->sc_num_sensors, in ugold_ds75_type() 326 sc->sc_hdev.sc_dev.dv_xname, model); in ugold_ds75_type() 433 char model[4 * sizeof(sc->sc_model) + 1]; in ugold_si700x_type() local 437 strnvis(model, sc->sc_model, sizeof model); in ugold_si700x_type() 517 sc->sc_hdev.sc_dev.dv_xname, model); in ugold_si700x_type() 527 model, nsensors, (nsensors == 1) ? "" : "s", descr); in ugold_si700x_type()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | HowToUseInstrMappings.rst | 25 models are described using ``InstrMapping`` class as a base. Each model sets 27 describe all the instructions using that model. TableGen parses all the relation 37 // relation model. 51 // using this relation model. 67 to define a relationship model that relates predicated instructions to their 96 // instructions involved in this relationship model. 107 TableGen uses the above relationship model to emit relation table that maps 137 required by the relationship model, <tt>getPredOpcode</tt>, so that they can 168 instructions for ``getPredOpcode`` model. Any instruction not derived from 170 field. Since it's selected as a ``RowFields`` of the model, it is required [all …]
|