Searched refs:ids (Results 51 - 75 of 84) sorted by relevance

1234

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dpkinit.c259 ExternalPrincipalIdentifiers *ids = ctx; local
265 if (ids->len > 10)
339 p = realloc(ids->val, sizeof(ids->val[0]) * (ids->len + 1));
345 ids->val = p;
346 ids->val[ids->len] = id;
347 ids->len++;
356 ExternalPrincipalIdentifiers *ids)
353 build_edi(krb5_context context, hx509_context hx509ctx, hx509_certs certs, ExternalPrincipalIdentifiers *ids) argument
[all...]
/freebsd-11-stable/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c947 DEVICEID ids[32]; local
950 count = hpt_get_logical_devices((DEVICEID *)&ids, sizeof(ids)/sizeof(ids[0]));
953 __hpt_stop_tasks(vbus_ext, ids[i]);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1318 std::vector<uint32_t> ids;
1319 if (!Names.GetValues(name, ids))
1322 for (uint32_t id : ids) {
1358 std::vector<uint32_t> ids;
1359 if (Names.GetValues(regex, ids)) {
1360 for (auto id : ids) {
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-via.c90 static const struct ata_chip_id ids[] = local
132 if (!(ctlr->chip = ata_find_chip(dev, ids, -99)))
H A Data-intel.c107 static const struct ata_chip_id ids[] = local
197 if (!(ctlr->chip = ata_match_chip(dev, ids)))
H A Data-promise.c132 static const struct ata_chip_id ids[] = local
176 if (!(idx = ata_match_chip(dev, ids)))
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c1299 DEVICEID ids[32]; local
1302 count = hpt_get_logical_devices((DEVICEID *)&ids, sizeof(ids)/sizeof(ids[0]));
1305 __hpt_stop_tasks(vbus_ext, ids[i]);
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c1104 DEVICEID ids[32]; local
1107 count = hpt_get_logical_devices((DEVICEID *)&ids, sizeof(ids)/sizeof(ids[0]));
1110 __hpt_stop_tasks(vbus_ext, ids[i]);
/freebsd-11-stable/sys/dev/puc/
H A Dpucdata.c1672 const uint16_t *ids; member in struct:__anon11576
1700 while (subdevs[dev].ids[id] != 0) {
1701 if (subdev == subdevs[dev].ids[id]) {
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_sim.c505 int ids = CLEAR_PSEUDONYM | CLEAR_REAUTH_ID; local
510 ids &= ~CLEAR_PSEUDONYM;
511 eap_sim_clear_identities(sm, data, ids);
H A Deap_aka.c635 int ids = CLEAR_PSEUDONYM | CLEAR_REAUTH_ID; local
640 ids &= ~CLEAR_PSEUDONYM;
641 eap_aka_clear_identities(sm, data, ids);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp413 codeview::LazyRandomTypeCollection &InputFile::ids() { function in class:InputFile
414 // Object files have only one type stream that contains both types and ids.
H A DDumpOutputStyle.cpp1469 auto &Types = (StreamIdx == StreamTPI) ? File.types() : File.ids();
1578 auto &Ids = File.ids();
1656 auto &Ids = File.ids();
1696 auto &Ids = File.ids();
1792 auto &Ids = File.ids();
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_ftn_entry.h808 int *ids) {
827 ids[j++] = i;
807 FTN_GET_PLACE_PROC_IDS(int place_num, int *ids) argument
/freebsd-11-stable/sys/dev/iscsi/
H A Discsi.c1613 struct iscsi_daemon_send *ids)
1623 if (is->is_id == ids->ids_session_id)
1638 datalen = ids->ids_data_segment_len;
1643 error = copyin(ids->ids_data_segment, data, datalen);
1651 memcpy(ip->ip_bhs, ids->ids_bhs, sizeof(*ip->ip_bhs));
1612 iscsi_ioctl_daemon_send(struct iscsi_softc *sc, struct iscsi_daemon_send *ids) argument
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_client.c1545 STACK_OF(OCSP_RESPID) *ids = sk_OCSP_RESPID_new_null();
1550 sk_OCSP_RESPID_push(ids, id);
1551 SSL_set_tlsext_status_ids(con, ids);
H A Ds_server.c912 STACK_OF(OCSP_RESPID) *ids;
913 SSL_get_tlsext_status_ids(s, &ids);
914 BIO_printf(err, "cert_status: received %d ids\n",
915 sk_OCSP_RESPID_num(ids));
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dtests.cpp495 std::vector< std::string > ids; local
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresbin.c1933 bfd_byte *ids;
1936 ids = (bfd_byte *) reswr_alloc (tb->nitems * 4);
1940 windres_put_32 (wrbfd, ids + i, it->id.u.id);
1944 set_windres_bfd_content (wrbfd, ids, off + BIN_TOOLBAR_SIZE, i);
1932 bfd_byte *ids; local
/freebsd-11-stable/sys/dev/xen/pcifront/
H A Dpcifront.c415 .ids = pcifront_ids,
/freebsd-11-stable/stand/i386/boot0/
H A Dboot0.S166 .set TLEN, (desc_ofs - bootable_ids) # size of bootable ids
275 * Scan the table of bootable ids, which starts at %di and has
/freebsd-11-stable/lib/libomp/
H A Domp-tools.h543 int *ids
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc107 // Conflicting request ids.
/freebsd-11-stable/contrib/gcc/
H A Ddf-problems.c250 bitmap ids = maps[regno];
251 if (!ids)
255 ids = BITMAP_ALLOC (NULL);
256 maps[regno] = ids;
258 bitmap_set_bit (ids, i);
260 return ids;
249 bitmap ids = maps[regno]; local
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc.c1548 if (put_user(connector->properties.ids[i],
2956 obj->properties->ids[count] = property->base.id;
2968 if (obj->properties->ids[i] == property->base.id) {
2984 if (obj->properties->ids[i] == property->base.id) {
3327 if (put_user(obj->properties->ids[i],
3368 if (arg_obj->properties->ids[i] == arg->prop_id)

Completed in 360 milliseconds

1234