Searched refs:model (Results 176 - 200 of 234) sorted by relevance

12345678910

/freebsd-current/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c1169 * Set the data model constant for the CTF container.
1172 ctf_setmodel(ctf_file_t *fp, int model) argument
1177 if (dp->ctd_code == model) {
1187 * Return the data model constant for the CTF container.
/freebsd-current/sbin/camcontrol/
H A Dfwdownload.c306 cam_strvis((u_char *)vendor, ident_buf->model,
307 sizeof(ident_buf->model), sizeof(vendor));
H A Dcamcontrol.c700 cam_strvis(product, dev_result->ident_data.model,
701 sizeof(dev_result->ident_data.model), sizeof(product));
766 if (strlen(mmc_ident_data.model) > 0) {
767 sprintf(tmpstr, "<%s>", mmc_ident_data.model);
1579 printf("device model %.40s\n", parm->model);
5619 cgd.ident_data.model[0] != 0)
9236 cam_strvis(product, dev_match->ident_data.model,
9237 sizeof(dev_match->ident_data.model),
/freebsd-current/sys/cam/ata/
H A Data_xpt.c917 if (bcmp(softc->ident_data.model, ident_buf->model,
918 sizeof(ident_buf->model)) ||
1198 snprintf(ident_buf->model, sizeof(ident_buf->model),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2153 // This is the pic13 code model, the GOT is known to be smaller than 8KiB.
2157 // This is the pic32 code model, the GOT is known to be smaller than 4GB.
2175 llvm_unreachable("Unsupported absolute code model");
2227 TLSModel::Model model = getTargetMachine().getTLSModel(GV); local
2229 if (model == TLSModel::GeneralDynamic || model == TLSModel::LocalDynamic) {
2230 unsigned HiTF = ((model == TLSModel::GeneralDynamic)
2233 unsigned LoTF = ((model == TLSModel::GeneralDynamic)
2236 unsigned addTF = ((model == TLSModel::GeneralDynamic)
2239 unsigned callTF = ((model
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1674 // model is possible.
1675 auto model = Subtarget->getTargetTriple().isOSEmscripten() local
1680 assert(model != GlobalValue::NotThreadLocal);
1681 assert(model != GlobalValue::InitialExecTLSModel);
1683 if (model == GlobalValue::LocalExecTLSModel ||
1684 model == GlobalValue::LocalDynamicTLSModel ||
1685 (model == GlobalValue::GeneralDynamicTLSModel &&
1707 assert(model == GlobalValue::GeneralDynamicTLSModel);
/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-config.c520 cpu.model = 63;
/freebsd-current/contrib/processor-trace/libipt/include/
H A Dintel-pt.h233 /** The cpu model. */
234 uint8_t model; member in struct:pt_cpu
/freebsd-current/sys/dev/adb/
H A Dadb_mouse.c163 sc->hw.model = sc->hw.hwid = 0;
/freebsd-current/sys/dev/ciss/
H A Dcissreg.h745 char model[40]; member in struct:ciss_bmic_id_pdrive
/freebsd-current/sys/dev/acpica/
H A Dacpivar.h384 ACPI_STATUS acpi_SetIntrModel(int model);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua237 assert((Set{1,3} <= Set{3,5})) -- wrong!! model needs a `le' method ;-)
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_structures.h887 uint8_t model[16]; /* bytes 16-31 of inquiry data */ member in struct:pqi_scsi_device
1085 uint8_t model[40]; /* Physical Drive Model */ member in struct:bmic_identify_physical_device
/freebsd-current/usr.sbin/bhyve/
H A Dpci_ahci.c2503 ata_string((uint8_t*)&ata_ident->model, "BHYVE SATA DVD ROM", 40);
2505 ata_string((uint8_t*)&ata_ident->model, "BHYVE SATA DISK", 40);
2515 value = get_config_value_node(port_nvl, "model");
2517 ata_string((uint8_t*)(&ata_ident->model), value, 40);
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dsoftp11.c1037 snprintf_fill((char *)pInfo->model,
1038 sizeof(pInfo->model),
/freebsd-current/sys/dev/cyapa/
H A Dcyapa.c558 sc->hw.model = MOUSE_MODEL_INTELLI;
1195 ((mousehw_t *)data)->model = MOUSE_MODEL_GENERIC;
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdac.h39 #define HDA_MODEL_CONSTRUCT(vendor, model) \
40 (((uint32_t)(model) << 16) | ((vendor##_VENDORID) & 0xffff))
/freebsd-current/crypto/openssh/
H A Dpkcs11.h234 unsigned char model[16]; member in struct:ck_token_info
/freebsd-current/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h235 unsigned char model[16];
233 unsigned char model[16]; member in struct:ck_token_info
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp780 __kmp_cpuinfo.family, __kmp_cpuinfo.model, __kmp_cpuinfo.stepping);
/freebsd-current/sys/dev/ocs_fc/
H A Docs_pci.c286 ocs->model = ocs_pci_model(ocs->pci_vendor, ocs->pci_device);
/freebsd-current/sys/sys/
H A Data.h67 /*027*/ u_int8_t model[40]; /* model name */ member in struct:ata_params
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h66 // Add pseudo op to model memcpy for struct byval.
829 TLSModel::Model model) const;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h304 bool parseOptionalCodeModel(CodeModel::Model &model);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2143 // If the relocation model is PIC, use the General Dynamic TLS Model or
2144 // Local Dynamic TLS model, otherwise use the Initial Exec or
2155 TLSModel::Model model = getTargetMachine().getTLSModel(GV); local
2157 if (model == TLSModel::GeneralDynamic || model == TLSModel::LocalDynamic) {
2159 unsigned Flag = (model == TLSModel::LocalDynamic) ? MipsII::MO_TLSLDM
2184 if (model != TLSModel::LocalDynamic)
2198 if (model == TLSModel::InitialExec) {
2208 assert(model == TLSModel::LocalExec);

Completed in 543 milliseconds

12345678910