Searched refs:dat (Results 1 - 25 of 227) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/data/
H A DMakefile.am5 DEFAULT_DB_FILE = $(pkgdatadir)/GeoIP.dat
11 echo "$(INSTALL_DATA) GeoIP.dat $(DESTDIR)$(DEFAULT_DB_FILE)"; \
12 $(INSTALL_DATA) "$(srcdir)/GeoIP.dat" "$(DESTDIR)$(DEFAULT_DB_FILE)"; \
18 $(INSTALL_DATA) GeoIP.dat $(DESTDIR)$(DEFAULT_DB_FILE); \
21 .PHONY: GeoIP.dat
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dnand_ecc.h23 void __nand_calculate_ecc(const u_char *dat, unsigned int eccsize,
29 int nand_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code);
34 int __nand_correct_data(u_char *dat, u_char *read_ecc, u_char *calc_ecc,
40 int nand_correct_data(struct mtd_info *mtd, u_char *dat, u_char *read_ecc, u_char *calc_ecc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Ddat.c2 * dat.c - NILFS disk address translation.
30 #include "dat.h"
41 static inline struct nilfs_dat_info *NILFS_DAT_I(struct inode *dat) argument
43 return (struct nilfs_dat_info *)NILFS_MDT(dat);
46 static int nilfs_dat_prepare_entry(struct inode *dat, argument
49 return nilfs_palloc_get_entry_block(dat, req->pr_entry_nr,
53 static void nilfs_dat_commit_entry(struct inode *dat, argument
57 nilfs_mdt_mark_dirty(dat);
61 static void nilfs_dat_abort_entry(struct inode *dat, argument
67 int nilfs_dat_prepare_alloc(struct inode *dat, struc argument
82 nilfs_dat_commit_alloc(struct inode *dat, struct nilfs_palloc_req *req) argument
99 nilfs_dat_abort_alloc(struct inode *dat, struct nilfs_palloc_req *req) argument
105 nilfs_dat_commit_free(struct inode *dat, struct nilfs_palloc_req *req) argument
122 nilfs_dat_prepare_start(struct inode *dat, struct nilfs_palloc_req *req) argument
131 nilfs_dat_commit_start(struct inode *dat, struct nilfs_palloc_req *req, sector_t blocknr) argument
147 nilfs_dat_prepare_end(struct inode *dat, struct nilfs_palloc_req *req) argument
179 nilfs_dat_commit_end(struct inode *dat, struct nilfs_palloc_req *req, int dead) argument
205 nilfs_dat_abort_end(struct inode *dat, struct nilfs_palloc_req *req) argument
224 nilfs_dat_prepare_update(struct inode *dat, struct nilfs_palloc_req *oldreq, struct nilfs_palloc_req *newreq) argument
239 nilfs_dat_commit_update(struct inode *dat, struct nilfs_palloc_req *oldreq, struct nilfs_palloc_req *newreq, int dead) argument
247 nilfs_dat_abort_update(struct inode *dat, struct nilfs_palloc_req *oldreq, struct nilfs_palloc_req *newreq) argument
269 nilfs_dat_mark_dirty(struct inode *dat, __u64 vblocknr) argument
299 nilfs_dat_freev(struct inode *dat, __u64 *vblocknrs, size_t nitems) argument
320 nilfs_dat_move(struct inode *dat, __u64 vblocknr, sector_t blocknr) argument
372 nilfs_dat_translate(struct inode *dat, __u64 vblocknr, sector_t *blocknrp) argument
399 nilfs_dat_get_vinfo(struct inode *dat, void *buf, unsigned visz, size_t nvi) argument
443 nilfs_dat_read(struct inode *dat, struct nilfs_inode *raw_inode) argument
456 struct inode *dat; local
[all...]
H A Dgcdat.c32 struct inode *dat = nilfs->ns_dat, *gcdat = nilfs->ns_gc_dat; local
33 struct nilfs_inode_info *dii = NILFS_I(dat), *gii = NILFS_I(gcdat);
37 gcdat->i_blocks = dat->i_blocks;
42 err = nilfs_copy_dirty_pages(gcdat->i_mapping, dat->i_mapping);
52 struct inode *dat = nilfs->ns_dat, *gcdat = nilfs->ns_gc_dat; local
53 struct nilfs_inode_info *dii = NILFS_I(dat), *gii = NILFS_I(gcdat);
54 struct address_space *mapping = dat->i_mapping;
57 down_write(&NILFS_MDT(dat)->mi_sem);
58 dat->i_blocks = gcdat->i_blocks;
64 nilfs_palloc_clear_cache(dat);
[all...]
H A Dbmap.h31 #include "dat.h"
173 struct inode *dat)
175 if (dat)
176 return nilfs_dat_prepare_alloc(dat, &req->bpr_req);
184 struct inode *dat)
186 if (dat)
187 nilfs_dat_commit_alloc(dat, &req->bpr_req);
192 struct inode *dat)
194 if (dat)
195 nilfs_dat_abort_alloc(dat,
171 nilfs_bmap_prepare_alloc_ptr(struct nilfs_bmap *bmap, union nilfs_bmap_ptr_req *req, struct inode *dat) argument
182 nilfs_bmap_commit_alloc_ptr(struct nilfs_bmap *bmap, union nilfs_bmap_ptr_req *req, struct inode *dat) argument
190 nilfs_bmap_abort_alloc_ptr(struct nilfs_bmap *bmap, union nilfs_bmap_ptr_req *req, struct inode *dat) argument
200 nilfs_bmap_prepare_end_ptr(struct nilfs_bmap *bmap, union nilfs_bmap_ptr_req *req, struct inode *dat) argument
207 nilfs_bmap_commit_end_ptr(struct nilfs_bmap *bmap, union nilfs_bmap_ptr_req *req, struct inode *dat) argument
216 nilfs_bmap_abort_end_ptr(struct nilfs_bmap *bmap, union nilfs_bmap_ptr_req *req, struct inode *dat) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dboard-sx1-mmc.c28 u8 dat = 0; local
30 err = sx1_i2c_read_byte(SOFIA_I2C_ADDR, SOFIA_POWER1_REG, &dat);
35 dat |= SOFIA_MMC_POWER;
37 dat &= ~SOFIA_MMC_POWER;
39 return sx1_i2c_write_byte(SOFIA_I2C_ADDR, SOFIA_POWER1_REG, dat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_camellia.c122 EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data; local
127 cmll_t4_set_key(key, bits, &dat->ks);
132 dat->block = (block128_f) cmll_t4_decrypt;
135 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
140 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
148 dat->block = (block128_f) cmll_t4_encrypt;
152 dat->stream.cbc = (cbc128_f) cmll128_t4_cbc_encrypt;
154 dat->stream.ctr = (ctr128_f) cmll128_t4_ctr32_encrypt;
156 dat->stream.cbc = NULL;
161 dat
260 EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data; local
286 EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data; local
303 EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data; local
317 EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data; local
327 EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data; local
337 EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data; local
347 EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data; local
[all...]
H A De_des3.c152 DES_EDE_KEY *dat = data(ctx); local
165 if (dat->stream.cbc) {
166 (*dat->stream.cbc) (in, out, inl, dat->ks.ks, ctx->iv);
172 &dat->ks1, &dat->ks2, &dat->ks3,
180 &dat->ks1, &dat->ks2, &dat
274 DES_EDE_KEY *dat = data(ctx); local
307 DES_EDE_KEY *dat = data(ctx); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_camellia.c122 EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data; local
127 cmll_t4_set_key(key, bits, &dat->ks);
132 dat->block = (block128_f) cmll_t4_decrypt;
135 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
140 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
148 dat->block = (block128_f) cmll_t4_encrypt;
152 dat->stream.cbc = (cbc128_f) cmll128_t4_cbc_encrypt;
154 dat->stream.ctr = (ctr128_f) cmll128_t4_ctr32_encrypt;
156 dat->stream.cbc = NULL;
161 dat
260 EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data; local
286 EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data; local
303 EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data; local
317 EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data; local
327 EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data; local
337 EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data; local
347 EVP_CAMELLIA_KEY *dat = (EVP_CAMELLIA_KEY *) ctx->cipher_data; local
[all...]
H A De_des3.c152 DES_EDE_KEY *dat = data(ctx); local
165 if (dat->stream.cbc) {
166 (*dat->stream.cbc) (in, out, inl, dat->ks.ks, ctx->iv);
172 &dat->ks1, &dat->ks2, &dat->ks3,
180 &dat->ks1, &dat->ks2, &dat
274 DES_EDE_KEY *dat = data(ctx); local
307 DES_EDE_KEY *dat = data(ctx); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/
H A Dinstalldat.sh23 for f in $SRCDIR/codepages/*.dat; do
49 The dat files have been installed. You may uninstall the dat files
51 binaries, man pages, dat files, and shell scripts.
57 The dat files have been removed. You may restore these files using
59 man pages, modules, dat files, and shell scripts.
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ntpclient/
H A DMakefile14 ./ntpclient -d -r <test.dat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-l2tp.c237 print_string(const u_char *dat, u_int length) argument
241 printf("%c", *dat++);
246 print_octets(const u_char *dat, u_int length) argument
250 printf("%02x", *dat++);
255 print_16bits_val(const u_int16_t *dat) argument
257 printf("%u", EXTRACT_16BITS(dat));
261 print_32bits_val(const u_int32_t *dat) argument
263 printf("%lu", (u_long)EXTRACT_32BITS(dat));
270 l2tp_msgtype_print(const u_char *dat) argument
272 u_int16_t *ptr = (u_int16_t*)dat;
279 l2tp_result_code_print(const u_char *dat, u_int length) argument
294 l2tp_proto_ver_print(const u_int16_t *dat) argument
301 l2tp_framing_cap_print(const u_char *dat) argument
314 l2tp_bearer_cap_print(const u_char *dat) argument
327 l2tp_q931_cc_print(const u_char *dat, u_int length) argument
338 l2tp_bearer_type_print(const u_char *dat) argument
351 l2tp_framing_type_print(const u_char *dat) argument
370 l2tp_proxy_auth_type_print(const u_char *dat) argument
379 l2tp_proxy_auth_id_print(const u_char *dat) argument
387 l2tp_call_errors_print(const u_char *dat) argument
420 l2tp_accm_print(const u_char *dat) argument
437 l2tp_ppp_discon_cc_print(const u_char *dat, u_int length) argument
453 l2tp_avp_print(const u_char *dat, int length) argument
607 l2tp_print(const u_char *dat, u_int length) argument
[all...]
H A Dprint-aodv.c85 aodv_rreq(const union aodv *ap, const u_char *dat, u_int length) argument
89 if (snapend < dat) {
93 i = min(length, (u_int)(snapend - dat));
117 aodv_rrep(const union aodv *ap, const u_char *dat, u_int length) argument
121 if (snapend < dat) {
125 i = min(length, (u_int)(snapend - dat));
146 aodv_rerr(const union aodv *ap, const u_char *dat, u_int length) argument
152 if (snapend < dat) {
156 i = min(length, (u_int)(snapend - dat));
179 aodv_v6_rreq(const union aodv *ap, const u_char *dat, u_in argument
219 aodv_v6_rrep(const union aodv *ap, const u_char *dat, u_int length) argument
286 aodv_v6_draft_01_rreq(const union aodv *ap, const u_char *dat, u_int length) argument
327 aodv_v6_draft_01_rrep(const union aodv *ap, const u_char *dat, u_int length) argument
394 aodv_print(const u_char *dat, u_int length, int is_ip6) argument
[all...]
H A Dprint-pptp.c589 pptp_sccrq_print(const u_char *dat) argument
591 struct pptp_msg_sccrq *ptr = (struct pptp_msg_sccrq *)dat;
616 pptp_sccrp_print(const u_char *dat) argument
618 struct pptp_msg_sccrp *ptr = (struct pptp_msg_sccrp *)dat;
646 pptp_stopccrq_print(const u_char *dat) argument
648 struct pptp_msg_stopccrq *ptr = (struct pptp_msg_stopccrq *)dat;
679 pptp_stopccrp_print(const u_char *dat) argument
681 struct pptp_msg_stopccrp *ptr = (struct pptp_msg_stopccrp *)dat;
696 pptp_echorq_print(const u_char *dat) argument
698 struct pptp_msg_echorq *ptr = (struct pptp_msg_echorq *)dat;
710 pptp_echorp_print(const u_char *dat) argument
729 pptp_ocrq_print(const u_char *dat) argument
764 pptp_ocrp_print(const u_char *dat) argument
794 pptp_icrq_print(const u_char *dat) argument
824 pptp_icrp_print(const u_char *dat) argument
849 pptp_iccn_print(const u_char *dat) argument
872 pptp_ccrq_print(const u_char *dat) argument
887 pptp_cdn_print(const u_char *dat) argument
910 pptp_wen_print(const u_char *dat) argument
937 pptp_sli_print(const u_char *dat) argument
956 pptp_print(const u_char *dat) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsaa7146.h95 #define saawrite(dat,adr) writel((dat), saa->saa7146_adr+(adr))
98 #define saawrite(dat,adr) writel((dat), saa->saa7146_mem+(adr))
102 #define saaand(dat,adr) saawrite((dat) & saaread(adr), adr)
103 #define saaor(dat,adr) saawrite((dat) | saaread(adr), adr)
104 #define saaaor(dat,mask,adr) saawrite((dat) | ((mas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/asm/
H A Drc4-x86_64.pl55 $dat="%rdi"; # arg1
78 add \$8,$dat
79 movl -8($dat),$XX[0]#d
80 movl -4($dat),$YY#d
81 cmpl \$-1,256($dat)
84 movl ($dat,$XX[0],4),$TX[0]#d
95 movl ($dat,$YY,4),$TY#d
98 movl ($dat,$XX[1],4),$TX[1]#d
100 movl $TX[0]#d,($dat,$YY,4)
102 movl $TY#d,($dat,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Dgpiolib.c69 unsigned long dat; local
75 dat = __raw_readl(base + GPIODAT_OFF);
78 dat |= 1 << offset;
80 dat &= ~(1 << offset);
82 __raw_writel(dat, base + GPIODAT_OFF);
84 __raw_writel(dat, base + GPIODAT_OFF);
86 gpio_dbg("%s: %p: CON %08lx, DAT %08lx\n", __func__, base, con, dat);
141 unsigned long dat; local
153 dat = __raw_readl(base + GPIODAT_OFF);
156 dat |
[all...]
H A Dgpio.c73 unsigned long dat; local
78 dat = __raw_readl(base + 0x04);
79 dat &= ~(1 << offset);
81 dat |= 1 << offset;
82 __raw_writel(dat, base + 0x04);
89 __raw_writel(dat, base + 0x04);
101 unsigned long dat; local
105 dat = __raw_readl(base + 0x04);
106 dat &= ~(1 << offset);
108 dat |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc4/asm/
H A Drc4-586.pl71 $dat="edi";
78 &mov ($ty,&DWP(0,$dat,$yy,4));
79 &mov (&DWP(0,$dat,$yy,4),$tx);
80 &mov (&DWP(0,$dat,$xx,4),$ty);
86 &mov ($tx,&DWP(0,$dat,$xx,4));
90 &$func ($out,&DWP(0,$dat,$ty,4));
111 &mov ($ty,&DWP(0,$dat,$yy,4));
112 &mov (&DWP(0,$dat,$yy,4),$tx);
114 &mov (&DWP(0,$dat,$XX[0],4),$ty);
117 &mov ($tx,&DWP(0,$dat,
[all...]
H A Drc4-x86_64.pl118 $dat="%rdi"; # arg1
156 lea 8($dat),$dat
157 mov -8($dat),$XX[0]#b
158 mov -4($dat),$YY#b
159 cmpl \$-1,256($dat)
166 movl ($dat,$XX[0],4),$TX[0]#d
177 movl ($dat,$YY,4),$TY#d
178 movl $TX[0]#d,($dat,$YY,4)
179 movl $TY#d,($dat,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc4/asm/
H A Drc4-586.pl71 $dat="edi";
78 &mov ($ty,&DWP(0,$dat,$yy,4));
79 &mov (&DWP(0,$dat,$yy,4),$tx);
80 &mov (&DWP(0,$dat,$xx,4),$ty);
86 &mov ($tx,&DWP(0,$dat,$xx,4));
90 &$func ($out,&DWP(0,$dat,$ty,4));
111 &mov ($ty,&DWP(0,$dat,$yy,4));
112 &mov (&DWP(0,$dat,$yy,4),$tx);
114 &mov (&DWP(0,$dat,$XX[0],4),$ty);
117 &mov ($tx,&DWP(0,$dat,
[all...]
H A Drc4-x86_64.pl118 $dat="%rdi"; # arg1
156 lea 8($dat),$dat
157 mov -8($dat),$XX[0]#b
158 mov -4($dat),$YY#b
159 cmpl \$-1,256($dat)
166 movl ($dat,$XX[0],4),$TX[0]#d
177 movl ($dat,$YY,4),$TY#d
178 movl $TX[0]#d,($dat,$YY,4)
179 movl $TY#d,($dat,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A DMakefile.am72 EXTRA_DIST = genre.dat.sed \
87 id3tag.h global.h genre.dat $(debug)
90 frametype.gperf compat.gperf genre.dat.in \
95 BUILT_SOURCES = frametype.c compat.c genre.dat
111 $(srcdir)/genre.dat: $(srcdir)/genre.dat.in $(srcdir)/genre.dat.sed Makefile.am
113 sed -n -f genre.dat.sed genre.dat.in | \
114 sed -e '/\$$''Id: /s/\$$//g' >genre.dat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A DMakefile.am72 EXTRA_DIST = genre.dat.sed \
87 id3tag.h global.h genre.dat $(debug)
90 frametype.gperf compat.gperf genre.dat.in \
95 BUILT_SOURCES = frametype.c compat.c genre.dat
111 $(srcdir)/genre.dat: $(srcdir)/genre.dat.in $(srcdir)/genre.dat.sed Makefile.am
113 sed -n -f genre.dat.sed genre.dat.in | \
114 sed -e '/\$$''Id: /s/\$$//g' >genre.dat
[all...]

Completed in 286 milliseconds

12345678910