/titanic_52/usr/src/lib/libshare/smbfs/ |
H A D | libshare_smbfs.c | 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 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/gss_mechs/mech_krb5/profile/ |
H A D | prof_set.c | 88 struct profile_node *section, *node; in profile_update_relation() local 140 struct profile_node *section, *node; in profile_clear_relation() local 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 | 154 errcode_t profile_add_node(struct profile_node *section, const char *name, in profile_add_node() argument 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_init.c | 416 profile_get_options_boolean(profile, section, options) in profile_get_options_boolean() argument 462 profile_get_options_string(profile, section, options) in profile_get_options_string() argument [all...] |
/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 140 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() argument 203 ns_parserr2(ns_msg * handle,ns_sect section,int rrnum,ns_rr2 * rr) ns_parserr2() argument [all...] |
/titanic_52/usr/src/lib/libdscfg/common/ |
H A D | cfg.c | 80 char section[CFG_MAX_KEY]; member 230 cfg_get_parser_offset(const char *section) in cfg_get_parser_offset() argument 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/cmd/picl/plugins/sun4u/lw8/fruaccess/ |
H A D | libfruaccess.c | 169 fru_get_sections(container_hdl_t container, section_t *section, in fru_get_sections() argument 189 fru_get_num_segments(section_hdl_t section, door_cred_t *cred) in fru_get_num_segments() argument 207 fru_get_segments(section_hdl_t section, segment_t *segment, int max_segments, in fru_get_segments() argument 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/cmd/dfs.cmds/sharectl/ |
H A D | sharectl.c | 128 char *section, *value, *name; in sc_get() local 322 char *section = NULL; sc_set() local 467 char *section = NULL; sc_delsect() local [all...] |
/titanic_52/usr/src/lib/libsmbfs/smb/ |
H A D | rcfile.c | 496 rc_getstringptr(struct rcfile *rcp, const char *section, const char *key, in rc_getstringptr() argument 525 rc_getstring(struct rcfile *rcp, const char *section, const char *key, in rc_getstring() argument 545 rc_getint(struct rcfile *rcp, const char *section, const char *key, int *value) in rc_getint() argument 581 rc_getbool(struct rcfile * rcp,const char * section,const char * key,int * value) rc_getbool() argument [all...] |
/titanic_52/usr/src/uts/sun4u/io/ |
H A D | rmclomv.c | 616 free_section(rmclomv_cache_section_t *section) in free_section() argument 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/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | libfruaccess.c | 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/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 593 get_section(raw_list_t *rawlist, hash_obj_t *sec_hash, section_t *section) in get_section() argument 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/cmd/ndmpd/tlm/ |
H A D | tlm_backup_reader.c | 244 tlm_acls_t *tlm_acls, int section, tlm_cmd_t *local_commands) in output_xattr_header() argument 349 tlm_acls_t *tlm_acls, int section, tlm_cmd_t *local_commands) in output_file_header() argument 642 int section; /* section o in tlm_output_xattr() local 851 int section = 0; /* section of a huge file */ tlm_output_file() local [all...] |
/titanic_52/usr/src/lib/libfru/libfrupicl/ |
H A D | frupicl.c | 371 find_first_section(picl_nodehdl_t parent, picl_nodehdl_t *section) in find_first_section() argument 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/lib/libfru/libfrupicltree/ |
H A D | frupicltree.c | 382 find_first_section(picl_nodehdl_t parent, picl_nodehdl_t *section) in find_first_section() argument 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/tools/scripts/ |
H A D | wsdiff.py | 726 def extract_elf_section(f, section) : argument 809 def diff_elf_section(f1, f2, section, sh_type) : argument
|
/titanic_52/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, in res_mkupdrec() argument
|
/titanic_52/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access.c | 906 get_section(int fd,hash_obj_t * sec_hash,section_t * section) get_section() argument 1050 fru_get_sections(container_hdl_t container,section_t * section,int maxsec,door_cred_t * cred) fru_get_sections() argument 1113 fru_get_num_segments(section_hdl_t section,door_cred_t * cred) fru_get_num_segments() argument 1149 fru_get_segments(section_hdl_t section,segment_t * segment,int maxseg,door_cred_t * cred) fru_get_segments() argument 1214 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/lib/fruaccess/ |
H A D | fru_access.c | 953 get_section(int fd,hash_obj_t * sec_hash,section_t * section) get_section() argument 1121 fru_get_sections(container_hdl_t container,section_t * section,int maxsec,door_cred_t * cred) fru_get_sections() argument 1185 fru_get_num_segments(section_hdl_t section,door_cred_t * cred) fru_get_num_segments() argument 1221 fru_get_segments(section_hdl_t section,segment_t * segment,int maxseg,door_cred_t * cred) fru_get_segments() argument 1286 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/libresolv2/common/resolv/ |
H A D | res_mkupdate.c | 91 int section, numrrs = 0, counts[ns_s_max]; in res_nmkupdate() local 918 res_mkupdrec(int section,const char * dname,u_int class,u_int type,u_long ttl) res_mkupdrec() argument [all...] |
/titanic_52/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 163 #define SECTION_OFFSET(section) \ argument 166 #define SECTION_OFFSET(section) \ argument [all...] |
/titanic_52/usr/src/lib/krb5/kdb/ |
H A D | kdb5.c | 612 char *section = NULL; in krb5_db_open() local 667 char *section in krb5_db_create() local 740 char *section = NULL; krb5_db_destroy() local 1981 char *section = NULL; krb5_db_promote() local [all...] |
/titanic_52/usr/src/lib/libdwarf/common/ |
H A D | dwarf_init_finish.c | 509 struct Dwarf_Section_s *section, in _dwarf_load_section() argument [all...] |
/titanic_52/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | fmt.c | 68 int section; member
|
/titanic_52/usr/src/cmd/ast/libast/sparcv9/ |
H A D | conftab.h | 75 short section; member
|