Searched refs:profile (Results 51 - 75 of 128) sorted by relevance

123456

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Drealm_dom.c55 retval = profile_get_string(context->profile, KRB5_CONF_REALMS, realm,
H A Drealm_iter.c39 return profile_iterator_create(context->profile, names,
H A Dget_krbhst.c77 if (context->profile == 0)
80 retval = profile_get_values(context->profile, realm_kdc_names, &values);
H A Dktdefname.c54 } else if ((profile_get_string(context->profile,
H A Ddef_realm.c102 if (context->profile != 0) {
103 retval = profile_get_string(context->profile, KRB5_CONF_LIBDEFAULTS,
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_profile.c41 * Routines for handling profile [config file] options
98 profile_t profile = NULL; local
106 profile = context->profile;
122 retval = profile_get_values(profile, names, &values);
137 retval = profile_get_values(profile, names, &values);
230 profile_t profile; local
247 profile = context->profile;
264 retval = profile_get_values(profile, name
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dwpm.d67 profile:::tick-1sec
73 profile:::tick-1sec
129 profile:::tick-1sec
H A Dcswstat.d67 profile:::tick-1sec
H A Dvmstat.d74 profile:::tick-1sec
100 profile:::tick-1sec
H A Djs_objgc.d83 profile:::tick-1sec,
H A Dsar-c.d92 profile:::tick-1sec
H A Drfileio.d77 profile:::tick-5s
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Misc/
H A Dwpm.d67 profile:::tick-1sec
73 profile:::tick-1sec
129 profile:::tick-1sec
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.h21 #define KRB5_DB_GET_PROFILE(kcontext) ((kcontext)->profile)
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Kernel/
H A Dcswstat.d67 profile:::tick-1sec
/osnet-11/usr/src/cmd/hal/utils/
H A Dcdutils.h47 boolean_t get_current_profile(int fd, int *profile);
54 boolean_t get_disc_capacity_for_profile(int fd, int profile,
H A Dcdutils.c211 get_current_profile(int fd, int *profile) argument
232 *profile = GET16(&bufp[6]);
245 uint16_t profile, current_profile; local
266 profile = GET16(&bufp[i]);
267 ret = f(arg, profile, (profile == current_profile));
448 * given current profile, use the best method for determining
452 get_disc_capacity_for_profile(int fd, int profile, uint64_t *capacity) argument
458 switch (profile) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/t/
H A DDProf.t44 sub profile { subroutine
82 profile $test;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Mem/
H A Dvmstat.d74 profile:::tick-1sec
100 profile:::tick-1sec
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/JavaScript/
H A Djs_objgc.d83 profile:::tick-1sec,
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/System/
H A Dsar-c.d92 profile:::tick-1sec
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h20 #include "profile.h"
25 * This is the structure which stores the profile information for a
77 * The profile flags
79 * Deprecated use of read/write profile flag.
121 * Used by the profile iterator in prof_get.c
212 (profile_t profile, const char *const *names,
240 (prf_data_t profile);
257 (prf_file_t profile);
260 (prf_file_t profile);
263 (prf_file_t profile);
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dconv_princ.c160 if (context->profile == 0)
225 retval = profile_get_string(context->profile, KRB5_CONF_REALMS,
270 retval = profile_iterator_create (context -> profile, names2, PROFILE_ITER_LIST_SECTION | PROFILE_ITER_SECTIONS_ONLY, &iterator);
279 retval = profile_get_values (context -> profile, names, &v4realms);
324 retval = profile_get_values(context->profile, names, &full_name);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/FS/
H A Drfileio.d77 profile:::tick-5s
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm20 To profile a Perl script run the perl interpreter with the B<-d> debugging
21 switch. The profiler uses the debugging hooks. So to profile script
27 profiler will dump the profile information to a file called
29 information which is in that profile. The following command will
43 The old profile is a text file which looks like this:
61 clock ticks, of the machine where the profile was collected. The third line
62 is the name and version identifier of the tool which created the profile.
66 entry/exit profile section.

Completed in 173 milliseconds

123456