/osnet-11/usr/src/lib/common/amd64/ |
H A D | crtn.s | 41 .section .init,"ax" 48 .section .fini,"ax"
|
H A D | crti.s | 41 .section .init,"ax" 52 .section .fini,"ax"
|
H A D | crt1.s | 46 .section .data 71 .section .text 179 .section .text 187 .section .data
|
/osnet-11/usr/src/lib/common/sparc/ |
H A D | crtn.s | 43 .section ".init" 51 .section ".fini"
|
H A D | crti.s | 43 .section ".init" 54 .section ".fini"
|
/osnet-11/usr/src/lib/common/sparcv9/ |
H A D | crtn.s | 41 .section ".init" 49 .section ".fini"
|
H A D | crti.s | 44 .section ".init" 54 .section ".fini"
|
/osnet-11/usr/src/lib/common/i386/ |
H A D | crtn.s | 42 .section .init,"ax" 51 .section .fini,"ax"
|
H A D | crti.s | 43 .section .init,"ax" 58 .section .fini,"ax"
|
H A D | crt1.s | 44 .section .data 69 .section .text 110 * is registered after the .fini section, it runs before the library 120 .section .data 133 .section .text 190 .section .text 198 .section .data
|
H A D | gcrt1.s | 51 .section .data 69 .section .text 133 * is registered after the .fini section, it runs before the library 143 .section .data 156 .section .text
|
/osnet-11/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_parse.c | 80 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { argument 90 if (section != ns_s_qd) { 140 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { argument 144 /* Make section right. */ 145 tmp = section; 146 if (tmp < 0 || section >= ns_s_max) 148 if (section != handle->_sect) 149 setsection(handle, section); 154 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) 157 setsection(handle, section); 203 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) argument [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_set.c | 88 struct profile_node *section, *node; local 105 section = profile->first_file->data->root; 108 retval = profile_find_node(section, *cpp, 0, 1, 109 &state, §ion); 117 retval = profile_find_node(section, *cpp, old_value, 0, &state, &node); 140 struct profile_node *section, *node; local 151 section = profile->first_file->data->root; 154 retval = profile_find_node(section, *cpp, 0, 1, 155 &state, §ion); 162 retval = profile_find_node(section, *cp 186 struct profile_node *section, *node; local 239 struct profile_node *section; local [all...] |
H A D | prof_tree.c | 9 * Each node may represent either a relation or a section header. 11 * A section header must have its value field set to 0, and may a one 150 * Add a node to a particular section 152 errcode_t profile_add_node(struct profile_node *section, const char *name, argument 158 CHECK_MAGIC(section); 160 if (section->value) 168 for (p=section->first_child, last = 0; p; last = p, p = p->next) { 182 new->group_level = section->group_level+1; 184 new->parent = section; 192 section 251 profile_find_node(struct profile_node *section, const char *name, const char *value, int section_flag, void **state, struct profile_node **node) argument 325 profile_find_node_relation(struct profile_node *section, const char *name, void **state, char **ret_name, char **value) argument 357 profile_find_node_subsection(struct profile_node *section, const char *name, void **state, char **ret_name, struct profile_node **subsection) argument 385 profile_get_node_parent(struct profile_node *section, struct profile_node **parent) argument 467 struct profile_node *section, *p; local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | ParseLink.pm | 44 # Parse the name and section portion of a link into a name and section. 50 # If the whole link is enclosed in quotes, interpret it all as a section 54 # Split into page and section on slash, and then clean up quoting in the 55 # section. If there is no section and the name contains spaces, also 56 # guess that it's an old section link. 57 my ($page, $section) = split (/\s*\/\s*/, $link, 2); 58 $section =~ s/^"\s*(.*?)\s*"$/$1/ if $section; [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
H A D | Usage.t | 18 The SYNOPSIS section is displayed with -verbose >= 0. 76 The SYNOPSIS section is displayed with -verbose >= 0. 79 The OPTIONS section is displayed with -verbose >= 1. 82 The ARGUMENTS section is displayed with -verbose >= 1. 115 The B<SYNOPSIS> section is displayed with -verbose >= 0. 119 Testing Pod::Usage. This section is not displayed with -verbose < 2. 123 The B<OPTIONS> section is displayed with -verbose >= 1. 127 The B<ARGUMENTS> section is displayed with -verbose >= 1.
|
/osnet-11/usr/src/lib/libdscfg/common/ |
H A D | cfg.h | 50 int cfg_find_cstring(CFGFILE *cfg, const char *target, const char *section, 52 int cfg_get_options(CFGFILE *cfg, int section, const char *basekey, 54 int cfg_put_options(CFGFILE *cfg, int section, const char *basekey, 59 int cfg_get_num_entries(CFGFILE *cfg, char *section); 64 int cfg_get_section(CFGFILE *cfg, char ***buf, const char *section); 66 void cfg_rewind(CFGFILE *cfg, int section); 83 #define CFG_SEC_CONF 0 /* configuration section */ 84 #define CFG_SEC_PERS 1 /* persistent section */ 87 int cfg_update_parser_config(CFGFILE *, const char *key, int section); 91 #define CFG_PARSE_CONF 0 /* config section ke [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/tests/boot/ |
H A D | kbsd.init-i386.S | 42 .section ".init", "ax" 106 .section ".fini", "ax" 108 .section ".text", "ax" 110 /* This section is needed for NetBSD to identify the binary. */ 111 .section ".note.netbsd.ident", "a"
|
H A D | kbsd.init-x86_64.S | 40 .section ".init", "ax" 92 .section ".fini", "ax" 94 .section ".text", "ax" 96 /* This section is needed for NetBSD to identify the binary. */ 97 .section ".note.netbsd.ident", "a"
|
/osnet-11/usr/src/lib/brand/shared/brand/sparc/ |
H A D | runexe.s | 38 .section ".text"
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | podselect.PL | 25 # In this section, perl variables will be expanded during extraction. 56 B<podselect> [B<-help>] [B<-man>] [B<-section>S< >I<section-spec>] 71 =item B<-section>S< >I<section-spec> 73 Specify a section to include in the output. 75 for the format to use for I<section-spec>. 89 match one ore more of the given section specifications. If no section
|
/osnet-11/usr/src/grub/grub2/grub-core/font/ |
H A D | font.c | 84 /* The file this section is in. */ 87 /* FOURCC name of the section. */ 90 /* Length of the section contents. */ 226 /* Open the next section in the file. 228 On success, the section name is stored in section->name and the length in 229 section->length, and 0 is returned. On failure, 1 is returned and 232 If 1 is returned due to being at the end of the file, then section->eof is 233 set to 1; otherwise, section->eof is set to 0. */ 235 open_section (grub_file_t file, struct font_file_section *section) argument 376 read_section_as_string(struct font_file_section *section) argument 400 read_section_as_short(struct font_file_section *section, grub_int16_t * value) argument 427 struct font_file_section section; local [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/ |
H A D | genmod.sh.in | 49 @OBJCOPY@ --add-section .modname=$t1 --add-section .moddeps=$t2 $tmpfile 51 @OBJCOPY@ --add-section .modname=$t1 $tmpfile
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | dl.h | 76 __attribute__((section(GRUB_MOD_SECTION(moddeps)), __used__)) = #name 79 __attribute__((section(GRUB_MOD_SECTION(modname)), __used__)) = #name 92 static char grub_module_license[] __attribute__ ((section (GRUB_MOD_SECTION (module_license)), used)) = "LICENSE=" license; 95 __attribute__((section(GRUB_MOD_SECTION(moddeps)), __used__)) = #name 98 .section GRUB_MOD_SECTION(module_license), "a"; \ 117 unsigned section; member in struct:grub_dl_segment
|
/osnet-11/usr/src/lib/libfru/libfruraw/ |
H A D | fru_access.h | 51 section_hdl_t handle; /* for use in operations on section */ 53 uint32_t length; /* length of section in bytes */ 54 uint32_t protection; /* non-zero if section is write-protected */ 55 int32_t version; /* version of section header, or -1 */ 62 char name[SEG_NAME_LEN]; /* from container section header */ 83 int fru_get_sections(container_hdl_t container, section_t *section, 85 int fru_get_num_segments(section_hdl_t section, door_cred_t *rarg); 86 int fru_get_segments(section_hdl_t section, segment_t *segment, 88 int fru_add_segment(section_hdl_t section, segment_t *segment,
|