Searched refs:profile (Results 76 - 100 of 128) sorted by relevance

123456

/osnet-11/usr/src/lib/libuutil/common/
H A Duu_pname.c69 uu_alt_exit(int profile) argument
71 switch (profile) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL64 dprofpp - display perl profile data
68 dprofpp [B<-a>|B<-z>|B<-l>|B<-v>|B<-U>] [B<-d>] [B<-s>|B<-r>|B<-u>] [B<-q>] [B<-F>] [B<-I|-E>] [B<-O cnt>] [B<-A>] [B<-R>] [B<-S>] [B<-g subroutine>] [B<-G> <regexp> [B<-P>]] [B<-f> <regexp>] [profile]
70 dprofpp B<-T> [B<-F>] [B<-g subroutine>] [profile]
72 dprofpp B<-t> [B<-F>] [B<-g subroutine>] [profile]
74 dprofpp B<-G> <regexp> [B<-P>] [profile]
78 dprofpp B<-V> [profile]
82 The I<dprofpp> command interprets profile data produced by a profiler, such
88 To profile a Perl script run the perl interpreter with the B<-d> switch. So
89 to profile script F<test.pl> with Devel::DProf the following command should
94 Then run dprofpp to analyze the profile
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/
H A DMakefile47 HDRS= include/profile.h krb5/keytab/kt_solaris.h
86 $(ROOTHDRDIR)/include/profile.h: include/profile.h
87 $(INS.file) include/profile.h
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_tree.c6 * this file; all of the other profile routines build, access, and
119 * the profile are true. If not, we have a programming bug somewhere,
354 * profile node) makes this function mostly syntactic sugar for
398 profile_t profile; member in struct:profile_iterator
409 errcode_t profile_node_iterator_create(profile_t profile, argument
416 if (profile == 0)
418 if (profile->magic != PROF_MAGIC_PROFILE)
432 iter->profile = profile;
435 iter->file = profile
[all...]
H A Dprof_file.c7 * prof_file.c ---- routines that manipulate an individual profile file.
167 int profile_file_is_writable(prf_file_t profile) argument
169 if (profile && profile->data) {
170 return rw_access(profile->data->filespec);
355 * profile file if it changes.
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c288 char **profile; local
294 profile = __ns_ldap_getAttr(res->entry, "cn");
299 if (profile == NULL || profile[0] == NULL ||
305 (void) fprintf(stdout, "%s", profile[0]);
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_krbcontainer.c95 if ((st=profile_get_string(context->profile, KDB_MODULE_SECTION, ldap_context->conf_section,
107 if ((st=profile_get_string(context->profile, KDB_MODULE_DEF_SECTION,
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Drfsio.d84 profile:::tick-5s
H A Dvmstat-p.d109 profile:::tick-1sec
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/FS/
H A Drfsio.d84 profile:::tick-5s
/osnet-11/usr/src/lib/pam_modules/user_policy/
H A Duser_policy.c49 find_pam_policy_cb(const char *profile, kva_t *kva, void *ctxt, void *result) argument
51 NOTE(ARGUNUSED(profile))
95 * their user attributes or an assigned profile and then evaluate the
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dser_ctx.c47 * Routines to deal with externalizing the profile.
142 * <> for profile
167 /* Finally, calculate size required by profile, if appropriate */
168 if (!kret && context->profile)
171 (krb5_pointer) context->profile,
322 /* Finally, handle profile, if appropriate */
323 if (context->profile) {
325 (krb5_pointer) context->profile,
495 /* Attempt to read in the profile */
497 (krb5_pointer *) &context->profile,
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_krb.c245 profile_t profile; local
251 if ((rc = k5_profile_init(path, &profile)) != 0)
254 if ((rc = k5_profile_set_libdefaults(profile, (char *)drealm)) != 0) {
255 k5_profile_abandon(profile);
259 if ((rc = k5_profile_release(profile)) != 0) {
260 k5_profile_abandon(profile);
H A Dlibsmbns.h33 #include <profile.h>
125 * kc_profile - profile handle
127 * retrieving/writing profile data and obtaining
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg.c159 netcfg_active_profile(char *profile, size_t pbuflen) argument
165 *profile = NULL;
173 (void) strlcpy(profile, S10_BRAND_DUMMY_PROFILE,
185 (void) strlcpy(profile, scf_simple_prop_next_astring(prop),
/osnet-11/usr/src/lib/gss_mechs/mech_dh/dh1024/
H A DMakefile.com120 objs/%.o pics/%.o: ../profile/%.c
/osnet-11/usr/src/lib/gss_mechs/mech_dh/dh192/
H A DMakefile.com121 objs/%.o pics/%.o: ../profile/%.c
/osnet-11/usr/src/lib/gss_mechs/mech_dh/dh640/
H A DMakefile.com120 objs/%.o pics/%.o: ../profile/%.c
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dhst_realm.c172 retval = profile_get_string(context->profile, KRB5_CONF_DOMAIN_REALM, cp,
325 code = profile_get_integer(context->profile, KRB5_CONF_LIBDEFAULTS,
H A Dan_to_ln.c625 if (context->profile == 0)
628 retval = profile_get_values(context->profile, realm_names,
763 if (!(kret = profile_get_values(context->profile,
806 if (!(kret = profile_get_values(context->profile,
862 * No profile relation found, try default mapping.
H A Dsn2princ.c66 code = profile_get_string(context->profile, KRB5_CONF_LIBDEFAULTS,
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Mem/
H A Dvmstat-p.d109 profile:::tick-1sec
/osnet-11/usr/src/lib/brand/labeled/zone/
H A Dcommon.ksh255 # SC profile for a labeled zone using properies from the
265 print '<service_bundle type="profile" name="system configuration">'
281 profName=$(svcprop -p config/profile network/ldap/client)
282 printf "$fmtval" profile astring $profName
351 # a customized SC profile for a cloned zone, and to setup
354 # without specifying a SC profile for a labeled zone.
387 # the profile in the site directory.
390 ZONE_PROFILE_DIR=$l_zonepath/root/etc/svc/profile/site
426 # a customized SC profile for a new labeled zone.
428 # zoneadm without specifying a SC profile fo
[all...]
/osnet-11/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c223 int profile; local
240 if (get_current_profile (fd, &profile)) {
241 switch (profile) {
305 (void) get_disc_capacity_for_profile(fd, profile, &capacity);
/osnet-11/usr/src/lib/pam_modules/krb5/
H A Dkrb5_authenticate.c38 #include "profile/prof_int.h"
613 (void) profile_get_options_boolean(kmd->kcontext->profile,
615 (void) profile_get_options_boolean(kmd->kcontext->profile,
617 (void) profile_get_options_string(kmd->kcontext->profile,
619 (void) profile_get_options_string(kmd->kcontext->profile,

Completed in 81 milliseconds

123456