Searched refs:profile (Results 1 - 11 of 11) sorted by relevance

/solaris-userland/components/krb5/Solaris/private/krb5/
H A Dprof_solaris.h14 #include <profile.h>
47 long k5_profile_init(char *filename, profile_t *profile);
48 long k5_profile_release(profile_t profile);
49 void k5_profile_abandon(profile_t profile);
50 long k5_profile_add_domain_mapping(profile_t profile, char *domain,
52 long k5_profile_remove_domain_mapping(profile_t profile, char *realm);
53 long k5_profile_get_realm_entry(profile_t profile, char *realm, char *name,
55 long k5_profile_add_realm_entry(profile_t profile, char *realm, char *name,
57 long k5_profile_get_libdefaults_entry(profile_t profile, char *name,
59 long k5_profile_add_libdefaults_entry(profile_t profile, cha
[all...]
/solaris-userland/components/krb5/Solaris/
H A Dprof_solaris.c14 #include "../../util/profile/prof_int.h"
94 k5_profile_iter_name_value(profile_t profile, char *section, char *key, argument
110 code = profile_iterator_create(profile, hierarchy,
112 /* Change loop condition to fix the profile iterator issue */
175 k5_profile_get_domain_realm(profile_t profile, char *realm, char ***domains, argument
178 if (profile == NULL || realm == NULL || domains == NULL)
181 return (k5_profile_iter_name_value(profile, "domain_realm", realm,
186 k5_profile_set_appdefaults(profile_t profile) argument
191 if (profile == NULL)
203 (void) profile_clear_relation(profile, hierarch
219 k5_profile_set_logging(profile_t profile) argument
280 k5_profile_set_libdefaults(profile_t profile, char *realm) argument
303 k5_profile_set_kdc(profile_t profile, char *realm, char *kdc, boolean_t overwrite) argument
341 k5_profile_release(profile_t profile) argument
368 k5_profile_abandon(profile_t profile) argument
382 k5_profile_add_domain_mapping(profile_t profile, char *domain, char *realm) argument
413 k5_profile_remove_domain_mapping(profile_t profile, char *realm) argument
455 k5_profile_get_realm_entry(profile_t profile, char *realm, char *name, char ***ret_value) argument
494 k5_profile_add_realm_entry(profile_t profile, char *realm, char *name, char **values) argument
534 k5_profile_get_default_realm(profile_t profile, char **realm) argument
561 k5_profile_get_realms(profile_t profile, char ***realms) argument
592 k5_profile_add_realm(profile_t profile, char *realm, char *master, char **kdcs, boolean_t set_change, boolean_t default_realm) argument
669 k5_profile_remove_xrealm_mapping(profile_t profile, char *realm) argument
764 k5_profile_remove_realm(profile_t profile, char *realm) argument
825 k5_profile_add_xrealm_mapping(profile_t profile, char *source, char *target, char *inter) argument
912 k5_profile_validate(profile_t profile, char *realm, int *val_err, char **val, boolean_t master_required, boolean_t kdc_required) argument
1080 k5_profile_init(char *filename, profile_t *profile) argument
1144 k5_profile_validate_get_error_msg(profile_t profile, int err, char *val, char **err_msg) argument
1215 k5_profile_get_libdefaults_entry(profile_t profile, char *name, char **ret_value) argument
1249 k5_profile_add_libdefaults_entry(profile_t profile, char *name, char *value) argument
[all...]
H A Dmissing_interfaces.c13 #include <profile.h>
18 profile_t profile, krb5_flags flags);
H A Dkdc.conf30 profile = /etc/krb5/krb5.conf
/solaris-userland/components/desktop/os-welcome/files/html/C/css/
H A Dmaster.css28 .profile{font-family:arial,elvetica,sans-serif;font-size:10px;color:#000;text-decoration:none;}
29 .profile a:link{font-family:arial,helvetica,sans-serif;font-size:10px;color:#000;text-decoration:none;}
30 .profile a:visited{font-family:arial,helvetica,sans-serif;font-size:10px;color:#000;text-decoration:none;}
31 .profile a:hover{font-family:arial,helvetica,sans-serif;font-size:10px;color:#ff0000;text-decoration:underline;}
/solaris-userland/components/docker/files/
H A Ddocker-support115 if args.profile:
116 if not os.path.exists(args.profile):
117 raise RuntimeError("'%s' not found" % args.profile)
118 cmd.extend(['-c', args.profile])
209 parser_create.add_argument("-p", "--profile",
210 help="TEMPORARY: optional syconfig profile")
/solaris-userland/components/zsh/
H A DMakefile77 $(RM) $@; $(SYMLINK) profile $@
/solaris-userland/components/python/python27/
H A DMakefile78 # The python build is profile-guided for studio; to see the benefits of that,
84 # We bypass the profile build for one file (ceval.c; see the DTrace patch)
88 COMPONENT_BUILD_TARGETS = profile-opt
89 XPROFILE_DIR = $(BUILD_DIR_$(BITS))/.profile
/solaris-userland/components/python/python34/
H A DMakefile91 # The python build is profile-guided for studio; to see the benefits of that,
96 COMPONENT_BUILD_TARGETS = profile-opt
97 XPROFILE_DIR = $(BUILD_DIR_$(BITS))/.profile
/solaris-userland/components/python/python35/
H A DMakefile91 # The python build is profile-guided for studio; to see the benefits of that,
96 COMPONENT_BUILD_TARGETS = profile-opt
97 XPROFILE_DIR = $(BUILD_DIR_$(BITS))/.profile
/solaris-userland/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py1082 e.g. http://path-to-profile+http://path-to-another-profile
1085 :param profiles: Plus(+) delimited list of configuration profile
1086 :raises: InvalidParameterValue if invalid configuration profile
1093 for profile in prof_list:
1094 _validate_uri(task, profile)
1101 :param uri: URI to AI Manifest or SC profile
1102 :raises: InvalidParameterValue if invalid manifest/profile URI
1263 """Fetch manifest/profile and create on AI Server
1266 :param obj_type: Type of AI object to create "manifest" or "profile"
[all...]

Completed in 1220 milliseconds