Searched refs:ids (Results 26 - 50 of 92) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp241 int32_t ids = llvm::SignExtend32<16>(ds << 2); local
245 if (ra != gpr_r1_ppc64le || rt != gpr_r1_ppc64le || ids != 0)
249 LLDB_LOG(log, "EmulateLD: {0:X+8}: ld r{1}, {2}(r{3})", m_addr, rt, ids, ra);
284 int32_t ids = llvm::SignExtend32<16>(ds << 2);
287 u ? "u" : "", rs, ids, ra);
310 ctx.SetRegisterToRegisterPlusOffset(rs_info, ra_info, ids);
317 lldb::addr_t addr = ra_val + ids;
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm_binding.c154 uint16_t ids[IWM_MAX_MACS_IN_BINDING]; member in struct:iwm_iface_iterator_data
177 cmd.macs[i] = htole32(IWM_FW_CMD_ID_AND_COLOR(data->ids[i],
213 data.ids[0] = ivp->id;
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.cpp43 int ids = cpuinfo.eax;
45 for (unsigned int i = 2; i < (ids ^ 0x80000000) + 2; i++)
H A Dompt-general.cpp569 int *ids) {
595 ids[i] = tmp_ids[i];
568 ompt_get_place_proc_ids(int place_num, int ids_size, int *ids) argument
/freebsd-12-stable/tests/sys/netinet6/
H A Dexthdr.sh41 ids=65533
42 id=`printf "%x" ${ids}`
/freebsd-12-stable/crypto/openssl/apps/
H A Docsp.c86 STACK_OF(OCSP_CERTID) *ids);
89 STACK_OF(OCSP_CERTID) *ids);
92 STACK_OF(OCSP_CERTID) *ids, long nsec,
237 STACK_OF(OCSP_CERTID) *ids = NULL;
267 ids = sk_OCSP_CERTID_new_null();
268 if (ids == NULL)
437 if (!add_ocsp_cert(&req, cert, cert_id_md, issuer, ids))
446 if (!add_ocsp_serial(&req, opt_arg(), cert_id_md, issuer, ids))
801 print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage);
823 sk_OCSP_CERTID_free(ids);
1013 add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md, X509 *issuer, STACK_OF(OCSP_CERTID) *ids) argument
1039 add_ocsp_serial(OCSP_REQUEST **req, char *serial, const EVP_MD *cert_id_md, X509 *issuer, STACK_OF(OCSP_CERTID) *ids) argument
1076 print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, STACK_OF(OPENSSL_STRING) *names, STACK_OF(OCSP_CERTID) *ids, long nsec, long maxage) argument
[all...]
/freebsd-12-stable/sys/dev/ata/chipsets/
H A Data-amd.c71 static const struct ata_chip_id ids[] = local
82 if (!(ctlr->chip = ata_match_chip(dev, ids)))
H A Data-jmicron.c68 static const struct ata_chip_id ids[] = local
83 if (!(idx = ata_match_chip(dev, ids)))
H A Data-marvell.c91 static const struct ata_chip_id ids[] = local
105 if (!(ctlr->chip = ata_match_chip(dev, ids)))
H A Data-acard.c72 static const struct ata_chip_id ids[] = local
83 if (!(ctlr->chip = ata_match_chip(dev, ids)))
H A Data-ati.c76 static const struct ata_chip_id ids[] = local
103 if (!(ctlr->chip = ata_match_chip(dev, ids)))
H A Data-highpoint.c77 static const struct ata_chip_id ids[] = local
93 if (!(idx = ata_match_chip(dev, ids)))
H A Data-ite.c68 static const struct ata_chip_id ids[] = local
77 if (!(ctlr->chip = ata_match_chip(dev, ids)))
H A Data-sis.c78 static const struct ata_chip_id ids[] = local
116 if (!(idx = ata_find_chip(dev, ids, -pci_get_slot(dev))))
/freebsd-12-stable/contrib/binutils/binutils/
H A Dresres.c653 int cids, const rc_res_id *ids, int dupok)
682 if (res_id_cmp ((*pp)->id, ids[i]) == 0)
691 re->id = ids[i];
711 res_ids_print (stderr, i, ids);
723 res_ids_print (stderr, cids, ids);
734 res_ids_print (stderr, cids, ids);
652 res_append_resource(rc_res_directory **resources, rc_res_resource *resource, int cids, const rc_res_id *ids, int dupok) argument
/freebsd-12-stable/contrib/opencsd/decoder/include/common/
H A Docsd_dcd_tree.h356 @param ids : Vector of CS Trace IDs
358 ocsd_err_t setIDFilter(std::vector<uint8_t> &ids); // only supplied IDs will be decoded
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp100 const char *ids[] = { local
113 for (const char **id = ids; *id; ++id)
/freebsd-12-stable/sys/isa/
H A Disa_common.c1011 isa_pnp_probe(device_t dev, device_t child, struct isa_pnp_id *ids) argument
1018 while (ids && ids->ip_id) {
1022 if (idev->id_logicalid == ids->ip_id
1023 || idev->id_compatid == ids->ip_id) {
1024 if (ids->ip_desc)
1025 device_set_desc(child, ids->ip_desc);
1028 ids++;
/freebsd-12-stable/crypto/openssh/
H A Dauthfd.c203 deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp) argument
210 if ((r = sshbuf_get_string_direct(ids, &blob, &blen)) != 0 ||
211 (r = sshbuf_get_cstring(ids, &comment, NULL)) != 0)
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.h77 codeview::LazyRandomTypeCollection &ids();
H A DTypeReferenceTracker.cpp32 Ids(File.isPdb() ? &File.ids() : nullptr) {
36 // If this is a PDB, ids are stored separately, so make a separate bit vector.
/freebsd-12-stable/sys/dev/acpica/
H A Dacpi_hpet.c348 char **ids; local
352 for (ids = hpet_ids; *ids != NULL; ids++) {
353 if (acpi_MatchHid(handle, *ids))
356 if (*ids == NULL)
H A Dacpi.c145 static char *acpi_device_id_probe(device_t bus, device_t dev, char **ids);
154 struct isa_pnp_id *ids);
1622 /* Probe _HID and _CID for compatible ISA PNP ids. */
1649 ACPI_PNP_DEVICE_ID *ids; local
1670 ids = devinfo->CompatibleIdList.Ids;
1672 if (ids[i].Length >= ACPI_EISAID_STRING_SIZE &&
1673 strncmp(ids[i].String, "PNP", 3) == 0) {
1674 *pnpid++ = PNP_EISAID(ids[i].String);
1683 acpi_device_id_probe(device_t bus, device_t dev, char **ids) argument
1690 if (ids
1860 acpi_isa_pnp_probe(device_t bus, device_t child, struct isa_pnp_id *ids) argument
[all...]
H A Dacpi_apei.c537 char **ids; local
539 for (ids = apei_ids; *ids != NULL; ids++) {
540 if (acpi_MatchHid(handle, *ids)) {
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c852 dt_ident_t **ids; local
861 ids = alloca(sizeof (dt_ident_t *) * n);
865 ids[j++] = idp;
868 qsort(ids, dhp->dh_nelems, sizeof (dt_ident_t *), dt_idhash_comp);
871 if ((rv = func(dhp, ids[i], data)) != 0)

Completed in 156 milliseconds

1234