Home
last modified time | relevance | path

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

123

/onnv-gate/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 …]
/onnv-gate/usr/src/common/openssl/crypto/x509v3/
H A Dv3_conf.c324 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf_sk()
345 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf()
356 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_CRL_add_nconf()
367 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_REQ_add_nconf()
384 char * X509V3_get_string(X509V3_CTX *ctx, char *name, char *section) in X509V3_get_string()
415 void X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section) in X509V3_section_free()
422 static char *nconf_get_string(void *db, char *section, char *value) in nconf_get_string()
475 static char *conf_lhash_get_string(void *db, char *section, char *value) in conf_lhash_get_string()
498 int X509V3_EXT_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_conf()
508 int X509V3_EXT_CRL_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_CRL_add_conf()
[all …]
/onnv-gate/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
/onnv-gate/usr/src/common/openssl/crypto/conf/
H A Dconf_api.c84 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in _CONF_get_section()
108 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string()
132 char *_CONF_get_string(const CONF *conf, const char *section, const char *name) in _CONF_get_string()
277 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) in _CONF_new_section()
H A Dcnf_save.c85 char *section; in print_conf() local
H A Dconf_def.c221 char *section=NULL,*buf; in def_load_bio() local
514 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy()
/onnv-gate/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()
/onnv-gate/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 …]
/onnv-gate/usr/src/common/crypto/fips/
H A Dfips_addchecksum.c50 Elf64_Shdr *section; in add_fips_section() local
162 Elf64_Shdr *section; in main() local
H A Dfips_checksum.c71 process_section(SHA1_CTX *shactx, Elf64_Shdr *section, struct _buf *file, in process_section()
135 Elf64_Shdr *section; in fips_calc_checksum() local
209 Elf64_Shdr *section; in get_fips_section() local
/onnv-gate/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()
/onnv-gate/usr/src/cmd/dfs.cmds/sharectl/
H A Dsharectl.c127 char *section, *value, *name; in sc_get() local
323 char *section = NULL; in sc_set() local
468 char *section = NULL; in sc_delsect() local
/onnv-gate/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()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToNroff.pm25 sub section { shift->_perldoc_elem('section' , @_) } subroutine
H A DToMan.pm31 sub section { shift->_perldoc_elem('section' , @_) } subroutine
/onnv-gate/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
/onnv-gate/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 …]
/onnv-gate/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()
/onnv-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c243 tlm_acls_t *tlm_acls, int section, tlm_cmd_t *local_commands) in output_xattr_header()
348 tlm_acls_t *tlm_acls, int section, tlm_cmd_t *local_commands) in output_file_header()
641 int section; /* section of a huge file */ in tlm_output_xattr() local
850 int section = 0; /* section of a huge file */ in tlm_output_file() local
/onnv-gate/usr/src/tools/scripts/
H A Dwsdiff.py704 def extract_elf_section(f, section) : argument
729 def diff_elf_section(f1, f2, section, sh_type) : argument
/onnv-gate/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
/onnv-gate/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
/onnv-gate/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()

123