Searched defs:hd (Results 1 - 13 of 13) sorted by relevance

/external/blktrace/btt/
H A Ddevs.c202 void dip_foreach_list(struct io *iop, enum iop_type type, struct list_head *hd) argument
204 dip_rb_fe(iop->dip, type, iop, NULL, hd);
/external/qemu/hw/mips/
H A Dmips_r4k.c173 DriveInfo *hd[MAX_IDE_BUS * MAX_IDE_DEVS]; local
289 hd[i] = drive_get(IF_IDE, i / MAX_IDE_DEVS, i % MAX_IDE_DEVS);
294 hd[MAX_IDE_DEVS * i],
295 hd[MAX_IDE_DEVS * i + 1]);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_gnutls.c17 gcry_md_hd_t hd; local
21 if (gcry_md_open(&hd, GCRY_MD_MD4, 0) != GPG_ERR_NO_ERROR)
24 gcry_md_write(hd, addr[i], len[i]);
25 p = gcry_md_read(hd, GCRY_MD_MD4);
28 gcry_md_close(hd);
35 gcry_cipher_hd_t hd; local
48 gcry_cipher_open(&hd, GCRY_CIPHER_DES, GCRY_CIPHER_MODE_ECB, 0);
49 gcry_err_code(gcry_cipher_setkey(hd, pkey, 8));
50 gcry_cipher_encrypt(hd, cypher, 8, clear, 8);
51 gcry_cipher_close(hd);
57 gcry_md_hd_t hd; local
75 gcry_md_hd_t hd; local
93 gcry_cipher_hd_t hd; local
112 gcry_cipher_hd_t hd = ctx; local
119 gcry_cipher_hd_t hd = ctx; local
126 gcry_cipher_hd_t hd; local
142 gcry_cipher_hd_t hd = ctx; local
149 gcry_cipher_hd_t hd = ctx; local
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_gnutls.c17 gcry_md_hd_t hd; local
21 if (gcry_md_open(&hd, GCRY_MD_MD4, 0) != GPG_ERR_NO_ERROR)
24 gcry_md_write(hd, addr[i], len[i]);
25 p = gcry_md_read(hd, GCRY_MD_MD4);
28 gcry_md_close(hd);
35 gcry_cipher_hd_t hd; local
48 gcry_cipher_open(&hd, GCRY_CIPHER_DES, GCRY_CIPHER_MODE_ECB, 0);
49 gcry_err_code(gcry_cipher_setkey(hd, pkey, 8));
50 gcry_cipher_encrypt(hd, cypher, 8, clear, 8);
51 gcry_cipher_close(hd);
57 gcry_md_hd_t hd; local
75 gcry_md_hd_t hd; local
93 gcry_cipher_hd_t hd; local
112 gcry_cipher_hd_t hd = ctx; local
119 gcry_cipher_hd_t hd = ctx; local
126 gcry_cipher_hd_t hd; local
142 gcry_cipher_hd_t hd = ctx; local
149 gcry_cipher_hd_t hd = ctx; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_gnutls.c17 gcry_md_hd_t hd; local
21 if (gcry_md_open(&hd, GCRY_MD_MD4, 0) != GPG_ERR_NO_ERROR)
24 gcry_md_write(hd, addr[i], len[i]);
25 p = gcry_md_read(hd, GCRY_MD_MD4);
28 gcry_md_close(hd);
35 gcry_cipher_hd_t hd; local
48 gcry_cipher_open(&hd, GCRY_CIPHER_DES, GCRY_CIPHER_MODE_ECB, 0);
49 gcry_err_code(gcry_cipher_setkey(hd, pkey, 8));
50 gcry_cipher_encrypt(hd, cypher, 8, clear, 8);
51 gcry_cipher_close(hd);
57 gcry_md_hd_t hd; local
75 gcry_md_hd_t hd; local
93 gcry_cipher_hd_t hd; local
112 gcry_cipher_hd_t hd = ctx; local
119 gcry_cipher_hd_t hd = ctx; local
126 gcry_cipher_hd_t hd; local
142 gcry_cipher_hd_t hd = ctx; local
149 gcry_cipher_hd_t hd = ctx; local
[all...]
/external/qemu/block/
H A Dqcow2.h82 BlockDriverState *hd; member in struct:BDRVQcowState
/external/clang/test/CXX/special/class.copy/
H A Dimplicit-move.cpp64 HasDestructor hd; local
65 static_assert(!noexcept(hd = HasDestructor()), "");
/external/qemu/hw/i386/
H A Dpc.c197 static void cmos_init_hd(int type_ofs, int info_ofs, BlockDriverState *hd) argument
201 bdrv_get_geometry_hint(hd, &cylinders, &heads, &sectors);
888 BlockDriverState *hd[MAX_IDE_BUS * MAX_IDE_DEVS]; local
1158 hd[i] = NULL;
1170 hd[i] = drives_table[index].bdrv;
1172 hd[i] = NULL;
1176 pci_piix3_ide_init(pci_bus, hd, piix3_devfn + 1, i8259);
1180 hd[MAX_IDE_DEVS * i], hd[MAX_IDE_DEVS * i + 1]);
1213 cmos_init(below_4g_mem_size, above_4g_mem_size, boot_device, hd);
[all...]
/external/blktrace/
H A Dblktrace.c1134 struct tracer_devpath_head *hd; local
1136 for (cpu = 0, hd = dpp->heads; cpu < ncpus; cpu++, hd++) {
1137 if (hd->prev)
1138 free(hd->prev);
1140 pthread_mutex_destroy(&hd->mutex);
1155 struct tracer_devpath_head *hd; local
1159 for (cpu = 0, hd = dpp->heads; cpu < ncpus; cpu++, hd++) {
1160 INIT_LIST_HEAD(&hd
1173 struct tracer_devpath_head *hd = &dpp->heads[cpu]; local
1268 handle_list_net(__attribute__((__unused__))struct tracer_devpath_head *hd, struct list_head *list) argument
1322 handle_list_file(struct tracer_devpath_head *hd, struct list_head *list) argument
1396 struct tracer_devpath_head *hd = dpp->heads; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dheader.c2165 struct header_print_data *hd = data; local
2179 if (!feat_ops[feat].full_only || hd->full)
2180 feat_ops[feat].print(ph, fd, hd->fp);
2182 fprintf(hd->fp, "# %s info available, use -I to display\n",
2190 struct header_print_data hd; local
2193 hd.fp = fp;
2194 hd.full = full;
2196 perf_header__process_sections(header, fd, &hd,
/external/qemu/net/
H A Dnet-android.c1107 CharDriverState *hd; member in struct:VMChannel
2277 vmc->hd = qemu_chr_open(name, devname, NULL);
2278 if (!vmc->hd) {
2285 slirp_add_exec(3, vmc->hd, 4, port);
2286 qemu_chr_add_handlers(vmc->hd, vmchannel_can_read, vmchannel_read,
H A Dnet.c1004 CharDriverState *hd; member in struct:VMChannel
2198 vmc->hd = qemu_chr_open(name, devname, NULL);
2199 if (!vmc->hd) {
2206 slirp_add_exec(3, vmc->hd, 4, port);
2207 qemu_chr_add_handlers(vmc->hd, vmchannel_can_read, vmchannel_read,
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c3197 struct libusb_hid_descriptor *hd; local
3212 hd = (struct libusb_hid_descriptor *)(tmp + LIBUSB_DT_CONFIG_SIZE
3238 _hid_get_hid_descriptor(dev, hd, &tmp_size);

Completed in 1518 milliseconds