/illumos-gate/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_solaris.c | 36 __profile_iter_name_value(profile_t profile, char *section, char *key, argument 46 hierarchy[0] = section; 362 * where name is the name in the realm section requested 668 * Note: the function removes the matching realm in the realms section, 734 * Note: if the section does not exist one will be created 769 * 2 realm in realms section is in lower-case (val returns realm) 770 * 3 default realm is not found in realms section 773 * 5 no realm found in realms section 775 * in the realms section (val returns realm name)
|
H A D | prof_tree.c | 15 * Each node may represent either a relation or a section header. 17 * A section header must have its value field set to 0, and may a one 152 * Add a node to a particular section 154 errcode_t profile_add_node(struct profile_node *section, const char *name, argument 160 CHECK_MAGIC(section); 162 if (section->value) 170 for (p=section->first_child, last = 0; p; last = p, p = p->next) { 179 new->group_level = section->group_level+1; 181 new->parent = section; 189 section 248 profile_find_node(struct profile_node *section, const char *name, const char *value, int section_flag, void **state, struct profile_node **node) argument 322 profile_find_node_relation(struct profile_node *section, const char *name, void **state, char **ret_name, char **value) argument 354 profile_find_node_subsection(struct profile_node *section, const char *name, void **state, char **ret_name, struct profile_node **subsection) argument 382 profile_get_node_parent(struct profile_node *section, struct profile_node **parent) argument 464 struct profile_node *section, *p; local [all...] |
/illumos-gate/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...] |
/illumos-gate/usr/src/lib/libresolv2/common/sunw/ |
H A D | sunw_updrec.c | 218 res_mkupdrec(int section, const char *dname, uint_t class, uint_t type, argument 224 n = __ISC_res_mkupdrec(section, dname, class, type, ttl);
|
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | plugin.c | 572 * sa_proto_delete_section(proto, section) 574 * Remove the specified section from the protocol specific legacy files, 579 sa_proto_delete_section(char *proto, char *section) argument 586 ret = ops->sa_delete_proto_section(section);
|
/illumos-gate/usr/src/lib/libshare/smbfs/ |
H A D | libshare_smbfs.c | 149 { "section", NULL, PROTO_OPT_SECTION, 193 range_check_validator(int index, char *section, char *value) argument 218 string_length_check_validator(int index, char *section, char *value) argument 236 yes_no_validator(int index, char *section, char *value) argument 255 ip_address_validator(int index, char *section, char *value) argument 271 minauth_validator(int index, char *section, char *value) argument 289 signing_validator(int index, char *section, char *value) argument 305 password_validator(int index, char *section, char *value) argument 338 * Load the persistent settings from SMF. Each section is an SMF 339 * property group with an "S-" prefix and a UUID, and the section 426 char *section = smbclnt_proto_options[PROTO_OPT_SECTION].value; local 595 smbfs_validate_proto_prop(int index, char *section, char *name, char *value) argument 611 smbfs_save_property(int index, char *section, char *value) argument 643 char *section; local 696 smbfs_delete_section(char *section) argument [all...] |
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | fmt.c | 68 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;
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/ |
H A D | libfruaccess.c | 57 int fru_get_sections(container_hdl_t container, section_t *section, 59 int fru_get_num_segments(section_hdl_t section, door_cred_t *cred); 60 int fru_get_segments(section_hdl_t section, segment_t *segment, 62 int fru_add_segment(section_hdl_t section, segment_t *segment, 169 fru_get_sections(container_hdl_t container, section_t *section, argument 180 sections.frus = section; 189 fru_get_num_segments(section_hdl_t section, door_cred_t *cred) argument 197 numsegments.hdl = section; 207 fru_get_segments(section_hdl_t section, segment_t *segment, int max_segments, argument 216 segments.fru_hdl = section; 227 fru_add_segment(section_hdl_t section, segment_t *segment, section_hdl_t *newsection, door_cred_t *cred) argument [all...] |
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.h | 67 char *section; member in struct:binding_bucket 105 Elf64_Dyn *dynsect; /* pointer to 64 bit dynamic section */ 109 Elf32_Dyn *dynsect; /* ptr to 64 bit dynamic section */
|
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_init_finish.c | 88 /* Unifies the basic duplicate/empty testing and section 103 /* Allow empty section. */ 106 /* Know no reason to allow section */ 137 either a .debug_info or a .debug_frame section. If 142 that have only a .debug_frame section for exception 503 Load the ELF section with the specified index and set the 509 struct Dwarf_Section_s *section, 516 /* check to see if the section is already loaded */ 517 if (section->dss_data != NULL) { 522 o->object, section 508 _dwarf_load_section(Dwarf_Debug dbg, struct Dwarf_Section_s *section, Dwarf_Error * error) argument [all...] |
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | conftab.h | 75 short section; member in struct:Conf_s
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | optlib.h | 65 unsigned char section; member in struct:Optpass_s
|
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | conftab.h | 75 short section; member in struct:Conf_s
|
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | conftab.h | 75 short section; member in struct:Conf_s
|
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | conftab.h | 75 short section; member in struct:Conf_s
|
/illumos-gate/usr/src/cmd/dfs.cmds/sharectl/ |
H A D | sharectl.c | 104 ret = gettext("delsect\t<section> <proto>"); 129 char *section, *value, *name; local 176 section = sa_get_property_attr(propsect, 180 * in the SMB client, print the section name. 188 section != NULL ? section : ""); 190 if (section != NULL) 191 sa_free_attr_string(section); 193 /* Display properties for this section */ 224 section 323 char *section = NULL; local 468 char *section = NULL; local [all...] |
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | rcfile.c | 444 "Key '%s' defined before section\n"), buf); 496 rc_getstringptr(struct rcfile *rcp, const char *section, const char *key, argument 506 rsp = rc_findsect(rcp, section); 525 rc_getstring(struct rcfile *rcp, const char *section, const char *key, argument 531 error = rc_getstringptr(rcp, section, key, &value); 536 "line too long for key '%s' in section '%s', max = %d\n"), 537 key, section, maxlen); 545 rc_getint(struct rcfile *rcp, const char *section, const char *key, int *value) argument 553 rsp = rc_findsect(rcp, section); 567 "invalid int value '%s' for key '%s' in section ' 581 rc_getbool(struct rcfile *rcp, const char *section, const char *key, int *value) argument [all...] |
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | place.c | 31 * Map file parsing and input section to output segment mapping. 40 * Each time a section is placed, the function set_addralign() 43 * - if the section is from an external file, check if this is empty or not. 44 * If not, we know the segment this section will belong needs a program 45 * header. (Of course, the program is needed only if this section falls 54 /* A discarded section has no influence on the output */ 59 * If this section has data or will be assigned data 95 * Attach an input section to an output section 99 * osp - Output section descripto 457 char *section; member in struct:split_sec_mapping [all...] |
/illumos-gate/usr/src/lib/libfru/libfruraw/ |
H A D | fruraw.c | 201 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 D | fru_access_impl.h | 59 /* 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:__anon3263 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...] |
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_mkupdate.c | 75 *\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...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access_impl.h | 65 /* section header */ 73 #define READ_ONLY_SECTION 1 /* section is read-only */ 119 /* section header layout */ 121 uint8_t headertag; /* section header tag */ 160 handle_t section_hdl; /* section handle */ 168 /* section hash object */ 171 section_t section; member in struct:__anon1091 172 int num_of_segment; /* in a section */ 181 int num_of_section; /* num of section in container */ 182 struct hash_obj *sec_obj_list; /* points to section object [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access_impl.h | 66 /* section header */ 74 #define READ_ONLY_SECTION 1 /* section is read-only */ 122 /* section header layout */ 124 uint8_t headertag; /* section header tag */ 164 handle_t section_hdl; /* section handle */ 172 /* section hash object */ 175 section_t section; member in struct:__anon1159 177 int num_of_segment; /* in a section */ 185 int num_of_section; /* num of section in container */ 186 struct hash_obj *sec_obj_list; /* points to section object [all...] |
/illumos-gate/usr/src/cmd/krb5/ldap_util/ |
H A D | kdb5_ldap_services.c | 1973 char *section; local 1983 util_context->default_realm, KDB_MODULE_POINTER, NULL, §ion); 1985 if (section == NULL) { 1987 KDB_MODULE_POINTER, NULL, NULL, §ion); 1988 if (section == NULL) { 1999 profile_get_string (util_context->profile, KDB_MODULE_SECTION, section,
|