Searched refs:PARAM (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dsetup.h8 #define PARAM ((unsigned char *)empty_zero_page) macro
9 #define MOUNT_ROOT_RDONLY (*(unsigned long *) (PARAM+0x000))
10 #define RAMDISK_FLAGS (*(unsigned long *) (PARAM+0x004))
11 #define ORIG_ROOT_DEV (*(unsigned long *) (PARAM+0x008))
12 #define LOADER_TYPE (*(unsigned long *) (PARAM+0x00c))
13 #define INITRD_START (*(unsigned long *) (PARAM+0x010))
14 #define INITRD_SIZE (*(unsigned long *) (PARAM+0x014))
16 #define COMMAND_LINE ((char *) (PARAM+256))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dsetup.h12 #define PARAM ((unsigned char *)empty_zero_page) macro
14 #define MOUNT_ROOT_RDONLY (*(unsigned long *) (PARAM+0x000))
15 #define RAMDISK_FLAGS (*(unsigned long *) (PARAM+0x004))
16 #define ORIG_ROOT_DEV (*(unsigned long *) (PARAM+0x008))
17 #define LOADER_TYPE (*(unsigned long *) (PARAM+0x00c))
18 #define INITRD_START (*(unsigned long *) (PARAM+0x010))
19 #define INITRD_SIZE (*(unsigned long *) (PARAM+0x014))
21 #define M32R_CPUCLK (*(unsigned long *) (PARAM+0x018))
22 #define M32R_BUSCLK (*(unsigned long *) (PARAM+0x01c))
23 #define M32R_TIMER_DIVIDE (*(unsigned long *) (PARAM
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dbootsetup.h11 #define PARAM ((unsigned char *)x86_boot_params) macro
12 #define SCREEN_INFO (*(struct screen_info *) (PARAM+0))
13 #define EXT_MEM_K (*(unsigned short *) (PARAM+2))
14 #define ALT_MEM_K (*(unsigned int *) (PARAM+0x1e0))
15 #define E820_MAP_NR (*(char*) (PARAM+E820NR))
16 #define E820_MAP ((struct e820entry *) (PARAM+E820MAP))
17 #define APM_BIOS_INFO (*(struct apm_bios_info *) (PARAM+0x40))
18 #define DRIVE_INFO (*(struct drive_info_struct *) (PARAM+0x80))
19 #define SYS_DESC_TABLE (*(struct sys_desc_table_struct*)(PARAM+0xa0))
20 #define MOUNT_ROOT_RDONLY (*(unsigned short *) (PARAM
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dsetup.h34 #define PARAM (boot_params) macro
35 #define SCREEN_INFO (*(struct screen_info *) (PARAM+0))
36 #define EXT_MEM_K (*(unsigned short *) (PARAM+2))
37 #define ALT_MEM_K (*(unsigned long *) (PARAM+0x1e0))
38 #define E820_MAP_NR (*(char*) (PARAM+E820NR))
39 #define E820_MAP ((struct e820entry *) (PARAM+E820MAP))
40 #define APM_BIOS_INFO (*(struct apm_bios_info *) (PARAM+0x40))
41 #define IST_INFO (*(struct ist_info *) (PARAM+0x60))
42 #define DRIVE_INFO (*(struct drive_info_struct *) (PARAM+0x80))
43 #define SYS_DESC_TABLE (*(struct sys_desc_table_struct*)(PARAM
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/mach-voyager/
H A Dsetup_arch.h2 #define VOYAGER_BIOS_INFO ((struct voyager_bios_info *)(PARAM+0x40))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dzconf.l3 %x COMMAND HELP STRING PARAM
91 "mainmenu" BEGIN(PARAM); return T_MAINMENU;
92 "menu" BEGIN(PARAM); return T_MENU;
93 "endmenu" BEGIN(PARAM); return T_ENDMENU;
94 "source" BEGIN(PARAM); return T_SOURCE;
95 "choice" BEGIN(PARAM); return T_CHOICE;
96 "endchoice" BEGIN(PARAM); return T_ENDCHOICE;
97 "comment" BEGIN(PARAM); return T_COMMENT;
98 "config" BEGIN(PARAM); return T_CONFIG;
99 "help" BEGIN(PARAM); retur
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.l3 %x COMMAND HELP STRING PARAM
99 BEGIN(PARAM);
118 <PARAM>{
170 BEGIN(PARAM);
H A Dlex.zconf.c809 #define PARAM 4 macro
1031 BEGIN(PARAM); variable
1128 case YY_STATE_EOF(PARAM):
1174 BEGIN(PARAM); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.l3 %x COMMAND HELP STRING PARAM
99 BEGIN(PARAM);
118 <PARAM>{
170 BEGIN(PARAM);
H A Dlex.zconf.c821 #define PARAM 4 macro
1045 BEGIN(PARAM); variable
1142 case YY_STATE_EOF(PARAM):
1188 BEGIN(PARAM); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dsetup.c61 #define PARAM ((unsigned char *)empty_zero_page) macro
63 #define MOUNT_ROOT_RDONLY (*(unsigned long *) (PARAM+0x000))
64 #define RAMDISK_FLAGS (*(unsigned long *) (PARAM+0x004))
65 #define ORIG_ROOT_DEV (*(unsigned long *) (PARAM+0x008))
66 #define LOADER_TYPE (*(unsigned long *) (PARAM+0x00c))
67 #define INITRD_START (*(unsigned long *) (PARAM+0x010))
68 #define INITRD_SIZE (*(unsigned long *) (PARAM+0x014))
70 #define COMMAND_LINE ((char *) (PARAM+0x100))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dsystem.h44 #define PARAM ZERO_PGE macro
45 #define COMMAND_LINE ((char*)(PARAM + 0x0000))
46 #define INITRD_START (*(unsigned long *) (PARAM+0x100))
47 #define INITRD_SIZE (*(unsigned long *) (PARAM+0x108))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_neo.c55 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Setting CTSFLOW\n");
86 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Setting RTSFLOW\n");
126 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Setting IXON FLOW\n");
163 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Setting IXOFF FLOW\n");
201 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Unsetting Input FLOW\n");
240 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "Unsetting Output FLOW\n");
279 jsm_printk(PARAM, INFO, &ch->ch_bd->pci_dev, "start\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_lowlevel.c25 #define PARAM(inarg) (((char *)(inarg)) + sizeof(*(inarg))) macro
501 req->f->op.mknod(req, nodeid, PARAM(arg), arg->mode, arg->rdev);
511 req->f->op.mkdir(req, nodeid, PARAM(arg), arg->mode);
550 char *oldname = PARAM(arg);
564 req->f->op.link(req, arg->oldnodeid, nodeid, PARAM(arg));
579 req->f->op.create(req, nodeid, PARAM(arg), arg->mode, &fi);
624 req->f->op.write(req, nodeid, PARAM(arg), arg->size, arg->offset, &fi);
761 char *name = PARAM(arg);
775 req->f->op.getxattr(req, nodeid, PARAM(arg), arg->size);

Completed in 112 milliseconds