Searched refs:model (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7800-V1.0.2.28/target/linux/ppc40x/base-files/lib/
H A Dppc40x.sh7 local model
9 model=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /model/ {print $2}' /proc/cpuinfo)
10 echo $model
/netgear-R7800-V1.0.2.28/target/linux/mpc83xx/base-files/lib/
H A Dmpc83xx.sh10 local model
13 model=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /model/ {print $2}' /proc/cpuinfo)
15 case "$model" in
18 model="MikroTik RouterBOARD 333"
22 model="MikroTik RouterBOARD 600"
29 [ -z "$MPC83XX_MODEL" ] && MPC83XX_MODEL="$model"
34 echo "$MPC83XX_MODEL" > /tmp/sysinfo/model
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/base-files/lib/
H A Dar71xx.sh41 local model
42 model=$(ar71xx_get_mtd_offset_size_format art 56 10 %c)
43 if [ -z "$model" ] || [ "$model" = $'\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff' ]; then
45 elif [ -z "$model" ] || [ "$model" = $'\xff\xff\xff\xff\xff\xff\xff\xff\xffN' ]; then
48 machine="NETGEAR $model"
67 local model="$1"
77 model="TP-Link TL-WR703N"
80 model
[all...]
/netgear-R7800-V1.0.2.28/target/linux/mcs814x/base-files/lib/
H A Dmcs814x.sh13 machine=$(cat /proc/device-tree/model)
32 echo "$MCS814X_MODEL" > /tmp/sysinfo/model
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmkdapimg.c13 // Usage: mkdapimg [-p] [-m <model>] -s <sig> -i <input> -o <output>
17 // If the model string <model> is not given, we will assume that
18 // the leading characters upto the first "-" is the model.
21 // specified model and signature.
33 char model[MAX_MODEL_NAME_LEN]; member in struct:img_hdr_struct
54 fprintf(stderr, "usage: %s [-p] [-m model] -s signature -i input -o output\n", progname);
61 char model[MAX_MODEL_NAME_LEN+1]; local
72 memset(model, 0, sizeof(model));
[all...]
H A Dmkcameofw.c41 char model[MAX_MODEL_LEN]; member in struct:img_header
56 static char *model; variable
94 " -M <model> set model to <model>\n"
193 CHKSTRLEN(model, "model");
321 strncpy(hdr->model, model, sizeof(hdr->model));
[all...]
H A Dadd_header.c24 * model id + reserved space for CRC32 + buf, then replaces the reserved
68 unsigned char model[16]; member in struct:header
110 // copy model name into header
111 strncpy(header.model, argv[1], sizeof(header.model));
H A Dmotorola-bin.c89 static const struct model { struct
90 char digit; /* a digit signifying model (historical) */
104 const struct model *m;
149 const struct model *m;
183 const struct model *m;
H A Dmkedimaximg.c33 unsigned char model[4]; member in struct:header
60 " -m <model> set model to <model>\n"
157 fprintf(stderr, "model must be 4 characters long\n");
160 memcpy(header.model, optarg, 4);
210 if (header.model == NULL) {
211 fprintf(stderr, "no model specified\n");
H A Dmkcasfw.c97 char *model; member in struct:board_info
187 .model = (m), \
246 {.model = NULL}
292 for (board = boards; board->model != NULL; board++){
295 board->model, board->name);
782 find_board(char *model) argument
788 for (board = boards; board->model != NULL; board++){
789 if (strcasecmp(model, board->model) == 0) {
H A Dmkcsysimg.c105 char *model; member in struct:board_info
124 .model = m, .name = n, .flash_size = f<<20, \
187 {.model = NULL}
231 for (board = boards; board->model != NULL; board++){
234 board->model, board->name);
748 find_board(char *model) argument
754 for (board = boards; board->model != NULL; board++){
755 if (strcasecmp(model, board->model) == 0) {
H A Dmkmylofw.c71 char *model; /* model number*/ member in struct:cpx_board
72 char *name; /* model name*/
84 .model = _mod, .name = _name, .desc = _desc, \
167 {.model = NULL}
223 for (board = boards; board->model != NULL; board++){
226 board->model, board->name);
355 find_board(char *model){ argument
360 for (tmp = boards; tmp->model != NULL; tmp++){
361 if (strcasecmp(model, tm
[all...]
H A Dzynos.h27 char model[BOOTBASE_NAME_LEN]; /* Model name */ member in struct:zyn_bootbase_info
32 uint16_t model_id; /* model id */
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/
H A DMakefile37 model-$(CONFIG_RAMKERNEL) := ram
38 model-$(CONFIG_ROMKERNEL) := rom
39 MODEL := $(model-y)
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/generic/profiles/
H A Dpcs.mk10 NAME:=PowerCloud Systems ubdev01 model
21 NAME:=PowerCloud Systems dlrtdev01 model
/netgear-R7800-V1.0.2.28/target/linux/ipq806x/base-files/lib/
H A Dipq806x.sh39 echo "$IPQ806X_MODEL" > /tmp/sysinfo/model
/netgear-R7800-V1.0.2.28/target/linux/goldfish/image/
H A Drun-emulator.sh3 ./goldfish-qemu/emulator -skindir ./goldfish-qemu/skins -skin HVGA -sysdir . -ramdisk ${PREFIX}ramdisk.bin -kernel ${PREFIX}kernel.bin -system ${PREFIX}system.bin -data ${PREFIX}data.bin -show-kernel -partition-size 100 -qemu -append "console=ttyS0 ubi.mtd=0 root=/dev/mtdblock3 rootfstype=jffs2 bootdelay=1 init=/etc/preinit" -net nic,vlan=0,model=smc91c111 -net user,vlan=0,hostname=OpenWrt
/netgear-R7800-V1.0.2.28/target/linux/amazon/files/arch/mips/amazon/
H A Dprom.c29 #include <asm/amazon/model.h>
H A Dsetup.c37 #include <asm/amazon/model.h>
/netgear-R7800-V1.0.2.28/package/angular-ozker/
H A DMakefile26 TITLE:=Angular ozker model components
31 Angular ozker model components
/netgear-R7800-V1.0.2.28/target/linux/generic/files/drivers/net/phy/
H A Dadm6996.c58 enum adm6996_model model; member in struct:adm6996_priv
503 if (priv->model == ADM6996M) {
621 * This is the FC model.
623 priv->model = ADM6996FC;
625 /* Bit 12 is read-write. This is the M model. */
626 priv->model = ADM6996M;
631 swdev->name = (adm6996_model_name[priv->model]);
637 pr_info ("%s: %s model PHY found.\n", pdev->attached_dev->name,
644 if (priv->model == ADM6996M) {
705 if (priv != NULL && priv->model
[all...]
/netgear-R7800-V1.0.2.28/package/proftpd/files/
H A Dcmdftp434 model=`cat /sys/block/$dev/device/model`
437 model=$(echo ${model} | sed 's/[[:space:]]*$//')
439 device_vendor="$vendor $model"
/netgear-R7800-V1.0.2.28/target/linux/ipq806x/base-files/sbin/
H A Dcmd_ddns51 model=$2
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-ip7k/
H A Dboard-ip7160rgw.c92 .model = 2007,
H A Dboard-ip7500iap.c254 .model = 2007,

Completed in 397 milliseconds

12