Searched defs:section (Results 1 - 25 of 32) sorted by relevance

12

/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_solaris.c38 * If key is NULL then all entries in the section specified are returned.
46 k5_profile_iter_name_value(profile_t profile, char *section, char *key, argument
56 hierarchy[0] = section;
396 * where name is the name in the realm section requested
701 * Note: the function removes the matching realm in the realms section,
764 * Note: if the section does not exist one will be created
806 * realm in realms section differs in case from the realm specified
809 * default realm is not found in realms section
815 * no realm found in realms section
831 * realm name specified is not found in realms section
[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/Perldoc/
H A DToNroff.pm25 sub section { shift->_perldoc_elem('section' , @_) } subroutine
67 fixeditalic, fixedbolditalic, quotes, release, section
H A DToMan.pm31 sub section { shift->_perldoc_elem('section' , @_) } subroutine
142 fixeditalic, fixedbolditalic, quotes, release, section
/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/libresolv2/common/sunw/
H A Dsunw_updrec.c218 res_mkupdrec(int section, const char *dname, uint_t class, uint_t type, argument
224 n = __ISC_res_mkupdrec(section, dname, class, type, ttl);
/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/libcmd/common/
H A Dfmt.c68 int section; member in struct:Fmt_s
376 fp->section = 0;
408 fp->section = 1;
418 else if (fp->section)
430 fp->section = 0;
458 fp->section = 0;
477 fp->section = 0;
482 fp->section = 0;
583 fmt.section = 1;
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dconftab.h75 short section; member in struct:Conf_s
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptlib.h65 char section[4]; member in struct:Optpass_s
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dconftab.h75 short section; member in struct:Conf_s
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dconftab.h75 short section; member in struct:Conf_s
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dconftab.h75 short section; member in struct:Conf_s
/osnet-11/usr/src/grub/grub2/include/grub/efiemu/
H A Defiemu.h138 unsigned section; member in struct:grub_efiemu_segment
150 unsigned section; member in struct:grub_efiemu_elf_sym
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c75 *\li -3 if zone section is not the first section in
76 * the linked list, or section order has a problem
91 int section, numrrs = 0, counts[ns_s_max]; local
123 section = rrecp->r_section;
124 if (section < 0 || section >= ns_s_max)
126 counts[section]++;
127 for (i = section + 1; i < ns_s_max; i++)
134 if (section
918 res_mkupdrec(int section, const char *dname, u_int class, u_int type, u_long ttl) argument
[all...]
H A Dres_debug.c170 ns_msg *handle, ns_sect section,
195 if (ns_parserr(handle, section, rrnum, &rr)) {
206 p_section(section, opcode));
207 if (section == ns_s_qd)
212 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) {
650 p_section(int section, int opcode) { argument
661 return (sym_ntos(symbols, section, (int *)0));
169 do_section(const res_state statp, ns_msg *handle, ns_sect section, int pflag, FILE *file) argument
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h59 /* section header */
67 #define READ_ONLY_SECTION 1 /* section is read-only */
116 /* section header layout */
118 uint8_t headertag; /* section header tag */
158 handle_t section_hdl; /* section handle */
166 /* section hash object */
169 section_t section; member in struct:__anon1686
171 int num_of_segment; /* in a section */
179 int num_of_section; /* num of section in container */
180 struct hash_obj *sec_obj_list; /* points to section object
[all...]
H A Dfruraw.c201 add_segs_for_section(section_t *section, fru_strlist_t *list) argument
207 int num_segment = fru_get_num_segments(section->handle, NULL);
219 acc_err = fru_get_segments(section->handle, segs, num_segment, NULL);
H A Draw_access.c510 fru_get_segments(section_hdl_t section, segment_t *segment, int maxseg, argument
518 sec_object = lookup_handle_object(section, SECTION_TYPE);
593 get_section(raw_list_t *rawlist, hash_obj_t *sec_hash, section_t *section) argument
612 section->handle = sec_hash->obj_hdl;
613 section->offset = sec_obj->section.offset;
614 section->length = sec_obj->section.length;
615 section->protection = sec_obj->section
698 fru_get_sections(container_hdl_t container, section_t *section, int maxsec, door_cred_t *cred) argument
947 fru_get_num_segments(section_hdl_t section, door_cred_t *cred) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c209 /* Search the mods section from the PE32/PE32+ image. This code uses
218 struct grub_pe32_section_table *section; local
233 for (i = 0, section = sections;
235 i++, section++)
237 if (grub_strcmp (section->name, "mods") == 0)
245 + section->virtual_address);
/osnet-11/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c345 /* find the next section or return NODENOTFOUND */
364 /* is a section */
369 /* find the first section or return NODENOTFOUND */
371 find_first_section(picl_nodehdl_t parent, picl_nodehdl_t *section) argument
383 *section = rc_section;
388 /* is a section */
389 return (find_next_section(rc_section, section));
396 * section this was found in.)
449 /* get the HW protections of this section. */
480 * For the section handl
484 add_segs_for_section(picl_nodehdl_t section, fru_strlist_t *list) argument
631 picl_nodehdl_t section; local
958 section, segment; local
[all...]
/osnet-11/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c356 /* find the next section or return NODENOTFOUND */
375 /* is a section */
380 /* find the first section or return NODENOTFOUND */
382 find_first_section(picl_nodehdl_t parent, picl_nodehdl_t *section) argument
394 *section = rc_section;
399 /* is a section */
400 return (find_next_section(rc_section, section));
407 * section this was found in.)
460 /* get the HW protections of this section. */
491 * For the section handl
495 add_segs_for_section(picl_nodehdl_t section, fru_strlist_t *list) argument
642 picl_nodehdl_t section; local
970 section, segment; local
[all...]
/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/include/grub/efi/
H A Dpe32.h294 grub_uint16_t section; member in struct:grub_pe32_symbol

Completed in 83 milliseconds

12