Home
last modified time | relevance | path

Searched defs:section (Results 1 – 25 of 56) sorted by relevance

123

/titanic_50/usr/src/lib/libshare/smbfs/
H A Dlibshare_smbfs.c193 range_check_validator(int index, char *section, char *value) in range_check_validator()
218 string_length_check_validator(int index, char *section, char *value) in string_length_check_validator()
236 yes_no_validator(int index, char *section, char *value) in yes_no_validator()
255 ip_address_validator(int index, char *section, char *value) in ip_address_validator()
271 minauth_validator(int index, char *section, char *value) in minauth_validator()
289 signing_validator(int index, char *section, char *value) in signing_validator()
305 password_validator(int index, char *section, char *value) in password_validator()
426 char *section = smbclnt_proto_options[PROTO_OPT_SECTION].value; in smbfs_save_propset() local
595 smbfs_validate_proto_prop(int index, char *section, char *name, char *value) in smbfs_validate_proto_prop()
611 smbfs_save_property(int index, char *section, char *value) in smbfs_save_property()
[all …]
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_set.c88 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; in profile_rename_section() local
239 struct profile_node *section; in profile_add_relation() local
H A Dprof_tree.c154 errcode_t profile_add_node(struct profile_node *section, const char *name, in profile_add_node()
248 errcode_t profile_find_node(struct profile_node *section, const char *name, in profile_find_node()
322 errcode_t profile_find_node_relation(struct profile_node *section, in profile_find_node_relation()
354 errcode_t profile_find_node_subsection(struct profile_node *section, in profile_find_node_subsection()
382 errcode_t profile_get_node_parent(struct profile_node *section, in profile_get_node_parent()
464 struct profile_node *section, *p; in profile_node_iterator() local
H A Dprof_init.c416 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
/titanic_50/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) { in ns_skiprr()
140 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr()
203 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2()
/titanic_50/usr/src/lib/libdscfg/common/
H A Dcfg.c80 char section[CFG_MAX_KEY]; member
230 cfg_get_parser_offset(const char *section) in cfg_get_parser_offset()
397 char *section; in cfg_get_cstring() local
549 const char *section, int numflds, ...) { in cfg_find_cstring()
693 char *section; in cfg_put_cstring() local
1149 cfg_get_options(CFGFILE *cfg, int section, const char *basekey, char *tag, in cfg_get_options()
1203 cfg_put_options(CFGFILE *cfg, int section, const char *basekey, char *tag, in cfg_put_options()
1311 cfg_get_single_option(CFGFILE *cfg, int section, const char *basekey, char *tag, in cfg_get_single_option()
1393 cfg_del_option(CFGFILE *cfg, int section, const char *basekey, char *tag) in cfg_del_option()
2080 int section; in cfg_commit() local
[all …]
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c169 fru_get_sections(container_hdl_t container, section_t *section, in fru_get_sections()
189 fru_get_num_segments(section_hdl_t section, door_cred_t *cred) in fru_get_num_segments()
207 fru_get_segments(section_hdl_t section, segment_t *segment, int max_segments, in fru_get_segments()
227 fru_add_segment(section_hdl_t section, segment_t *segment, in fru_add_segment()
/titanic_50/usr/src/cmd/dfs.cmds/sharectl/
H A Dsharectl.c128 char *section, *value, *name; in sc_get() local
322 char *section = NULL; in sc_set() local
467 char *section = NULL; in sc_delsect() local
/titanic_50/usr/src/lib/libsmbfs/smb/
H A Drcfile.c496 rc_getstringptr(struct rcfile *rcp, const char *section, const char *key, in rc_getstringptr()
525 rc_getstring(struct rcfile *rcp, const char *section, const char *key, in rc_getstring()
545 rc_getint(struct rcfile *rcp, const char *section, const char *key, int *value) in rc_getint()
581 rc_getbool(struct rcfile *rcp, const char *section, const char *key, int *value) in rc_getbool()
/titanic_50/usr/src/uts/sun4u/io/
H A Drmclomv.c616 free_section(rmclomv_cache_section_t *section) in free_section()
627 add_section(rmclomv_cache_section_t **head, rmclomv_cache_section_t *section) in add_section()
719 get_sensor_by_name(const rmclomv_cache_section_t *section, in get_sensor_by_name()
1301 validate_section_entry(rmclomv_cache_section_t *section, int index) in validate_section_entry()
1358 add_names_to_section(rmclomv_cache_section_t *section) in add_names_to_section()
1616 rmclomv_cache_section_t *section; in refresh_name_cache() local
1833 rmclomv_cache_section_t *section; in do_psu_cmd() local
1986 rmclomv_cache_section_t *section; in rmclomv_ioctl() local
3447 rmclomv_cache_section_t *section; in rmclomv_alarm_get() local
3513 rmclomv_cache_section_t *section; in rmclomv_alarm_set() local
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c529 ipmi_fru_get_sections(container_hdl_t container, section_t *section, in ipmi_fru_get_sections()
562 ipmi_fru_get_num_segments(section_hdl_t section, door_cred_t *cred) in ipmi_fru_get_num_segments()
575 ipmi_fru_get_segments(section_hdl_t section, segment_t *segment, in ipmi_fru_get_segments()
705 ipmi_fru_add_segment(section_hdl_t section, segment_t *segment, in ipmi_fru_add_segment()
1371 get_section(int fd, hash_obj_t *sec_hash, section_t *section) in get_section()
1493 sun_fru_get_sections(container_hdl_t container, section_t *section, int maxsec, in sun_fru_get_sections()
1549 sun_fru_get_num_segments(section_hdl_t section, door_cred_t *cred) in sun_fru_get_num_segments()
1584 sun_fru_get_segments(section_hdl_t section, segment_t *segment, int maxseg, in sun_fru_get_segments()
1647 sun_fru_add_segment(section_hdl_t section, segment_t *segment, in sun_fru_add_segment()
3181 fru_get_sections(container_hdl_t container, section_t *section, in fru_get_sections()
[all …]
/titanic_50/usr/src/lib/libfru/libfruraw/
H A Draw_access.c510 fru_get_segments(section_hdl_t section, segment_t *segment, int maxseg, in fru_get_segments()
593 get_section(raw_list_t *rawlist, hash_obj_t *sec_hash, section_t *section) in get_section()
698 fru_get_sections(container_hdl_t container, section_t *section, int maxsec, in fru_get_sections()
947 fru_get_num_segments(section_hdl_t section, door_cred_t *cred) in fru_get_num_segments()
/titanic_50/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c244 tlm_acls_t *tlm_acls, int section, tlm_cmd_t *local_commands) in output_xattr_header()
349 tlm_acls_t *tlm_acls, int section, tlm_cmd_t *local_commands) in output_file_header()
642 int section; /* section of a huge file */ in tlm_output_xattr() local
851 int section = 0; /* section of a huge file */ in tlm_output_file() local
/titanic_50/usr/src/tools/scripts/
H A Dwsdiff.py695 def extract_elf_section(f, section) : argument
720 def diff_elf_section(f1, f2, section, sh_type) : argument
/titanic_50/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c371 find_first_section(picl_nodehdl_t parent, picl_nodehdl_t *section) in find_first_section()
484 add_segs_for_section(picl_nodehdl_t section, fru_strlist_t *list) in add_segs_for_section()
631 picl_nodehdl_t section; in fpt_add_seg() local
958 section, segment; in fpt_for_each_segment() local
/titanic_50/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c382 find_first_section(picl_nodehdl_t parent, picl_nodehdl_t *section) in find_first_section()
495 add_segs_for_section(picl_nodehdl_t section, fru_strlist_t *list) in add_segs_for_section()
642 picl_nodehdl_t section; in fpt_add_seg() local
970 section, segment; in fpt_for_each_segment() local
/titanic_50/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_updrec.c218 res_mkupdrec(int section, const char *dname, uint_t class, uint_t type, in res_mkupdrec()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c953 get_section(int fd, hash_obj_t *sec_hash, section_t *section) in get_section()
1121 fru_get_sections(container_hdl_t container, section_t *section, int maxsec, in fru_get_sections()
1185 fru_get_num_segments(section_hdl_t section, door_cred_t *cred) in fru_get_num_segments()
1221 fru_get_segments(section_hdl_t section, segment_t *segment, int maxseg, in fru_get_segments()
1286 fru_add_segment(section_hdl_t section, segment_t *segment, in fru_add_segment()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c906 get_section(int fd, hash_obj_t *sec_hash, section_t *section) in get_section()
1050 fru_get_sections(container_hdl_t container, section_t *section, int maxsec, in fru_get_sections()
1113 fru_get_num_segments(section_hdl_t section, door_cred_t *cred) in fru_get_num_segments()
1149 fru_get_segments(section_hdl_t section, segment_t *segment, int maxseg, in fru_get_segments()
1214 fru_add_segment(section_hdl_t section, segment_t *segment, in fru_add_segment()
/titanic_50/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c91 int section, numrrs = 0, counts[ns_s_max]; in res_nmkupdate() local
918 res_mkupdrec(int section, const char *dname, in res_mkupdrec()
/titanic_50/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c163 #define SECTION_OFFSET(section) \ argument
166 #define SECTION_OFFSET(section) \ argument
/titanic_50/usr/src/lib/krb5/kdb/
H A Dkdb5.c612 char *section = NULL; in krb5_db_open() local
667 char *section = NULL; in krb5_db_create() local
740 char *section = NULL; in krb5_db_destroy() local
1981 char *section = NULL; in krb5_db_promote() local
/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_init_finish.c509 struct Dwarf_Section_s *section, in _dwarf_load_section()
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dconftab.h75 short section; member
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dconftab.h75 short section; member

123