Searched refs:from (Results 1 - 25 of 62) sorted by relevance

123

/openwrt/target/linux/ixp4xx/generic/
H A Dtarget.mk6 Build firmware images for ixp4xx based boards that boot from internal flash
/openwrt/target/linux/ixp4xx/harddisk/
H A Dtarget.mk4 Build firmware images for ixp4xx based boards that boot directly from internal disk storage
/openwrt/target/linux/generic/files/drivers/mtd/mtdsplit/
H A Dmtdsplit.h38 size_t from,
58 size_t from,
57 mtd_find_rootfs_from(struct mtd_info *mtd, size_t from, size_t limit, size_t *ret_offset, enum mtdsplit_part_type *type) argument
H A Dmtdsplit.c43 pr_alert("error occured while reading from \"%s\"\n",
109 size_t from,
117 for (offset = from; offset < limit;
108 mtd_find_rootfs_from(struct mtd_info *mtd, size_t from, size_t limit, size_t *ret_offset, enum mtdsplit_part_type *type) argument
/openwrt/package/utils/px5g-standalone/src/
H A Dpx5g.c97 time_t from = time(NULL), to; local
165 from = (from < 1000000000) ? 1000000000 : from;
166 strftime(fstr, sizeof(fstr), "%F %H:%M:%S", gmtime(&from));
167 to = from + 60 * 60 * 24 * days;
168 if (to < from)
/openwrt/package/libs/argp-standalone/
H A DMakefile27 TITLE:=Hierarchial argument parsing broken out from glibc
32 GNU libc hierarchial argument parsing library broken out from glibc.
/openwrt/package/network/utils/iputils/
H A DMakefile41 Program arping from iputils.
52 Program clockdiff from iputils.
63 Program ping from iputils.
75 Program ping6 from iputils.
86 Program tftpd from iputils
97 Program tracepath from iputils.
109 Program tracepath6 from iputils.
121 Program traceroute6 from iputils.
/openwrt/target/linux/ar71xx/generic/profiles/
H A D8devices.mk9 NAME:=Carambola2 board from 8Devices
/openwrt/target/linux/orion/generic/
H A Dtarget.mk12 Build firmware images for Marvell Orion based boards that boot from internal flash.
/openwrt/target/linux/orion/harddisk/
H A Dtarget.mk12 Build firmware images for Marvell Orion based boards that boot directly from internal disk storage.
/openwrt/package/utils/px5g/
H A Dpx5g.c145 time_t from = time(NULL), to; local
204 from = (from < 1000000000) ? 1000000000 : from;
205 strftime(fstr, sizeof(fstr), "%Y%m%d%H%M%S", gmtime(&from));
206 to = from + 60 * 60 * 24 * days;
207 if (to < from)
/openwrt/package/libs/libiconv/src/
H A Diconv.c106 iconv_t iconv_open(const char *to, const char *from) argument
114 if ((f = find_charset(from)) < 255)
117 if ((m = find_charmap(from)) > -1)
276 unsigned char from = 255; local
288 from = cd>>8;
293 if (from >= UTF_8 && c < 0x80) goto charok;
294 switch (from) {
333 c = get_16(*in, from);
338 d = get_16(*in + 2, from);
348 // c = get_32(*in, from);
[all...]
/openwrt/include/
H A Ddownload.mk18 # Try to guess the download method from the URL
39 # code for creating tarballs from cvs/svn/git/bzr/hg/darcs checkouts - useful for mirror support
62 echo "Checking out files from the cvs repository..."; \
77 echo "Checking out files from the svn repository..."; \
94 echo "Checking out files from the git repository..."; \
112 echo "Checking out files from the bzr repository..."; \
127 echo "Checking out files from the hg repository..."; \
143 echo "Checking out files from the darcs repository..."; \
/openwrt/target/linux/adm5120/files-3.18/drivers/mtd/maps/
H A Dadm5120-flash.c6 * This file was derived from: drivers/mtd/map/physmap.c
138 MAP_DBG(map, "reading from ofs %lX\n", ofs);
168 unsigned long from, ssize_t len)
174 MAP_DBG(map, "copy_from, to=%lX, from=%lX, len=%lX\n",
175 (unsigned long)to, from, (unsigned long)len);
177 if (from > amap->window_size)
183 if ((from < BANK_SIZE) && ((from+len) > BANK_SIZE))
184 t = BANK_SIZE-from;
187 MAP_DBG(map, "copying %lu byte(s) from
167 adm5120_flash_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
[all...]
/openwrt/target/linux/bcm53xx/files/drivers/mtd/spi-nor/
H A Dbcm53xxspiflash.c47 static int bcm53xxspiflash_read(struct spi_nor *nor, loff_t from, size_t len, argument
61 cmd[cmd_len++] = (from & 0xFF000000) >> 24;
62 cmd[cmd_len++] = (from & 0x00FF0000) >> 16;
63 cmd[cmd_len++] = (from & 0x0000FF00) >> 8;
64 cmd[cmd_len++] = (from & 0x000000FF) >> 0;
/openwrt/package/kernel/button-hotplug/
H A DMakefile26 Kernel module to generate button uevent-s from input subsystem events.
/openwrt/package/system/mtd/
H A DMakefile30 This package contains an utility useful to upgrade from other firmware or
/openwrt/package/system/opkg/files/
H A Dopkg-key8 remove <file>: Remove keyfile matching <file> from opkg trusted keys
/openwrt/docs/
H A Dnetwork-scripts.tex14 \texttt{scan\_interfaces} instead of reading the values from the config directly.
17 physical device name differs from it, it will be stored in the \texttt{'device'}
/openwrt/package/base-files/files/lib/upgrade/
H A Dcommon.sh92 # spawn a new shell from ramdisk to reduce the probability of cache issues
180 local from="$1"
184 case "$from" in
189 local magic="$(eval $cmd \"$from\" 2>/dev/null | dd bs=2 count=1 2>/dev/null | hexdump -n 2 -e '1/1 "%02x"')"
196 eval "$cmd \"$from\" 2>/dev/null ${conc:+| $conc}"
/openwrt/package/firmware/b43legacy-firmware/
H A DMakefile35 from the final rootfs image. This can reduce the rootfs size by
/openwrt/package/network/utils/iwcap/
H A DMakefile24 The iwcap utility receives radiotap packet data from wifi monitor interfaces
/openwrt/scripts/
H A Denv182 local from="master"
191 from="$branch"
195 git checkout -b "$1" "$from"
/openwrt/package/kernel/linux/modules/
H A Dcan.mk156 from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
172 from esd electronic system design gmbh (http://www.esd.eu).
204 from PEAK-System Technik (http://www.peak-system.com).
220 from 8 devices (http://www.8devices.com).
254 boards from ST Microelectronics (http://www.st.com) like the
/openwrt/package/boot/kexec-tools/
H A DMakefile36 another kernel from the currently executing Linux kernel.

Completed in 196 milliseconds

123