| /freebsd-12-stable/contrib/wpa/src/ap/ |
| D | wpa_auth_glue.c | 626 struct wpa_auth_ft_iface_iter_data *idata = ctx; in hostapd_wpa_auth_ft_iter() local 633 if (hapd == idata->src_hapd || in hostapd_wpa_auth_ft_iter() 635 os_memcmp(hapd->own_addr, idata->dst, ETH_ALEN) != 0) in hostapd_wpa_auth_ft_iter() 641 MAC2STR(idata->src_hapd->own_addr), in hostapd_wpa_auth_ft_iter() 642 idata->src_hapd->conf->iface, in hostapd_wpa_auth_ft_iter() 652 data = os_zalloc(sizeof(*data) + idata->data_len); in hostapd_wpa_auth_ft_iter() 656 os_memcpy(data->addr, idata->src_hapd->own_addr, ETH_ALEN); in hostapd_wpa_auth_ft_iter() 657 os_memcpy(data + 1, idata->data, idata->data_len); in hostapd_wpa_auth_ft_iter() 658 data->data_len = idata->data_len; in hostapd_wpa_auth_ft_iter() 703 struct wpa_auth_ft_iface_iter_data idata; in hostapd_wpa_auth_send_ether() local [all …]
|
| D | wpa_auth_ie.c | 950 struct wpa_auth_okc_iter_data idata; in wpa_validate_wpa_ie() local 951 idata.pmksa = NULL; in wpa_validate_wpa_ie() 952 idata.aa = wpa_auth->addr; in wpa_validate_wpa_ie() 953 idata.spa = sm->addr; in wpa_validate_wpa_ie() 954 idata.pmkid = &data.pmkid[i * PMKID_LEN]; in wpa_validate_wpa_ie() 955 wpa_auth_for_each_auth(wpa_auth, wpa_auth_okc_iter, &idata); in wpa_validate_wpa_ie() 956 if (idata.pmksa) { in wpa_validate_wpa_ie() 960 idata.pmksa, in wpa_validate_wpa_ie() 962 idata.pmkid); in wpa_validate_wpa_ie() 963 pmkid = idata.pmkid; in wpa_validate_wpa_ie()
|
| D | wpa_auth.c | 5291 struct wpa_auth_fils_iter_data idata; in wpa_auth_pmksa_get_fils_cache_id() local 5295 idata.auth = wpa_auth; in wpa_auth_pmksa_get_fils_cache_id() 5296 idata.cache_id = wpa_auth->conf.fils_cache_id; in wpa_auth_pmksa_get_fils_cache_id() 5297 idata.pmksa = NULL; in wpa_auth_pmksa_get_fils_cache_id() 5298 idata.spa = sta_addr; in wpa_auth_pmksa_get_fils_cache_id() 5299 idata.pmkid = pmkid; in wpa_auth_pmksa_get_fils_cache_id() 5300 wpa_auth_for_each_auth(wpa_auth, wpa_auth_fils_iter, &idata); in wpa_auth_pmksa_get_fils_cache_id() 5301 return idata.pmksa; in wpa_auth_pmksa_get_fils_cache_id()
|
| /freebsd-12-stable/contrib/binutils/ld/scripttempl/ |
| D | ppcpe.sc | 110 /* The idata section is chock full of magic bits. 111 1. Boundaries around various idata parts are used to initialize 129 .idata BLOCK(__section_alignment__) : 132 *(.idata\$2); 134 *(.idata\$3); 136 *(.idata\$4); 141 *(.idata\$5); 143 *(.idata\$6); 145 *(.idata\$7);
|
| D | pe.sc | 19 SORT(*)(.idata$2) 20 SORT(*)(.idata$3) 23 SORT(*)(.idata$4) 24 SORT(*)(.idata$5) 25 SORT(*)(.idata$6) 26 SORT(*)(.idata$7)' 132 .idata ${RELOCATING+BLOCK(__section_alignment__)} :
|
| D | pep.sc | 19 SORT(*)(.idata$2) 20 SORT(*)(.idata$3) 23 SORT(*)(.idata$4) 24 SORT(*)(.idata$5) 25 SORT(*)(.idata$6) 26 SORT(*)(.idata$7)' 132 .idata ${RELOCATING+BLOCK(__section_alignment__)} :
|
| /freebsd-12-stable/contrib/unbound/compat/ |
| D | getentropy_osx.c | 226 unsigned int idata; in getentropy_fallback() local 255 ii = sizeof(idata); in getentropy_fallback() 257 &idata, &ii, NULL, 0) == -1, idata); in getentropy_fallback()
|
| /freebsd-12-stable/contrib/llvm-project/lld/COFF/ |
| D | Writer.cpp | 261 IdataContents idata; member in __anon5a71f6ad0111::Writer 755 idata.create(); in addSyntheticIdata() 767 add(".idata$2", idata.dirs); in addSyntheticIdata() 768 add(".idata$4", idata.lookups); in addSyntheticIdata() 769 add(".idata$5", idata.addresses); in addSyntheticIdata() 770 if (!idata.hints.empty()) in addSyntheticIdata() 771 add(".idata$6", idata.hints); in addSyntheticIdata() 772 add(".idata$7", idata.dllNames); in addSyntheticIdata() 891 if (!idata.empty()) in createSections() 1033 idata.add(impSym); in createImportTables()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | genoutput.c | 173 static struct data *idata, **idata_end = &idata; variable 287 for (n = idata, next_name_offset = 1; n; n = n->next, next_name_offset++) in output_insn_data() 297 for (d = idata; d; d = d->next) in output_insn_data()
|
| /freebsd-12-stable/sys/dev/bhnd/ |
| D | bhnd_erom.h | 107 uint8_t idata[BHND_EROM_STATIC_BYTES]; member
|
| /freebsd-12-stable/sys/dev/hyperv/netvsc/ |
| D | hn_rndis.c | 312 const void *idata, size_t idlen, void *odata, size_t *odlen0) in hn_rndis_query() argument 315 return (hn_rndis_query2(sc, oid, idata, idlen, odata, odlen0, *odlen0)); in hn_rndis_query() 320 const void *idata, size_t idlen, void *odata, size_t *odlen0, in hn_rndis_query2() argument 357 memcpy(req + 1, idata, idlen); in hn_rndis_query2()
|
| /freebsd-12-stable/sys/dev/aic7xxx/ |
| D | aic79xx_osm.c | 1100 hscb->shared_data.idata.cdb_from_host.cdbptr = in ahd_setup_data() 1102 hscb->shared_data.idata.cdb_from_host.cdblen = in ahd_setup_data() 1106 memcpy(hscb->shared_data.idata.cdb, in ahd_setup_data() 1119 memcpy(hscb->shared_data.idata.cdb, in ahd_setup_data()
|
| D | aic79xx.h | 460 union initiator_data idata; member
|
| D | aic79xx_inline.h | 286 scb->hscb->shared_data.idata.cdb_plus_saddr.sense_addr = in ahd_setup_scb_common()
|
| /freebsd-12-stable/contrib/binutils/ld/ |
| D | ChangeLog-2006 | 101 (make_one): Change jmp_bytes to const. Make idata$6 member size 315 Fix memory out of bounds excess for idata relocation section data. 482 * pe-dll.c (autofilter_symbolprefixlist): Remove .idata$. 484 and to not skipping .idata* sections. 1060 (autofilter_symbolprefixlist): Add __imp_ and .idata$. 1063 Skip the .idata$6 section. 1066 (make_import_fixup_entry): Use .idata$2 instead of .idata$3.
|
| /freebsd-12-stable/contrib/binutils/ld/emultempl/ |
| D | pe.em | 1061 if (strcmp (sec->name, ".idata\$2") == 0) 1063 if (CONST_STRNEQ (sec->name, ".idata\$")) 1230 if (strcmp (sec->name, ".idata\$2") == 0) 1259 and several .idata$* sections. The .text section contains the 1261 jmp *__imp_<sym>. The .idata$5 contains the symbol definition 1266 symbol in .idata$5, in which case the jump stub code is not 1280 if (strncmp (sec->name, ".idata\$", 7) == 0) 1562 /* I don't know where .idata gets set as code, but it shouldn't be. */ 1564 asection *asec = bfd_get_section_by_name (output_bfd, ".idata");
|
| D | pep.em | 1005 if (strcmp (sec->name, ".idata\$2") == 0) 1007 if (CONST_STRNEQ (sec->name, ".idata\$")) 1174 if (strcmp (sec->name, ".idata\$2") == 0) 1341 /* I don't know where .idata gets set as code, but it shouldn't be. */ 1343 asection *asec = bfd_get_section_by_name (output_bfd, ".idata");
|
| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/ |
| D | zpool_main.c | 2501 importargs_t idata = { 0 }; in zpool_do_import() local 2693 idata.unique = B_TRUE; in zpool_do_import() 2697 idata.path = searchdirs; in zpool_do_import() 2698 idata.paths = nsearch; in zpool_do_import() 2699 idata.poolname = searchname; in zpool_do_import() 2700 idata.guid = searchguid; in zpool_do_import() 2701 idata.cachefile = cachefile; in zpool_do_import() 2702 idata.policy = policy; in zpool_do_import() 2704 pools = zpool_search_import(g_zfs, &idata); in zpool_do_import() 2706 if (pools != NULL && idata.exists && in zpool_do_import() [all …]
|
| /freebsd-12-stable/sys/dev/usb/wlan/ |
| D | if_zyd.c | 707 if (*(((const uint16_t *)rqp->idata) + i) != in zyd_intr_read_callback() 803 zyd_cmd(struct zyd_softc *sc, uint16_t code, const void *idata, int ilen, in zyd_cmd() argument 814 memcpy(cmd.data, idata, ilen); in zyd_cmd() 816 &rq, ilen, idata, ":"); in zyd_cmd() 819 rq.idata = idata; in zyd_cmd()
|
| D | if_uath.c | 671 uath_cmdsend(struct uath_softc *sc, uint32_t code, const void *idata, int ilen, in uath_cmdsend() argument 697 memcpy((uint8_t *)(hdr + 1), idata, ilen); in uath_cmdsend() 738 uath_cmd_read(struct uath_softc *sc, uint32_t code, const void *idata, in uath_cmd_read() argument 743 return uath_cmdsend(sc, code, idata, ilen, odata, olen, flags); in uath_cmd_read()
|
| D | if_zydreg.h | 1228 const uint16_t *idata; member
|
| /freebsd-12-stable/sys/dev/cxgbe/crypto/ |
| D | t4_crypto.c | 1609 struct ulptx_idata *idata; in ccr_ccm() local 1880 idata = (void *)(dst + 8); in ccr_ccm() 1881 idata->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_NOOP)); in ccr_ccm() 1882 idata->len = htobe32(0); in ccr_ccm() 1883 dst = (void *)(idata + 1); in ccr_ccm()
|
| /freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/ |
| D | fm.h | 427 volatile uint32_t idata; /**< FM IRAM instruction data register */ member
|
| D | fm_ncsw.c | 411 WRITE_UINT32(p_Iram->idata, 0xffffffff); in ClearIRam() 415 while (GET_UINT32(p_Iram->idata) != 0xffffffff) ; in ClearIRam() 435 WRITE_UINT32(p_Iram->idata, p_Fm->firmware.p_Code[i]); in LoadFmanCtrlCode() 440 WRITE_UINT32(p_Iram->idata, 0xffffffff); in LoadFmanCtrlCode() 446 while (GET_UINT32(p_Iram->idata) != p_Fm->firmware.p_Code[(p_Fm->firmware.size / 4)-1]) ; in LoadFmanCtrlCode() 454 tmp = GET_UINT32(p_Iram->idata); in LoadFmanCtrlCode() 485 WRITE_UINT32(p_Iram->idata, FM_FW_DEBUG_INSTRUCTION); in FwNotResetErratumBugzilla6173WA() 489 while (GET_UINT32(p_Iram->idata) != FM_FW_DEBUG_INSTRUCTION) ; in FwNotResetErratumBugzilla6173WA() 4730 revInfo = GET_UINT32(p_Iram->idata); in FM_GetFmanCtrlCodeRevision()
|
| /freebsd-12-stable/crypto/heimdal/lib/hx509/ |
| D | crypto.c | 2683 void *idata = NULL; in hx509_crypto_decrypt() local 2700 idata = ivec->data; in hx509_crypto_decrypt() 2707 crypto->key.data, idata, 0); in hx509_crypto_decrypt()
|