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

123456

/osnet-11/usr/src/lib/common/amd64/
H A Dcrtn.s41 .section .init,"ax"
48 .section .fini,"ax"
H A Dcrti.s41 .section .init,"ax"
52 .section .fini,"ax"
H A Dcrt1.s46 .section .data
71 .section .text
179 .section .text
187 .section .data
/osnet-11/usr/src/lib/common/sparc/
H A Dcrtn.s43 .section ".init"
51 .section ".fini"
H A Dcrti.s43 .section ".init"
54 .section ".fini"
/osnet-11/usr/src/lib/common/sparcv9/
H A Dcrtn.s41 .section ".init"
49 .section ".fini"
H A Dcrti.s44 .section ".init"
54 .section ".fini"
/osnet-11/usr/src/lib/common/i386/
H A Dcrtn.s42 .section .init,"ax"
51 .section .fini,"ax"
H A Dcrti.s43 .section .init,"ax"
58 .section .fini,"ax"
H A Dcrt1.s44 .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 Dgcrt1.s51 .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 Dns_parse.c80 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 Dprof_set.c88 struct profile_node *section, *node; local
105 section = profile->first_file->data->root;
108 retval = profile_find_node(section, *cpp, 0, 1,
109 &state, &section);
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, &section);
162 retval = profile_find_node(section, *cp
186 struct profile_node *section, *node; local
239 struct profile_node *section; local
[all...]
H A Dprof_tree.c9 * 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 DParseLink.pm44 # 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 DUsage.t18 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 Dcfg.h50 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 Dkbsd.init-i386.S42 .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 Dkbsd.init-x86_64.S40 .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 Drunexe.s38 .section ".text"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpodselect.PL25 # 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 Dfont.c84 /* 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 Dgenmod.sh.in49 @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 Ddl.h76 __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 Dfru_access.h51 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,

Completed in 100 milliseconds

123456