Searched refs:dir (Results 26 - 50 of 82) sorted by relevance

1234

/netgear-R7800-V1.0.2.28/package/mtd/src/
H A Djffs2.c250 void mtd_parse_jffs2data(const char *buf, const char *dir) argument
265 if (*dir && (de->pino == 1) && !strncmp((char *) de->name, dir, de->nsize))
277 int mtd_write_jffs2(const char *mtd, const char *filename, const char *dir) argument
294 if (!*dir)
318 mtd_parse_jffs2data(buf, dir);
336 target_ino = add_dir(dir, 1);
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/base-files/lib/upgrade/
H A Dplatform.sh115 dir-600-a1 | \
116 dir-615-c1 | \
117 dir-615-e4 | \
148 dir-825-b1 | \
296 dir-825-b1 |\
/netgear-R7800-V1.0.2.28/package/ncurses/
H A DMakefile66 --with-default-terminfo-dir=/usr/share/terminfo
102 for dir in ??; do \
103 [ -d "$$$$dir" ] || continue; \
104 mv $$$$dir $$$$(echo -ne "\x$$$$dir"); \
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/arch/mips/ralink/rt305x/
H A DMakefile20 obj-$(CONFIG_RT305X_MACH_DIR_300_REVB) += mach-dir-300-revb.o
21 obj-$(CONFIG_RT305X_MACH_DIR_615_H1) += mach-dir-615-h1.o
/netgear-R7800-V1.0.2.28/package/qca-ssdk-shell/src/
H A DMakefile12 SUB_DIR=$(patsubst %/, %, $(dir $(wildcard src/*/Makefile)))
/netgear-R7800-V1.0.2.28/include/
H A Dscan.mk31 $(NO_TRACE_MAKE) --no-print-dir -r DUMP=1 -C $(SCAN_DIR)/$(2) $(SCAN_MAKEOPTS) 2>/dev/null || { \
33 $(NO_TRACE_MAKE) --no-print-dir -r DUMP=1 -C $(SCAN_DIR)/$(2) $(SCAN_MAKEOPTS) > $(TOPDIR)/logs/$(SCAN_DIR)/$(2)/dump.txt 2>&1; \
H A Dautotools.mk28 # 1: build dir
52 # 1: build dir
H A Dkernel.mk34 FILES_DIR ?= $(foreach dir,$(wildcard ./files ./files-$(KERNEL_PATCHVER)),"$(dir)")
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/
H A DMakefile63 GCCLIBDIR := $(dir $(shell $(CC) $(cflags-y) -print-libgcc-file-name))
/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_vfs_glue.c222 #define update_dir_time(dir) do {\
223 (dir)->i_ctime = (dir)->i_mtime = CURRENT_TIME; \
249 static int yaffs_create(struct inode *dir, struct dentry *dentry, int mode,
251 static struct dentry *yaffs_lookup(struct inode *dir, struct dentry *dentry,
254 static int yaffs_create(struct inode *dir, struct dentry *dentry, int mode);
255 static struct dentry *yaffs_lookup(struct inode *dir, struct dentry *dentry);
257 static int yaffs_link(struct dentry *old_dentry, struct inode *dir,
259 static int yaffs_unlink(struct inode *dir, struct dentry *dentry);
260 static int yaffs_symlink(struct inode *dir, struc
626 yaffs_NewSearch(yaffs_obj_t *dir) argument
778 yaffs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *n) argument
1684 yaffs_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t rdev) argument
1773 yaffs_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
1782 yaffs_create(struct inode *dir, struct dentry *dentry, int mode, struct nameidata *n) argument
1792 yaffs_unlink(struct inode *dir, struct dentry *dentry) argument
1825 yaffs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
1864 yaffs_symlink(struct inode *dir, struct dentry *dentry, const char *symname) argument
[all...]
/netgear-R7800-V1.0.2.28/package/redis/files/
H A Dredis.conf153 dir /var/redis
/netgear-R7800-V1.0.2.28/package/zz-dni-streamboost/files/
H A Dredis.conf153 dir /var/redis
/netgear-R7800-V1.0.2.28/scripts/
H A Dpkgstat.pl22 my $dir=shift;
32 my @pkgname = `make -C ${dir} ${varstr} --no-print-directory TOPDIR=\`pwd\` 2>/dev/null`;
83 # Subdir field contains the full dir (feeds/package/)
H A Ddownload.pl14 @ARGV > 2 or die "Syntax: $0 <target dir> <filename> <md5sum> [<mirror> ...]\n";
170 foreach my $dir (@extra) {
171 push @mirrors, "ftp://ftp.all.kernel.org/pub/$dir";
172 push @mirrors, "http://ftp.all.kernel.org/pub/$dir";
173 push @mirrors, "ftp://ftp.de.kernel.org/pub/$dir";
174 push @mirrors, "http://ftp.de.kernel.org/pub/$dir";
175 push @mirrors, "ftp://ftp.fr.kernel.org/pub/$dir";
176 push @mirrors, "http://ftp.fr.kernel.org/pub/$dir";
H A Dipkg193 local dir="`echo $1 | sed -ne 's/\(.*\/\).*/\1/p'`"
194 if [ -z "$dir" ]; then
195 dir="./"
197 echo $dir
1070 for dir in $dirs_to_remove; do
1071 if rmdir $dir >/dev/null 2>&1; then
1074 new_dirs_to_remove="$new_dirs_to_remove $dir"
/netgear-R7800-V1.0.2.28/package/netatalk/
H A DMakefile45 --with-libgcrypt-dir="$(STAGING_DIR)/usr" \
49 --with-ssl-dir="$(STAGING_DIR)/usr" \
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/
H A DMakefile12 SUB_DIR=$(patsubst %/, %, $(dir $(wildcard src/*/Makefile)))
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/drivers/mtd/nand/
H A Dath79_nand.c200 int dir, dma_ctrl; local
203 dir = rw ? DMA_FROM_DEVICE : DMA_TO_DEVICE;
204 pa = dma_map_single(NULL, chip->oob_poi, mtd->oobsize, dir);
285 dma_unmap_single(NULL, pa, mtd->oobsize, dir);
298 int i, dir, dmastatus, ecc_enable, ecc_status; local
302 dir = rw ? DMA_FROM_DEVICE : DMA_TO_DEVICE;
318 dir);
321 pa1 = dma_map_single(NULL, buf, mtd->writesize, dir);
345 dir);
437 dma_unmap_single(NULL, pa1, len, dir);
[all...]
/netgear-R7800-V1.0.2.28/tools/
H A DMakefile81 @for dir in $(1); do ( \
83 mkdir -p "$$dir"; \
84 cd "$$dir"; \
106 @mkdir -p "$$(dir $$@)"; rm -f "$$@"
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/arch/mips/lantiq/svip/
H A Dgpio.c151 port_w32(port_r32(ltq_port_base[port].base->dir) | (1 << pin),
152 ltq_port_base[port].base->dir);
161 port_w32(port_r32(ltq_port_base[port].base->dir) & ~(1 << pin),
162 ltq_port_base[port].base->dir);
283 return (port_r32(ltq_port_base[port].base->dir) & (1 << pin)) != 0;
H A Ddma.c130 /* *dma_dev | dir | pri | irq | rel_chan_no */
188 if (ch->dir == DIR_RX)
234 if (ch->dir == DIR_RX) {
265 | (ch->dir == DIR_RX ? DMA_CCTRL_ON_OFF : 0), cctrl);
438 if (dma_chan[chan_no].dir == DIR_RX)
752 if (dma_chan[chan_no].dir == DIR_RX)
790 if (dma_chan[chan_no].dir == DIR_RX) {
843 if (ch->dir == DIR_RX) {
930 if (ch->dir == DIR_RX) {
1128 if (dma_chan[i].dir
[all...]
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxusb_cif_d.c186 uint32_t dir; local
415 dir=_core_if->hwcfg1.d32;
416 for (i=0; i <= _core_if->hwcfg2.b.num_dev_ep ; i++,dir>>=2)
419 if((dir&0x03)==0 || (dir&0x03) ==1)
438 if((dir&0x03)==0 || (dir&0x03) ==2)
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/cesa/
H A DmvCesaDebug.c379 MV_CESA_DIRECTION dir; local
392 dir = (pSA->config & MV_CESA_DIRECTION_MASK) >> MV_CESA_DIRECTION_BIT;
394 (dir == MV_CESA_DIR_ENCODE) ? "Encode" : "Decode");
/netgear-R7800-V1.0.2.28/target/sdk/files/package/
H A Drules.mk34 $(SCRIPT_DIR)/make-ipkg-dir.sh $$(IDIR_$(1)) ./ipkg/$(2).control $(3) $(4)
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/arch/mips/include/asm/mach-lantiq/svip/
H A Dsvip_dma.h163 const enum dma_dir_t dir; /*RX or TX*/ member in struct:dma_channel_info

Completed in 114 milliseconds

1234