Searched refs:profile (Results 101 - 125 of 128) sorted by relevance

123456

/osnet-11/usr/src/lib/libsldap/common/
H A Dllib-lsldap223 const char *profile,
H A Dns_confmgr.c157 gettext("Illegal profile type on line %d."),
325 /* Get the version of the profile. */
583 char *profile, *container, *base; local
621 profile = ptr->paramList[NS_LDAP_PROFILE_P].ns_pc;
626 * Construct DN, but since this is the profile, there is no need
627 * to worry about mapping. The profile itself can not be mapped
629 (void) fprintf(fp, "dn: cn=%s,ou=%s,%s\n", profile, container, base);
847 gettext("Configuration Error: More than one profile "
864 /* Check to see if the profile is version 1 or version 2 */
995 * Download a profile int
1000 __ns_ldap_download(const char *profile, char *addr, char *baseDN, ns_ldap_error_t **errorp) argument
[all...]
H A Dns_standalone.c984 char **profile)
992 (void) snprintf(searchBaseDN, BUFSIZ, "ou=profile,%s", dir_base_dn);
1012 /* If successful, the DUA profile was found. */
1034 profile);
981 getDUAProfile(LDAP *ld, const char *dir_base_dn, const char *profile_name, char **profile) argument
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dkadm_host_srv_names.c43 (void) profile_get_string(context->profile, "realms",
103 (void) profile_get_string(context->profile, "realms",
H A Dalt_prof.c34 * alt_prof.c - Implement alternate profile file handling.
81 * krb5_aprof_init() - Initialize alternate profile context.
84 * fname - default file name of the profile.
86 * acontextp - Pointer to opaque context for alternate profile.
98 profile_t profile; local
122 profile = (profile_t) NULL;
123 kret = profile_init_path(profile_path, &profile);
127 *acontextp = profile;
132 * krb5_aprof_getvals() - Get values from alternate profile.
135 * acontext - opaque context for alternate profile
[all...]
H A Dlogger.c321 * profile.
496 * ename - Entity name as it is to appear in the profile.
530 * Look up [logging]-><ename> in the profile. If that doesn't
542 if (!profile_get_values(kcontext->profile,
545 !profile_get_values(kcontext->profile,
621 if (!profile_get_string(kcontext->profile,
636 kcontext->profile, "logging",
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_create.c264 if ((status = profile_get_string(context->profile,
272 if ((status = profile_get_string(context->profile,
H A Dldap_misc.c86 err = profile_get_integer (ctx->profile,
98 err = profile_get_integer (ctx->profile,
118 err = profile_get_string (ctx->profile,
128 err = profile_get_string (ctx->profile,
241 st = profile_get_string (context->profile, KDB_MODULE_DEF_SECTION,
291 if ((st=profile_get_string(context->profile, KDB_MODULE_SECTION, conf_section,
/osnet-11/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c66 get_cdrom_properties_walker (void *arg, int profile, boolean_t is_current) argument
70 switch (profile) {
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdladm.c103 dladm_open(dladm_handle_t *handle, const char *profile) argument
126 if (profile == NULL || strcmp(profile, NETADM_ACTIVE_PROFILE) == 0) {
134 (void) strlcpy((*handle)->dh_profile, profile,
/osnet-11/usr/src/lib/libipadm/common/
H A Dlibipadm.c234 ipadm_open(ipadm_handle_t *handle, const char *profile, uint32_t flags, argument
258 if (profile == NULL || strcmp(profile, NETADM_ACTIVE_PROFILE) == 0) {
265 (void) strlcpy(iph->ih_profile, profile, NETCFG_PROFILE_LEN);
1296 * Create a fixed profile with the provided name.
H A Dipadm_if.c1699 * If the profile in the handle is not the active profile, or if
1943 * If the profile in the handle is not the active profile, or if
2089 * If the profile in the handle is not the active profile,
2771 /* Cannot enable interfaces from a profile other than the active one */
2832 /* Cannot disable interfaces from a profile other than the active one */
2967 * Makes a db request to get the ncp 'fixed' property of the specified profile.
2970 i_ipadm_profile_is_fixed(const char *profile) argument
[all...]
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit.h45 #include <profile.h>
H A Dpkinit_crypto.h45 #include <profile.h>
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dp2v.ksh134 SMF_UPGRADE=/a/var/svc/profile/upgrade
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dvfy_increds.c113 ret = profile_get_string(context->profile, KRB5_CONF_LIBDEFAULTS,
H A Dwalk_rtree.c195 * the profile routines cannot handle a null entry.
202 * the profile routines are used, and the explicite path from
209 * Build a tree given a set of profile values retrieved by
272 * Get realm list from "capaths" section of the profile. Deliberately
307 retval = profile_get_values(context->profile, key, vals);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c48 * Also, for the profile get_master==1 case, the algorithm has been
90 code = profile_get_string(context->profile, KRB5_CONF_LIBDEFAULTS,
93 code = profile_get_string(context->profile, KRB5_CONF_LIBDEFAULTS,
544 code = profile_get_values(context->profile, realm_srv_names, &hl);
700 * Given the profile hostlist, return a string of all the hosts like so:
736 * Take the profile KDC list and return a list of net addrs.
867 /* Try DNS for all profile errors? */
H A Dlocaladdr.c1263 err = profile_get_values (context->profile, profile_name, &values);
H A Dsendto_kdc.c415 retval = profile_get_integer(context->profile,
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c68 #define KMS_PROFILE_FILENAME "profile.cfg"
943 KMS_LoadProfile(KMSClientProfile *profile, argument
974 /* First, try to load existing profile */
976 profile,
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/
H A DMakefile.com517 objs/%.o pics/%.o: $(REL_PATH)/profile/%.c
567 $(PROFILE_OBJS:%.o= $(SRC)/lib/gss_mechs/mech_krb5/profile/%.c) \
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.c193 /* The profile has to have been initialized. If the profile was
195 status = profile_get_string(kcontext->profile,
211 /* free profile string */
226 status = profile_get_string(kcontext->profile,
240 status = profile_get_string(kcontext->profile, KDB_MODULE_SECTION, value,
367 status = profile_get_values(kcontext->profile, dbpath_names, &profpath);
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddrive.c130 uchar_t profile[2]; member in struct:conf_feature::features::profile_list
1278 /* The first profile is the preferred one for the drive. */
1285 prof_num = (int)convnum(feature->features.plist[0].profile, 2);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm214 used to profile multithreaded programs).

Completed in 103 milliseconds

123456