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

1234

/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_binding.c153 uint16_t ids[IWM_MAX_MACS_IN_BINDING]; member in struct:iwm_mvm_iface_iterator_data
176 cmd.macs[i] = htole32(IWM_FW_CMD_ID_AND_COLOR(data->ids[i],
212 data.ids[0] = ivp->id;
/freebsd-11-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-11-stable/crypto/openssl/apps/
H A Docsp.c102 STACK_OF(OCSP_CERTID) *ids);
105 STACK_OF(OCSP_CERTID) *ids);
108 STACK_OF(OCSP_CERTID) *ids, long nsec,
169 STACK_OF(OCSP_CERTID) *ids = NULL;
187 ids = sk_OCSP_CERTID_new_null();
398 if (!add_ocsp_cert(&req, cert, cert_id_md, issuer, ids))
409 if (!add_ocsp_serial(&req, *args, cert_id_md, issuer, ids))
860 if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage))
883 sk_OCSP_CERTID_free(ids);
900 STACK_OF(OCSP_CERTID) *ids)
898 add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md, X509 *issuer, STACK_OF(OCSP_CERTID) *ids) argument
923 add_ocsp_serial(OCSP_REQUEST **req, char *serial, const EVP_MD *cert_id_md, X509 *issuer, STACK_OF(OCSP_CERTID) *ids) argument
959 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-11-stable/sys/dev/ata/chipsets/
H A Data-amd.c69 static const struct ata_chip_id ids[] = local
80 if (!(ctlr->chip = ata_match_chip(dev, ids)))
H A Data-jmicron.c66 static const struct ata_chip_id ids[] = local
81 if (!(idx = ata_match_chip(dev, ids)))
H A Data-marvell.c89 static const struct ata_chip_id ids[] = local
103 if (!(ctlr->chip = ata_match_chip(dev, ids)))
H A Data-acard.c70 static const struct ata_chip_id ids[] = local
81 if (!(ctlr->chip = ata_match_chip(dev, ids)))
H A Data-ati.c74 static const struct ata_chip_id ids[] = local
101 if (!(ctlr->chip = ata_match_chip(dev, ids)))
H A Data-highpoint.c75 static const struct ata_chip_id ids[] = local
91 if (!(idx = ata_match_chip(dev, ids)))
H A Data-ite.c66 static const struct ata_chip_id ids[] = local
75 if (!(ctlr->chip = ata_match_chip(dev, ids)))
H A Data-sis.c76 static const struct ata_chip_id ids[] = local
114 if (!(idx = ata_find_chip(dev, ids, -pci_get_slot(dev))))
H A Data-acerlabs.c77 static const struct ata_chip_id ids[] = local
93 if (!(ctlr->chip = ata_match_chip(dev, ids)))
H A Data-nvidia.c73 static const struct ata_chip_id ids[] = local
176 if (!(ctlr->chip = ata_match_chip(dev, ids)))
H A Data-serverworks.c77 static const struct ata_chip_id ids[] = local
94 if (!(ctlr->chip = ata_match_chip(dev, ids)))
H A Data-siliconimage.c77 static const struct ata_chip_id ids[] = local
95 if (!(ctlr->chip = ata_match_chip(dev, ids)))
/freebsd-11-stable/crypto/openssh/
H A Dauthfd.c204 deserialise_identity1(struct sshbuf *ids, struct sshkey **keyp, char **commentp) argument
213 if ((r = sshbuf_get_u32(ids, &bits)) != 0 ||
214 (r = sshbuf_get_bignum1(ids, key->rsa->e)) != 0 ||
215 (r = sshbuf_get_bignum1(ids, key->rsa->n)) != 0 ||
216 (r = sshbuf_get_cstring(ids, &comment, NULL)) != 0)
241 deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp) argument
248 if ((r = sshbuf_get_string_direct(ids, &blob, &blen)) != 0 ||
249 (r = sshbuf_get_cstring(ids, &comment, NULL)) != 0)
/freebsd-11-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-11-stable/sys/isa/
H A Disa_common.c1004 isa_pnp_probe(device_t dev, device_t child, struct isa_pnp_id *ids) argument
1011 while (ids && ids->ip_id) {
1015 if (idev->id_logicalid == ids->ip_id
1016 || idev->id_compatid == ids->ip_id) {
1017 if (ids->ip_desc)
1018 device_set_desc(child, ids->ip_desc);
1021 ids++;
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
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.
H A DInputFile.h77 codeview::LazyRandomTypeCollection &ids();
/freebsd-11-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.c139 static char *acpi_device_id_probe(device_t bus, device_t dev, char **ids);
149 struct isa_pnp_id *ids);
1586 /* Probe _HID and _CID for compatible ISA PNP ids. */
1613 ACPI_PNP_DEVICE_ID *ids; local
1634 ids = devinfo->CompatibleIdList.Ids;
1636 if (ids[i].Length >= ACPI_EISAID_STRING_SIZE &&
1637 strncmp(ids[i].String, "PNP", 3) == 0) {
1638 *pnpid++ = PNP_EISAID(ids[i].String);
1647 acpi_device_id_probe(device_t bus, device_t dev, char **ids) argument
1654 if (ids
1826 acpi_isa_pnp_probe(device_t bus, device_t child, struct isa_pnp_id *ids) argument
[all...]
/freebsd-11-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 161 milliseconds

1234