Searched refs:hd (Results 51 - 75 of 132) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dcrypto.c34 URLContext *hd; member in struct:__anon3471
85 if ((ret = ffurl_open(&c->hd, nested_url, AVIO_FLAG_READ,
121 int n = ffurl_read(c->hd, c->inbuffer + c->indata,
156 if (c->hd)
157 ffurl_close(c->hd);
H A Dhttp.c48 URLContext *hd; member in struct:__anon3501
195 if (!s->hd) {
196 err = ffurl_open(&s->hd, buf, AVIO_FLAG_READ_WRITE,
210 ffurl_closep(&s->hd);
218 ffurl_closep(&s->hd);
226 ffurl_closep(&s->hd);
238 if (s->hd)
239 ffurl_closep(&s->hd);
295 len = ffurl_read(s->hd, s->buffer, BUFFER_SIZE);
780 if ((err = ffurl_write(s->hd,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dcrypto.c34 URLContext *hd; member in struct:__anon2131
85 if ((ret = ffurl_open(&c->hd, nested_url, AVIO_FLAG_READ,
121 int n = ffurl_read(c->hd, c->inbuffer + c->indata,
156 if (c->hd)
157 ffurl_close(c->hd);
H A Drtpproto.c267 URLContext *hd; local
271 hd = s->rtcp_hd;
274 hd = s->rtp_hd;
277 ret = ffurl_write(hd, buf, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dbasic.c145 gcry_cipher_hd_t hd; local
163 err = gcry_cipher_open (&hd,
166 if (!hd)
178 gcry_cipher_close (hd);
190 err = gcry_cipher_setkey (hd, tv[i].key, keylen);
195 gcry_cipher_close (hd);
199 err = gcry_cipher_setiv (hd, NULL, 0);
204 gcry_cipher_close (hd);
212 err = gcry_cipher_encrypt (hd,
222 gcry_cipher_close (hd);
279 gcry_cipher_hd_t hd; local
1362 gcry_cipher_hd_t hd; local
1574 gcry_md_hd_t hd, hd2; local
1895 gcry_md_hd_t hd, hd2; local
[all...]
H A Dbenchmark.c411 gcry_md_hd_t hd; local
440 err = gcry_md_open (&hd, algo, 0);
455 gcry_md_write (hd, buf, bufsize);
456 gcry_md_final (hd);
461 gcry_md_reset (hd);
465 gcry_md_write (hd, buf, bufsize/10);
466 gcry_md_final (hd);
471 gcry_md_reset (hd);
475 gcry_md_write (hd, buf, 1);
476 gcry_md_final (hd);
524 gcry_cipher_hd_t hd; local
[all...]
H A Dfipsdrv.c1058 gcry_cipher_hd_t hd;
1065 err = gcry_cipher_open (&hd, cipher_algo, cipher_mode, 0);
1073 gcry_cipher_ctl (hd, PRIV_CTL_DISABLE_WEAK_KEY, NULL, 0);
1075 err = gcry_cipher_setkey (hd, key_buffer, key_buflen);
1082 err = gcry_cipher_setiv (hd, iv_buffer, iv_buflen);
1106 err = gcry_cipher_encrypt (hd, outbuf, outbuflen, data, inbuflen);
1108 err = gcry_cipher_decrypt (hd, outbuf, outbuflen, data, inbuflen);
1117 gcry_cipher_close (hd);
1124 get_current_iv (gcry_cipher_hd_t hd, void *buffer, size_t buflen)
1128 if (gcry_cipher_ctl (hd, PRIV_CTL_GET_INPUT_VECTO
1057 gcry_cipher_hd_t hd; local
1123 get_current_iv(gcry_cipher_hd_t hd, void *buffer, size_t buflen) argument
1142 gcry_cipher_hd_t hd; local
1240 gcry_md_hd_t hd; local
1263 gcry_md_hd_t hd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dbasic.c145 gcry_cipher_hd_t hd; local
163 err = gcry_cipher_open (&hd,
166 if (!hd)
178 gcry_cipher_close (hd);
190 err = gcry_cipher_setkey (hd, tv[i].key, keylen);
195 gcry_cipher_close (hd);
199 err = gcry_cipher_setiv (hd, NULL, 0);
204 gcry_cipher_close (hd);
212 err = gcry_cipher_encrypt (hd,
222 gcry_cipher_close (hd);
279 gcry_cipher_hd_t hd; local
1362 gcry_cipher_hd_t hd; local
1574 gcry_md_hd_t hd, hd2; local
1895 gcry_md_hd_t hd, hd2; local
[all...]
H A Dbenchmark.c411 gcry_md_hd_t hd; local
440 err = gcry_md_open (&hd, algo, 0);
455 gcry_md_write (hd, buf, bufsize);
456 gcry_md_final (hd);
461 gcry_md_reset (hd);
465 gcry_md_write (hd, buf, bufsize/10);
466 gcry_md_final (hd);
471 gcry_md_reset (hd);
475 gcry_md_write (hd, buf, 1);
476 gcry_md_final (hd);
524 gcry_cipher_hd_t hd; local
[all...]
H A Dfipsdrv.c1058 gcry_cipher_hd_t hd;
1065 err = gcry_cipher_open (&hd, cipher_algo, cipher_mode, 0);
1073 gcry_cipher_ctl (hd, PRIV_CTL_DISABLE_WEAK_KEY, NULL, 0);
1075 err = gcry_cipher_setkey (hd, key_buffer, key_buflen);
1082 err = gcry_cipher_setiv (hd, iv_buffer, iv_buflen);
1106 err = gcry_cipher_encrypt (hd, outbuf, outbuflen, data, inbuflen);
1108 err = gcry_cipher_decrypt (hd, outbuf, outbuflen, data, inbuflen);
1117 gcry_cipher_close (hd);
1124 get_current_iv (gcry_cipher_hd_t hd, void *buffer, size_t buflen)
1128 if (gcry_cipher_ctl (hd, PRIV_CTL_GET_INPUT_VECTO
1057 gcry_cipher_hd_t hd; local
1123 get_current_iv(gcry_cipher_hd_t hd, void *buffer, size_t buflen) argument
1142 gcry_cipher_hd_t hd; local
1240 gcry_md_hd_t hd; local
1263 gcry_md_hd_t hd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dwd33c93.c1908 static inline void set_resync ( struct WD33C93_hostdata *hd, int mask ) argument
1913 hd->sync_stat[i] = SS_UNSET;
2051 struct WD33C93_hostdata *hd; local
2056 hd = (struct WD33C93_hostdata *) instance->hostdata;
2078 hd->args = simple_strtoul(bp+6, &bp, 0) & DB_MASK;
2083 hd->disconnect = x;
2086 hd->default_sx_per =
2087 hd->sx_table[round_period((unsigned int) x,
2088 hd->sx_table)].period_ns;
2090 set_resync(hd, (in
[all...]
H A Dsgiwd93.c66 void fill_hpc_entries(struct ip22_hostdata *hd, struct scsi_cmnd *cmd, int din) argument
74 physaddr = dma_map_single(hd->dev, addr, len, DMA_DIR(din));
76 hcp = hd->cpu;
98 dma_cache_sync(hd->dev, hd->cpu,
99 (unsigned long)(hcp + 1) - (unsigned long)hd->cpu,
H A Din2000.c2047 struct IN2000_hostdata *hd; local
2052 hd = (struct IN2000_hostdata *) instance->hostdata;
2068 hd->args = simple_strtoul(bp, NULL, 0) & DB_MASK;
2074 hd->disconnect = x;
2078 hd->default_sx_per = sx_table[round_period((unsigned int) x)].period_ns;
2084 hd->sync_stat[i] = SS_UNSET;
2087 hd->proc = simple_strtoul(bp, NULL, 0);
2090 hd->level2 = simple_strtoul(bp, NULL, 0);
2098 if (hd->proc & PR_VERSION) {
2102 if (hd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhpet.h103 static inline void hpet_reserve_timer(struct hpet_data *hd, int timer) argument
105 hd->hd_state |= (1 << timer);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dvisibility.c516 gcry_cipher_setkey (gcry_cipher_hd_t hd, const void *key, size_t keylen) argument
521 return _gcry_cipher_setkey (hd, key, keylen);
525 gcry_cipher_setiv (gcry_cipher_hd_t hd, const void *iv, size_t ivlen) argument
530 return _gcry_cipher_setiv (hd, iv, ivlen);
534 gcry_cipher_setctr (gcry_cipher_hd_t hd, const void *ctr, size_t ctrlen) argument
539 return _gcry_cipher_setctr (hd, ctr, ctrlen);
781 gcry_md_close (gcry_md_hd_t hd) argument
783 _gcry_md_close (hd);
787 gcry_md_enable (gcry_md_hd_t hd, int algo) argument
791 return _gcry_md_enable (hd, alg
806 gcry_md_reset(gcry_md_hd_t hd) argument
812 gcry_md_ctl(gcry_md_hd_t hd, int cmd, void *buffer, size_t buflen) argument
820 gcry_md_write(gcry_md_hd_t hd, const void *buffer, size_t length) argument
831 gcry_md_read(gcry_md_hd_t hd, int algo) argument
849 gcry_md_get_algo(gcry_md_hd_t hd) argument
912 gcry_md_setkey(gcry_md_hd_t hd, const void *key, size_t keylen) argument
920 gcry_md_debug(gcry_md_hd_t hd, const char *suffix) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dvisibility.c516 gcry_cipher_setkey (gcry_cipher_hd_t hd, const void *key, size_t keylen) argument
521 return _gcry_cipher_setkey (hd, key, keylen);
525 gcry_cipher_setiv (gcry_cipher_hd_t hd, const void *iv, size_t ivlen) argument
530 return _gcry_cipher_setiv (hd, iv, ivlen);
534 gcry_cipher_setctr (gcry_cipher_hd_t hd, const void *ctr, size_t ctrlen) argument
539 return _gcry_cipher_setctr (hd, ctr, ctrlen);
781 gcry_md_close (gcry_md_hd_t hd) argument
783 _gcry_md_close (hd);
787 gcry_md_enable (gcry_md_hd_t hd, int algo) argument
791 return _gcry_md_enable (hd, alg
806 gcry_md_reset(gcry_md_hd_t hd) argument
812 gcry_md_ctl(gcry_md_hd_t hd, int cmd, void *buffer, size_t buflen) argument
820 gcry_md_write(gcry_md_hd_t hd, const void *buffer, size_t length) argument
831 gcry_md_read(gcry_md_hd_t hd, int algo) argument
849 gcry_md_get_algo(gcry_md_hd_t hd) argument
912 gcry_md_setkey(gcry_md_hd_t hd, const void *key, size_t keylen) argument
920 gcry_md_debug(gcry_md_hd_t hd, const char *suffix) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPlatformSpecific.cpp69 HANDLE hd = CreateFileW(name.GetRaw().c_str(), local
76 if (hd == INVALID_HANDLE_VALUE) {
81 if (!DeviceIoControl(hd, FSCTL_SET_SPARSE, NULL, 0, NULL, 0, &dwReturnedBytes, NULL)) {
95 if (!DeviceIoControl(hd, FSCTL_SET_ZERO_DATA, (LPVOID) &fzdi, sizeof(fzdi), NULL, 0, &dwReturnedBytes, NULL)) {
97 } else if (!SetFilePointerEx(hd, largo, NULL, FILE_BEGIN) || !SetEndOfFile(hd)) {
101 CloseHandle(hd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhpet.c171 static void hpet_reserve_msi_timers(struct hpet_data *hd);
178 struct hpet_data hd; local
182 memset(&hd, 0, sizeof(hd));
183 hd.hd_phys_address = hpet_address;
184 hd.hd_address = hpet;
185 hd.hd_nirqs = nrtimers;
186 hpet_reserve_timer(&hd, 0);
189 hpet_reserve_timer(&hd, 1);
197 hd
635 hpet_reserve_msi_timers(struct hpet_data *hd) argument
731 hpet_reserve_msi_timers(struct hpet_data *hd) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dgenhd.c1034 struct hd_struct *hd; local
1047 while ((hd = disk_part_iter_next(&piter))) {
1049 part_round_stats(cpu, hd);
1053 MAJOR(part_devt(hd)), MINOR(part_devt(hd)),
1054 disk_name(gp, hd->partno, buf),
1055 part_stat_read(hd, ios[0]),
1056 part_stat_read(hd, merges[0]),
1057 (unsigned long long)part_stat_read(hd, sectors[0]),
1058 jiffies_to_msecs(part_stat_read(hd, tick
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A DMakefile36 obj-$(CONFIG_BLK_DEV_HD) += hd.o
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/
H A Ddevfsd.conf107 # IDE NEWCOMPAT /dev/ide/hd/* names
108 LOOKUP ^(ide/hd/c[0-9]+b[0-9]+t[0-9]+u[0-9]+)p[0-9]+$ EXECUTE /bin/dd if=$mntpnt/\1 of=/dev/null count=1
109 # IDE OLDCOMPAT /dev/hd?? names
110 LOOKUP ^(hd[a-z])[0-9]+$ EXECUTE /bin/dd if=$mntpnt/\1 of=/dev/null count=1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/misc/
H A Dadssearch.pl891 my $hd;
896 $hd = Net::LDAPS->new( $server, async => $async, port => $port ) ||
900 $hd = Net::LDAP->new( $server, async => $async, port => $port ) ||
903 $hd->debug($opt_debug);
905 $hd->start_tls( verify => 'none' );
908 return $hd;
918 my $hd;
926 $hd = Authen::SASL->new( mechanism => 'GSSAPI' ) || die "nope";
927 my $conn = $hd->client_new("ldap", $server);
937 $hd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dcheck.c125 char *disk_name(struct gendisk *hd, int partno, char *buf) argument
128 snprintf(buf, BDEVNAME_SIZE, "%s", hd->disk_name);
129 else if (isdigit(hd->disk_name[strlen(hd->disk_name)-1]))
130 snprintf(buf, BDEVNAME_SIZE, "%sp%d", hd->disk_name, partno);
132 snprintf(buf, BDEVNAME_SIZE, "%s%d", hd->disk_name, partno);
159 check_partition(struct gendisk *hd, struct block_device *bdev) argument
175 disk_name(hd, 0, state->name);
180 state->limit = disk_max_parts(hd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp380 int xd, yd, wd, hd; local
385 hd = YLOG2DEVREL(height);
401 XFillArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd, yd, wd, hd, start, end);
405 XLOG2DEV_2 (x), YLOG2DEV_2 (y),wd,hd,start,end);
412 XDrawArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd, yd, wd, hd, start,end);
415 XLOG2DEV_2 (x), YLOG2DEV_2 (y),wd,hd,start,end);
523 int xd, yd, wfd, hfd, wd, hd; local
530 hd = hfd - WX_GC_CF;
534 if (hd < 0) { hd
574 int hd = YLOG2DEVREL (height) - WX_GC_CF; local
741 int xd, yd, wd, hd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/keymaps/
H A DMakefile4 rc-ati-tv-wonder-hd-600.o \
52 rc-pinnacle-pctv-hd.o \

Completed in 362 milliseconds

123456