/titanic_52/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | shdr.msg | 47 section header [0]: Header [0] is used for \ 48 extended section and program headers by the ehdr \ 78 Interpret the sec argument as a section index rather than\n\ 79 as a section name. section can be one of the well known SHN_\n\ 83 Interpret the sec argument as a section type rather than\n\ 84 as a section name. section can be one of the well known SHT_\n\ 92 Interpret the value argument as a section name rather than\n\ 93 as an integer. The index of the first section wit [all...] |
H A D | dyn.msg | 57 @ MSG_DEBUG_NULLTERM "[%d: %s][%d]: ELF warning: dynamic section is \ 66 @ MSG_ERR_NODTELT "[%d: %s]: Dynamic section does not contain tag: %s\n" 67 @ MSG_ERR_NOEXTRANULL "[%d: %s]: Dynamic section does not have room to add \ 103 dynamic section that has the specified tag type, creating\n\ 119 section, rather than as a DT_ tag value.\n" 137 dynamic section that has the specified tag value will be used.\n\ 142 as a simple integer index into the dynamic section.\n" 151 Element within dynamic section. By default, this is a tag\n\ 157 direct numeric index into the dynamic section.\n" 160 Value to set for specified dynamic section elemen [all...] |
H A D | ehdr.msg | 47 @ MSG_DEBUG_NOTSTRTAB "ehdr.%s: ELF warning: section is not a \ 87 Interpret the sec argument as a section index rather than\n\ 88 as a section name. section can be one of the well known SHN_\n\ 92 Interpret the sec argument as a section type rather than\n\ 93 as a section name. section can be one of the well known SHT_\n\ 130 New value for section header table's file offset.\n" 148 New value for size of one entry in the file's section header table,\n\ 152 New value for number of entries in the section heade [all...] |
/titanic_52/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_set.c | 88 struct profile_node *section, *node; in profile_update_relation() local 105 section = profile->first_file->data->root; in profile_update_relation() 108 retval = profile_find_node(section, *cpp, 0, 1, in profile_update_relation() 109 &state, §ion); in profile_update_relation() 117 retval = profile_find_node(section, *cpp, old_value, 0, &state, &node); in profile_update_relation() 140 struct profile_node *section, *node; in profile_clear_relation() local 151 section = profile->first_file->data->root; in profile_clear_relation() 154 retval = profile_find_node(section, *cpp, 0, 1, in profile_clear_relation() 155 &state, §ion); in profile_clear_relation() 162 retval = profile_find_node(section, *cp in profile_clear_relation() 186 struct profile_node *section, *node; profile_rename_section() local 239 struct profile_node *section; profile_add_relation() local [all...] |
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, in profile_add_node() argument 160 CHECK_MAGIC(section); in profile_add_node() 162 if (section->value) in profile_add_node() 170 for (p=section->first_child, last = 0; p; last = p, p = p->next) { in profile_add_node() 179 new->group_level = section->group_level+1; in profile_add_node() 181 new->parent = section; in profile_add_node() 189 section in profile_add_node() 248 profile_find_node(struct profile_node * section,const char * name,const char * value,int section_flag,void ** state,struct profile_node ** node) profile_find_node() argument 322 profile_find_node_relation(struct profile_node * section,const char * name,void ** state,char ** ret_name,char ** value) profile_find_node_relation() argument 354 profile_find_node_subsection(struct profile_node * section,const char * name,void ** state,char ** ret_name,struct profile_node ** subsection) profile_find_node_subsection() argument 382 profile_get_node_parent(struct profile_node * section,struct profile_node ** parent) profile_get_node_parent() argument 464 struct profile_node *section, *p; profile_node_iterator() local [all...] |
H A D | prof_int.h | 162 (struct profile_node *section, 179 (struct profile_node *section, 185 (struct profile_node *section, 190 (struct profile_node *section, 195 (struct profile_node *section, 199 (struct profile_node *section, const char *name); 202 (struct profile_node *section, void **state,
|
/titanic_52/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) { in ns_skiprr() argument 90 if (section != ns_s_qd) { in ns_skiprr() 140 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() argument 144 /* Make section right. */ in ns_parserr() 145 tmp = section; in ns_parserr() 146 if (tmp < 0 || section >= ns_s_max) in ns_parserr() 148 if (section != handle->_sect) in ns_parserr() 149 setsection(handle, section); in ns_parserr() 154 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr() 157 setsection(handle, section); in ns_parserr() 203 ns_parserr2(ns_msg * handle,ns_sect section,int rrnum,ns_rr2 * rr) ns_parserr2() argument [all...] |
/titanic_52/usr/src/uts/sun4u/io/ |
H A D | rmclomv.c | 99 static int get_sensor_by_name(const rmclomv_cache_section_t *section, 101 static int validate_section_entry(rmclomv_cache_section_t *section, 103 static int add_names_to_section(rmclomv_cache_section_t *section); 104 static void free_section(rmclomv_cache_section_t *section); 106 rmclomv_cache_section_t *section); 597 * Create a cache section structure 616 free_section(rmclomv_cache_section_t *section) in free_section() argument 618 size_t len = section->section_len; in free_section() 619 kmem_free(section, len); in free_section() 623 * adds supplied section t 627 add_section(rmclomv_cache_section_t ** head,rmclomv_cache_section_t * section) add_section() argument 719 get_sensor_by_name(const rmclomv_cache_section_t * section,const char * name,int * index) get_sensor_by_name() argument 1301 validate_section_entry(rmclomv_cache_section_t * section,int index) validate_section_entry() argument 1358 add_names_to_section(rmclomv_cache_section_t * section) add_names_to_section() argument 1616 rmclomv_cache_section_t *section; refresh_name_cache() local 1833 rmclomv_cache_section_t *section; do_psu_cmd() local 1986 rmclomv_cache_section_t *section; rmclomv_ioctl() local 3447 rmclomv_cache_section_t *section; rmclomv_alarm_get() local 3513 rmclomv_cache_section_t *section; rmclomv_alarm_set() local [all...] |
/titanic_52/usr/src/cmd/dfs.cmds/sharectl/ |
H A D | sharectl.c | 112 ret = gettext("delsect [-h] section proto"); in sc_get_usage() 128 char *section, *value, *name; in sc_get() local 175 section = sa_get_property_attr(propsect, in sc_get() 179 * in the SMB client, print the section name. in sc_get() 187 section != NULL ? section : ""); in sc_get() 189 if (section != NULL) in sc_get() 190 sa_free_attr_string(section); in sc_get() 192 /* Display properties for this section */ in sc_get() 223 section in sc_get() 322 char *section = NULL; sc_set() local 467 char *section = NULL; sc_delsect() local [all...] |
/titanic_52/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.msg | 38 @ MSG_USAGE_DETAIL1 "\t[-c]\t\tdump section header information\n" 40 @ MSG_USAGE_DETAIL3 "\t[-d]\t\tdump the contents of the .dynamic section\n" 43 @ MSG_USAGE_DETAIL6 "\t[-G]\t\tdump the contents of the .got section\n" 44 @ MSG_USAGE_DETAIL7 "\t[-h]\t\tdump the contents of the .hash section\n" 45 @ MSG_USAGE_DETAIL8 "\t[-H]\t\tdump the contents of the .SUNW_cap section\n" 46 @ MSG_USAGE_DETAIL9 "\t[-i]\t\tdump the contents of the .interp section\n" 48 @ MSG_USAGE_DETAIL11 "\t[-l]\t\tdump with no truncated section names\n" 51 section\n" 52 @ MSG_USAGE_DETAIL14 "\t[-n]\t\tdump the contents of the .note section\n" 56 section header [all...] |
/titanic_52/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) in range_check_validator() argument 218 string_length_check_validator(int index, char *section, char *value) in string_length_check_validator() argument 236 yes_no_validator(int index, char *section, char *value) in yes_no_validator() argument 255 ip_address_validator(int index, char *section, char *value) in ip_address_validator() argument 271 minauth_validator(int index, char *section, char *value) in minauth_validator() argument 289 signing_validator(int index, char *section, char *value) in signing_validator() argument 305 password_validator(int index, char *section, char *value) in password_validator() 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; smbfs_save_propset() local 595 smbfs_validate_proto_prop(int index,char * section,char * name,char * value) smbfs_validate_proto_prop() argument 611 smbfs_save_property(int index,char * section,char * value) smbfs_save_property() argument 643 char *section; smbfs_set_proto_prop() local 696 smbfs_delete_section(char * section) smbfs_delete_section() argument [all...] |
/titanic_52/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...] |
H A D | cfg.c | 69 /* parser tree for config section */ 80 char section[CFG_MAX_KEY]; member 112 printf(gettext("Parser section:\n" in dump_status() 116 printf(gettext("Config section:\n" in dump_status() 224 * section of the parser.. 230 cfg_get_parser_offset(const char *section) in cfg_get_parser_offset() argument 240 if (strcmp(chead[i].tag.l_word, section) == 0) in cfg_get_parser_offset() 250 "cfg_get_parser_offset: section not found"); in cfg_get_parser_offset() 384 * key determines section and value 397 char *section; in cfg_get_cstring() local 549 cfg_find_cstring(CFGFILE * cfg,const char * target,const char * section,int numflds,...) cfg_find_cstring() argument 693 char *section; cfg_put_cstring() local 1149 cfg_get_options(CFGFILE * cfg,int section,const char * basekey,char * tag,int tag_len,char * val,int val_len) cfg_get_options() argument 1203 cfg_put_options(CFGFILE * cfg,int section,const char * basekey,char * tag,char * val) cfg_put_options() argument 1311 cfg_get_single_option(CFGFILE * cfg,int section,const char * basekey,char * tag,char * val,int val_len) cfg_get_single_option() argument 1393 cfg_del_option(CFGFILE * cfg,int section,const char * basekey,char * tag) cfg_del_option() argument 2080 int section; cfg_commit() local 2241 cfg_rewind(CFGFILE * cfg,int section) cfg_rewind() argument 2367 cfg_update_parser_config(CFGFILE * cfg,const char * key,int section) cfg_update_parser_config() argument 2667 int section = 0; cfg_replace_lists() local 3095 cfg_get_num_entries(CFGFILE * cfg,char * section) cfg_get_num_entries() argument 3128 cfg_get_section(CFGFILE * cfg,char *** list,const char * section) cfg_get_section() argument 3331 cfg_get_srtdsec(CFGFILE * cfg,char *** list,const char * section,const char * field) cfg_get_srtdsec() argument 3467 cfg_free_section(char *** section,int size) cfg_free_section() argument [all...] |
/titanic_52/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | conf.sh | 201 shift; section=$1 270 *VERSION*)key=${standard}${section} ;; 290 eval CONF_section_${key}='$'section 309 eval section=\"'$'CONF_section_$key\" 316 printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script:+$sp$ob$script$nl$cb}" 405 section= 456 section=$standard 460 eval `echo $standard | sed 's,\(.*\)\([0123456789]*\),standard=\1 section=\2,'` 505 part=$section 506 case $section i [all...] |
/titanic_52/usr/src/cmd/sgs/test/ld/x64/tls/ie/ |
H A D | style1-main.s | 16 .section .rodata.str1.1,"aMS",@progbits,1 42 .section .rodata.str1.1 45 .section .tdata,"awT",@progbits 52 .section .rodata.str1.1 55 .section .tdata
|
/titanic_52/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | libfruaccess.c | 35 #pragma init(initialize_fruaccess) /* .init section */ 249 /* called to allocate section hash object */ 357 /* called to add section object list into the section list */ 447 /* create fake section info here */ in initialize_ipmi_container() 449 sec_hash_obj->u.sec_obj->section.handle = sec_hash_obj->obj_hdl; in initialize_ipmi_container() 450 sec_hash_obj->u.sec_obj->section.offset = 0; in initialize_ipmi_container() 451 sec_hash_obj->u.sec_obj->section.protection = READ_ONLY_SECTION; in initialize_ipmi_container() 453 sec_hash_obj->u.sec_obj->section.length = STATIC_LENGTH; in initialize_ipmi_container() 454 sec_hash_obj->u.sec_obj->section in initialize_ipmi_container() 529 ipmi_fru_get_sections(container_hdl_t container,section_t * section,int max_sections,door_cred_t * cred) ipmi_fru_get_sections() argument 562 ipmi_fru_get_num_segments(section_hdl_t section,door_cred_t * cred) ipmi_fru_get_num_segments() argument 575 ipmi_fru_get_segments(section_hdl_t section,segment_t * segment,int max_segments,door_cred_t * cred) ipmi_fru_get_segments() argument 705 ipmi_fru_add_segment(section_hdl_t section,segment_t * segment,section_hdl_t * newsection,door_cred_t * cred) ipmi_fru_add_segment() argument 1371 get_section(int fd,hash_obj_t * sec_hash,section_t * section) get_section() argument 1493 sun_fru_get_sections(container_hdl_t container,section_t * section,int maxsec,door_cred_t * cred) sun_fru_get_sections() argument 1549 sun_fru_get_num_segments(section_hdl_t section,door_cred_t * cred) sun_fru_get_num_segments() argument 1584 sun_fru_get_segments(section_hdl_t section,segment_t * segment,int maxseg,door_cred_t * cred) sun_fru_get_segments() argument 1647 sun_fru_add_segment(section_hdl_t section,segment_t * segment,section_hdl_t * newsection,door_cred_t * cred) sun_fru_add_segment() argument 3181 fru_get_sections(container_hdl_t container,section_t * section,int max_sections,door_cred_t * cred) fru_get_sections() argument 3200 fru_get_num_segments(section_hdl_t section,door_cred_t * rarg) fru_get_num_segments() argument 3218 fru_get_segments(section_hdl_t section,segment_t * segment,int max_segments,door_cred_t * rarg) fru_get_segments() argument 3236 fru_add_segment(section_hdl_t section,segment_t * segment,section_hdl_t * newsection,door_cred_t * cred) fru_add_segment() argument [all...] |
/titanic_52/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, in fru_get_sections() argument 180 sections.frus = section; in fru_get_sections() 189 fru_get_num_segments(section_hdl_t section, door_cred_t *cred) in fru_get_num_segments() argument 197 numsegments.hdl = section; in fru_get_num_segments() 207 fru_get_segments(section_hdl_t section, segment_t *segment, int max_segments, in fru_get_segments() argument 216 segments.fru_hdl = section; in fru_get_segments() 227 fru_add_segment(section_hdl_t section,segment_t * segment,section_hdl_t * newsection,door_cred_t * cred) fru_add_segment() argument [all...] |
/titanic_52/usr/src/lib/libfru/libfruraw/ |
H A D | raw_access.c | 510 fru_get_segments(section_hdl_t section, segment_t *segment, int maxseg, in fru_get_segments() argument 518 sec_object = lookup_handle_object(section, SECTION_TYPE); in fru_get_segments() 593 get_section(raw_list_t *rawlist, hash_obj_t *sec_hash, section_t *section) in get_section() argument 612 section->handle = sec_hash->obj_hdl; in get_section() 613 section->offset = sec_obj->section.offset; in get_section() 614 section->length = sec_obj->section.length; in get_section() 615 section->protection = sec_obj->section in get_section() 698 fru_get_sections(container_hdl_t container,section_t * section,int maxsec,door_cred_t * cred) fru_get_sections() argument 947 fru_get_num_segments(section_hdl_t section,door_cred_t * cred) fru_get_num_segments() argument [all...] |
/titanic_52/usr/src/uts/sparc/sys/ |
H A D | asm_linkage.h | 58 * Symbolic section definitions. 156 .section ".text"; \ 165 .section ".text"; \ 172 .section ".text"; \ 182 .section ".text"; \ 192 .section ".text"; \ 221 .section ".data"; \ 228 .section ".data"; \
|
/titanic_52/usr/src/cmd/sgs/libld/common/ |
H A D | libld.msg | 189 .init section should\n\ 190 \t\t\tbe executed before the .init section of any \ 216 @ MSG_ARG_DETAIL_ZNLD "\t[-z noldynsym]\tdo not add a .SUNW_ldynsym section\n" 261 @ MSG_GRP_INVALNDX "file %s: group section [%u]%s: entry %d: \ 262 invalid section index: %d" 272 @ MSG_REL_NULL "relocation error: file %s: section [%u]%s: \ 274 @ MSG_REL_NOTSUP "relocation error: %s: file %s: section [%u]%s: \ 291 @ MSG_REL_UNKNWSYM "relocation error: %s: file %s: section [%u]%s: \ 296 @ MSG_REL_INVALOFFSET "relocation error: %s: file %s section [%u]%s: \ 298 @ MSG_REL_INVALRELT "relocation error: file %s: section [ [all...] |
/titanic_52/usr/src/grub/grub-0.97/docs/ |
H A D | Makefile.am | 42 --section=8 --output=$@ $< 47 --section=8 --output=$@ $< 52 --section=1 --output=$@ $< 58 --section=8 --output=$@ $< 64 --section=8 --output=$@ $<
|
/titanic_52/usr/src/lib/libfru/libfrupicl/ |
H A D | frupicl.c | 345 /* find the next section or return NODENOTFOUND */ 364 /* is a section */ in find_next_section() 369 /* find the first section or return NODENOTFOUND */ 371 find_first_section(picl_nodehdl_t parent, picl_nodehdl_t *section) in find_first_section() argument 383 *section = rc_section; in find_first_section() 388 /* is a section */ in find_first_section() 389 return (find_next_section(rc_section, section)); in find_first_section() 396 * section this was found in.) 449 /* get the HW protections of this section. */ in get_segment_node() 480 * For the section handl 484 add_segs_for_section(picl_nodehdl_t section,fru_strlist_t * list) add_segs_for_section() argument 631 picl_nodehdl_t section; fpt_add_seg() local 958 section, segment; fpt_for_each_segment() local [all...] |
/titanic_52/usr/src/cmd/sgs/libconv/common/ |
H A D | bld_vernote.ksh | 55 .section ".note" 67 .section ".rodata", #alloc 85 .section .note 97 .section .rodata, "a"
|
/titanic_52/usr/src/lib/libfru/libfrupicltree/ |
H A D | frupicltree.c | 356 /* find the next section or return NODENOTFOUND */ 375 /* is a section */ in find_next_section() 380 /* find the first section or return NODENOTFOUND */ 382 find_first_section(picl_nodehdl_t parent, picl_nodehdl_t *section) in find_first_section() argument 394 *section = rc_section; in find_first_section() 399 /* is a section */ in find_first_section() 400 return (find_next_section(rc_section, section)); in find_first_section() 407 * section this was found in.) 460 /* get the HW protections of this section. */ in get_segment_node() 491 * For the section handl 495 add_segs_for_section(picl_nodehdl_t section,fru_strlist_t * list) add_segs_for_section() argument 642 picl_nodehdl_t section; fpt_add_seg() local 970 section, segment; fpt_for_each_segment() local [all...] |
/titanic_52/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 604 @ MSG_REL_GENERATE "generating input relocations: section=%s" 605 @ MSG_REL_COLLECT "collecting input relocations: section=%s, file=%s" 618 @ MSG_REL_TRANSITION "relocation: %s: section=%s; input from file=%s; \ 620 @ MSG_REL_DISCARDED "relocation against discarded section=%s from file=%s; \ 624 section; relocation redirected to section %s in \ 633 # Elf Data (section) messages 647 @ MSG_EDATA_IGNSCN " (section ignored)" 790 @ MSG_MAP_OS_ORDER "output section ordering; line=%llu; segment=%s \ 791 section [all...] |