Searched refs:section (Results 101 - 125 of 514) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dtrampoline.S43 .section ".init.data","aw",@progbits
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dinit_task.c31 * handled. This is done by having a special ".data.init_task" section...
41 } init_task_mem asm ("init_task") __attribute__((section(".data.init_task"))) = {{
H A Djprobes.S53 .section .kprobes.text, "ax"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68328/
H A Dromvec.S18 .section .romvec
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lib/
H A Dstrlen_user.S15 .section __ex_table,"a"; \
H A Dstrnlen_user.S15 .section __ex_table,"a"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/macos/src/
H A Dlibxml2_GUSIConfig.cp3 /**************** BEGIN GUSI CONFIGURATION **************************** * * GUSI Configuration section generated by GUSI Configurator * last modified: Wed Oct 31 17:07:45 2001 * * This section will be overwritten by the next run of Configurator. */ #define GUSI_SOURCE #include <GUSIConfig (…)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dmessages.c63 struct globals *const ptr_to_globals __attribute__ ((section (".data")));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dvdso.h32 .section ".opd","a"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead-l7200.S16 .section ".start", "ax"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dgetuser.S60 .section __ex_table, "a"
H A Dcopy_from_user.S38 .section __ex_table, "a"
57 .section __ex_table, "a"
90 .section .fixup,"ax"
H A Dcopy_to_user.S54 .section __ex_table, "a"
72 .section __ex_table, "a"
93 .section .fixup,"ax"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dvsyscall-sysenter.S10 .section .text.vsyscall,"ax"
36 .section .eh_frame,"a",@progbits
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-arm9tdmi.S76 .section ".rodata"
100 .section ".proc.info.init", #alloc, #execinstr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8300h/aki3068net/
H A Dcrt0_ram.S32 .section .text
109 .section .bootvec,"ax"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8300h/h8max/
H A Dcrt0_ram.S32 .section .text
109 .section .bootvec,"ax"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmmzone.h650 * SECTION_SHIFT #bits space required to store a section #
652 * PA_SECTION_SHIFT physical address to/from section number
653 * PFN_SECTION_SHIFT pfn to/from section number
677 * the location of the section here to guide allocation.
721 static inline struct page *__section_mem_map_addr(struct mem_section *section) argument
723 unsigned long map = section->section_mem_map;
728 static inline int valid_section(struct mem_section *section) argument
730 return (section && (section->section_mem_map & SECTION_MARKED_PRESENT));
733 static inline int section_has_mem_map(struct mem_section *section) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dcopy_user.S32 .section __ex_table,"a"; \
39 .section __ex_table,"a"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/scripts/python/
H A DSambaConfig.py167 ## look for a next section name
180 print "parameter given without section name!"
194 ## Add a parameter to the global section
237 ## section header
249 for section in self.services_order:
250 ## already handled the global section
251 if section == "GLOBAL":
255 if not self.services[section]:
258 self.DumpService( stream, section )
278 for section i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dindex.py73 section varchar(255),
346 """INSERT INTO wordsHTML (name, resource, section, id, relevance) VALUES ('%s','%s', '%s', '%s', '%d')""" %
351 """UPDATE wordsHTML SET section='%s', id='%s', relevance='%d' where name='%s' and resource='%s'""" %
355 print """UPDATE wordsHTML SET section='%s', id='%s', relevance='%d' where name='%s' and resource='%s'""" % (desc, id, relevance, name, resource)
567 def addWordHTML(word, resource, id, section, relevance):
572 if resource == None or section == None:
579 section = cleanupDescrString(section)
591 section = s
598 d[resource] = (relevance, id, section)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dx509v3.h115 char * (*get_string)(void *db, char *section, char *value);
116 STACK_OF(CONF_VALUE) * (*get_section)(void *db, char *section);
118 void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section);
290 #define X509V3_conf_err(val) ERR_add_error_data(6, "section:", val->section, \
465 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
466 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
467 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req);
468 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl);
472 int X509V3_EXT_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X50
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dx509v3.h115 char * (*get_string)(void *db, char *section, char *value);
116 STACK_OF(CONF_VALUE) * (*get_section)(void *db, char *section);
118 void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section);
290 #define X509V3_conf_err(val) ERR_add_error_data(6, "section:", val->section, \
465 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
466 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
467 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req);
468 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl);
472 int X509V3_EXT_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X50
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/conf/
H A Dconf_lib.c81 /* The following section contains the "CONF classic" functions,
140 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH *conf,const char *section)
150 return NCONF_get_section(&ctmp, section);
222 /* The following section contains the "New CONF" functions. They are
297 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,const char *section)
305 if (section == NULL)
311 return _CONF_get_section_values(conf, section);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_lib.c81 /* The following section contains the "CONF classic" functions,
140 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH *conf,const char *section)
150 return NCONF_get_section(&ctmp, section);
222 /* The following section contains the "New CONF" functions. They are
297 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,const char *section)
305 if (section == NULL)
311 return _CONF_get_section_values(conf, section);

Completed in 216 milliseconds

1234567891011>>