Searched refs:section (Results 1 - 25 of 34) sorted by relevance

12

/netgear-R7800-V1.0.2.28/package/disktype/src/
H A Ddetect.c6 void detect_dos_partmap(SECTION *section);
7 void detect_gpt_partmap(SECTION *section);
20 SECTION section; local
22 section.source = s;
23 section.pos = 0;
24 section.size = s->size_known ? s->size : 0;
25 section.flags = 0;
26 detect_dos_partmap(&section);
27 detect_gpt_partmap(&section);
H A Ddos.c152 static void detect_dos_partmap_ext(SECTION *section, u8 extbase,
155 void detect_dos_partmap(SECTION *section) argument
164 if (section->pos != 0)
167 if (get_buffer(section, 0, 512, (void **)&buf) < 512)
213 detect_dos_partmap_ext(section, start, &extpartnum);
218 static void detect_dos_partmap_ext(SECTION *section, u8 extbase, argument
229 if (get_buffer(section, tablebase << 9, 512, (void **)&buf) < 512)
314 void detect_gpt_partmap(SECTION *section) argument
324 if (section->pos != 0)
328 if (get_buffer(section, 51
[all...]
H A Dglobal.h78 typedef struct section { struct
95 u8 get_buffer(SECTION *section, u8 pos, u8 len, void **buf);
H A Dbuffer.c87 u8 get_buffer(SECTION *section, u8 pos, u8 len, void **buf) argument
92 s = section->source;
93 pos += section->pos;
/netgear-R7800-V1.0.2.28/package/hd-idle/files/
H A Dhd-idle.init7 local section="$1"
11 config_get_bool _val "$section" "$option" '0'
16 local section="$1"
20 config_get _val "$section" "$option"
62 local section="$1"
64 config_get "interval" "$section" "idle_time_interval"
65 config_get "unit" "$section" "idle_time_unit"
66 append_string "$section" "disk" "-a"
67 append_bool "$section" "enable_debug" "-d"
68 config_get_bool "enabled" "$section" "enable
[all...]
/netgear-R7800-V1.0.2.28/docs/
H A Dopenwrt.tex8 \section{Getting started}
12 \section{Configuring OpenWrt}
17 \section{Advanced configuration}
25 \section{The build system}
27 \section{Extra tools}
30 \section{Working with OpenWrt}
32 \section{Adding platform support}
34 \section{Debugging and debricking}
36 \section{Reporting bugs}
39 \section{Submittin
[all...]
H A Dconfig.tex5 Every section has a type, but does not necessarily have a name.
6 Every option has a name and a value and is assigned to the section
41 # commands to be run for every section
49 You can also alter \texttt{option\_cb} from \texttt{config\_cb} based on the section type.
50 This allows you to process every single config section based on its type
53 \texttt{config\_cb} is run every time a new section starts (before options are being
54 processed). You can access the last section through the \texttt{CONFIG\_SECTION}
55 variable. Also an extra call to \texttt{config\_cb} (without a new section) is generated
67 This command will run the supplied function for every single config section in the currently
68 loaded config. The section nam
[all...]
H A Dnetwork.tex25 to it, e.g. \texttt{eth0.1}. These can be nested as well. See the switch section for
95 Simply add a config section like this:
105 The name for the route section is optional, the \texttt{interface}, \texttt{target} and
111 The switch configuration is set by adding a \texttt{'switch'} config section.
120 On Broadcom hardware the section name needs to be eth0, as the switch driver
H A Dsubmitting-patches.tex7 This section tries to lay out a procedure to enable people to submit patches
/netgear-R7800-V1.0.2.28/package/qca-hostap/files/
H A Dwps-hostapd-update-uci.sh28 local section=$(config_foreach is_section_ifname wifi-iface $IFNAME)
34 uci set wireless.${section}.wps_state=2
37 uci set wireless.${section}.wps_state=1
40 uci set wireless.${section}.wps_state=0
45 uci set wireless.${section}.encryption='mixed-psk'
46 uci set wireless.${section}.key=$psk
49 uci set wireless.${section}.encryption='psk2'
50 uci set wireless.${section}.key=$psk
53 uci set wireless.${section}.encryption='psk'
54 uci set wireless.${section}
[all...]
H A Dwps-supplicant-update-uci.sh63 local section=$(config_foreach is_section_ifname wifi-iface $IFNAME)
66 uci set wireless.${section}.encryption='psk2'
67 uci set wireless.${section}.key=$psk
73 uci set wireless.${section}.encryption='psk'
74 uci set wireless.${section}.key=$psk
80 uci set wireless.${section}.encryption='none'
81 uci set wireless.${section}.key=''
87 uci set wireless.${section}.ssid="$ssid"
/netgear-R7800-V1.0.2.28/target/linux/ar7/files/drivers/mtd/
H A Dtitanpart.c35 unsigned int sect_info_offset; /* Offset from start of header to section desc */
42 unsigned int num_sects; /* Number of section (and section desc blocks) in this image */
44 unsigned int sections_offset; /* Offset to from start of header to the start of the section blocks */
48 section will have one of these blocks. */
51 unsigned int offset; /* Offset of section from start of NSP_IMG_HDR_HEAD */
52 unsigned int total_size; /* Size of section (including pad size.) */
53 unsigned int raw_size; /* Size of section only */
56 unsigned int type; /* Section type. What kind of info does this section describe */
57 char name[16]; /* Reference name for this section
156 struct nsp_img_hdr_sections section; local
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/kernel/
H A Dubicom32_context_switch.S144 .section .text.ret_from_interrupt_to_kernel, "ax", @progbits
148 atomic_lock_acquire ; Enter critical section
150 atomic_lock_release ; Leave critical section
160 * TODO: Do we really need the critical section handling in this code?
163 .section .text.ret_from_interrupt_to_user, "ax", @progbits
197 * Back from do_signal(), re-enter critical section.
201 atomic_lock_acquire ; Enter critical section
202 call a3, __complete_and_return_to_userspace ; jump to unprotected section
211 .section .text.restore_all_registers, "ax", @progbits
215 atomic_lock_acquire ; Enter critical section
[all...]
H A Dubicom32_syscall.S40 .section .old_syscall_entry.text, "ax", @progbits
58 .section .syscall_entry.text, "ax", @progbits
72 * Once sp is set to the kernel sp we can leave the critical section.
119 * Enter critical section .
134 * in order to reduce the size of code in the syscall section we get
140 .section .text.__system_call_bottom_half, "ax", @progbits
200 * Now that we are on the ksp we can leave the critical section
333 .section .text.syscall_exit
395 .section .kernel_unprotected, "ax", @progbits
398 * Enter critical section
[all...]
/netgear-R7800-V1.0.2.28/package/base-files/files/etc/
H A Dfunctions.sh143 # config_get <variable> <section> <option> [<default>]
144 # config_get <section> <option>
152 # config_get_bool <variable> <section> <option> [<default>]
165 local section="$1"
170 CONFIG_SECTION="$section"
180 local section cfgtype
183 for section in ${CONFIG_SECTIONS}; do
184 config_get cfgtype "$section" TYPE
186 eval "$___function \"\$section\" \"\$@\""
192 local section
[all...]
/netgear-R7800-V1.0.2.28/package/base-files/files/lib/
H A Dfunctions.sh143 # config_get <variable> <section> <option> [<default>]
144 # config_get <section> <option>
152 # config_get_bool <variable> <section> <option> [<default>]
165 local section="$1"
170 CONFIG_SECTION="$section"
180 local section cfgtype
183 for section in ${CONFIG_SECTIONS}; do
184 config_get cfgtype "$section" TYPE
186 eval "$___function \"\$section\" \"\$@\""
192 local section
[all...]
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmktitanimg.c44 struct nsp_img_hdr_sections *section; local
64 section=&(hdr->sections);
65 for(i = 0; i < hdr->sect_info.num_sects; i++, section++) {
67 printf("Total size: %u bytes\n", section->total_size);
68 printf("Raw Size: %u bytes\n", section->raw_size);
69 printf("Offset: 0x%x\n", section->offset);
70 printf("Type: 0x%x\n", section->type);
71 printf("Name: %s\n", section->name);
135 struct nsp_img_hdr_sections *img_hdr_sections, *section; /* Section pointers */ local
167 header_size = sizeof(struct nsp_img_hdr_head) + /* This has a single section
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/crypto/
H A Dsha1_ubicom32_asm.S114 ;.section .text.sha1_ip5k_init,"ax",@progbits
115 .section .ocm_text,"ax",@progbits
147 ;.section .text.sha1_ip5k_init_digest,"ax",@progbits
148 .section .ocm_text,"ax",@progbits
173 ;.section .text.sha1_ip5k_transform,"ax",@progbits
174 .section .ocm_text,"ax",@progbits
222 ;.section .text.sha1_ip5k_output,"ax",@progbits
223 .section .ocm_text,"ax",@progbits
H A Dmd5_ubicom32_asm.S112 ;.section .text.md5_ip5k_init,"ax",@progbits
113 .section .text
143 ;.section .text.md5_ip5k_init_digest,"ax",@progbits
144 .section .text
169 .section .text
218 .section .text
/netgear-R7800-V1.0.2.28/package/base-files/files/sbin/
H A Dwifi179 local section="$2"
181 # section start
184 append DEVICES "$section"
185 config_set "$section" vifs ""
186 config_set "$section" ht_capab ""
190 # section end
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/base-files/lib/upgrade/
H A Dopenmesh.sh16 local section=$2 our_section=0
21 [ "$cfg_opt" = "[$section]" ] && our_section=1 && continue
/netgear-R7800-V1.0.2.28/target/linux/au1000/image/
H A DMakefile30 OBJCOPY_SREC := $(TARGET_CROSS)objcopy -S -O srec $(addprefix --remove-section=,$(DROP_SECTIONS))
31 OBJCOPY_BIN := $(TARGET_CROSS)objcopy -S -O binary $(addprefix --remove-section=,$(DROP_SECTIONS))
/netgear-R7800-V1.0.2.28/target/linux/adm8668/image/lzma-loader/src/
H A DMakefile29 strip-flags = $(addprefix --remove-section=,$(drop-sections))
/netgear-R7800-V1.0.2.28/target/linux/at91/image/dfboot/src/
H A Dcstartup_ram.S6 .section start
/netgear-R7800-V1.0.2.28/target/linux/generic/image/lzma-loader/src/
H A DMakefile37 strip-flags = $(addprefix --remove-section=,$(drop-sections))

Completed in 131 milliseconds

12