/titanic_41/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_solaris.c | 36 __profile_iter_name_value(profile_t profile, char *section, char *key, in __profile_iter_name_value() argument 52 code = profile_iterator_create(profile, hierarchy, in __profile_iter_name_value() 96 __profile_get_domain_realm(profile_t profile, char *realm, char ***domains) in __profile_get_domain_realm() argument 98 if (profile == NULL || realm == NULL || domains == NULL) in __profile_get_domain_realm() 101 return (__profile_iter_name_value(profile, "domain_realm", realm, in __profile_get_domain_realm() 106 __profile_set_appdefaults(profile_t profile) in __profile_set_appdefaults() argument 111 if (profile == NULL) in __profile_set_appdefaults() 123 (void) profile_clear_relation(profile, hierarchy); in __profile_set_appdefaults() 125 code = profile_add_relation(profile, hierarchy, "true"); in __profile_set_appdefaults() 131 (void) profile_clear_relation(profile, hierarchy); in __profile_set_appdefaults() [all …]
|
H A D | prof_init.c | 33 profile_t profile; in profile_init() local 37 profile = malloc(sizeof(struct _profile_t)); in profile_init() 38 if (!profile) in profile_init() 40 memset(profile, 0, sizeof(struct _profile_t)); in profile_init() 41 profile->magic = PROF_MAGIC_PROFILE; in profile_init() 52 profile_release(profile); in profile_init() 58 profile->first_file = new_file; in profile_init() 66 profile_release(profile); in profile_init() 71 *ret_profile = profile; in profile_init() 162 profile_is_writable(profile_t profile, int *writable) in profile_is_writable() argument [all …]
|
H A D | prof_set.c | 24 static errcode_t rw_setup(profile_t profile) in rw_setup() argument 29 if (!profile) in rw_setup() 32 if (profile->magic != PROF_MAGIC_PROFILE) in rw_setup() 35 file = profile->first_file; in rw_setup() 84 profile_update_relation(profile_t profile, const char **names, in profile_update_relation() argument 92 retval = rw_setup(profile); in profile_update_relation() 102 retval = k5_mutex_lock(&profile->first_file->data->lock); in profile_update_relation() 105 section = profile->first_file->data->root; in profile_update_relation() 111 k5_mutex_unlock(&profile->first_file->data->lock); in profile_update_relation() 125 profile->first_file->data->flags |= PROFILE_FILE_DIRTY; in profile_update_relation() [all …]
|
H A D | prof_get.c | 127 profile_get_values(profile_t profile, const char *const *names, in profile_get_values() argument 135 if ((retval = profile_node_iterator_create(profile, names, in profile_get_values() 167 errcode_t profile_get_value(profile_t profile, const char **names, in profile_get_value() argument 174 if ((retval = profile_node_iterator_create(profile, names, in profile_get_value() 193 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string() argument 201 if (profile) { in profile_get_string() 206 retval = profile_get_value(profile, names, &value); in profile_get_string() 225 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer() argument 235 if (profile == 0) in profile_get_integer() 242 retval = profile_get_value(profile, names, &value); in profile_get_integer() [all …]
|
H A D | prof_int.h | 206 (profile_t profile, const char *const *names, 234 (prf_data_t profile); 248 (prf_file_t profile); 251 (prf_file_t profile); 272 (profile_t profile, const char **names,
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | profile.h | 53 (profile_t profile); 55 (profile_t profile, const_profile_filespec_t outfile); 57 (profile_t profile, char **bufp); 59 (profile_t profile, char *buf); 62 (profile_t profile, int *writable); 64 (profile_t profile, int *modified); 67 (profile_t profile); 70 (profile_t profile); 73 (profile_t profile, const char *const *names, char ***ret_values); 79 (profile_t profile, const char *name, const char *subname, [all …]
|
/titanic_41/usr/src/cmd/nsadmin/ |
H A D | Makefile | 26 PROG= profile .login ksh.kshrc system 27 PROGSKEL= local.login local.profile local.cshrc .profile 28 PROGROOT= .profile .bashrc 38 CLOBBERFILES = profile .bashrc .profile .login 44 profile: etc-profile.sh target 45 $(RM) profile 46 $(CP) etc-profile.sh $@ 48 .profile: dot-profile.sh 49 $(RM) .profile 50 $(CP) dot-profile.sh $@
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/buffering/ |
H A D | tst.alignring.d | 42 profile:::profile-1009hz 47 profile:::profile-1237hz 61 profile:::profile-1789hz 71 profile-1543hz 74 profile-1361hz
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | man.ListProbesWithProviders | 39 * /usr/sbin/dtrace -lP profile 40 * RESULT: List of only profile probes. 47 * /usr/sbin/dtrace -lP profile::: 51 * /usr/sbin/dtrace -lP profile:::profile-97 55 * /usr/sbin/dtrace -lP profile -lP syscall 56 * RESULT: matching list of both profile and syscall probes. 59 * /usr/sbin/dtrace -lP profile -lP foofile 60 * RESULT: List of only profile probes. 63 * /usr/sbin/dtrace -lP foofile -lP profile 64 * RESULT: List of only profile probes. [all …]
|
H A D | man.TraceProvider | 39 * /usr/sbin/dtrace -P profile 40 * RESULT: Trace of all profile probes. 47 * /usr/sbin/dtrace -P profile::: 51 * /usr/sbin/dtrace -P profile:::profile-97 55 * /usr/sbin/dtrace -P profile -P syscall 56 * RESULT: matching traces of both profile and syscall probes. 59 * /usr/sbin/dtrace -P profile -P foofile 60 * RESULT: Count of profile probes that matched and invalid 68 * /usr/sbin/dtrace -P profile'{printf("FOUND");}' 69 * RESULT: Traces of all the matching profile probes with the [all …]
|
H A D | tst.InvalidTraceFunc6.d.ksh | 46 $dtrace -f profile:::profile-97
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/ |
H A D | init_os_ctx.c | 357 &ctx->profile); in os_init_paths() 362 retval = profile_init(NULL, &ctx->profile); in os_init_paths() 373 ctx->profile = 0; in os_init_paths() 438 krb5_get_profile (krb5_context ctx, profile_t *profile) in krb5_get_profile() argument 440 return profile_copy (ctx->profile, profile); in krb5_get_profile() 451 profile_t profile; in krb5_set_config_files() local 453 retval = profile_init(filenames, &profile); in krb5_set_config_files() 457 if (ctx->profile) in krb5_set_config_files() 458 profile_release(ctx->profile); in krb5_set_config_files() 459 ctx->profile = profile; in krb5_set_config_files() [all …]
|
/titanic_41/usr/src/cmd/abi/appcert/scripts/ |
H A D | symprof.pl | 313 my ($profile, $line, $tmp); 318 $profile = get_dynamic_profile($object); 320 if ($profile =~ /^ERROR:\s*(.*)$/) { 357 my @dynamic_profile_array = split(/\n/, $profile); 748 my ($profile, $total, $count); 758 $profile = "$dir/profile.dynamic"; 760 if (! -f $profile || ! open($profile_fh, "<$profile")) { 786 $profile = "$dir/profile.dynamic.ldd"; 788 if (! open($all_neededs_fh, "<$profile")) { 919 my ($object, $caller, $callee, $sym, $profile); [all …]
|
H A D | symcheck.pl | 221 my ($profile, $lib, $lib2, $base, %libs_needed); 226 $profile .= $_; 263 if (! defined($profile)) { 267 foreach $lib (lib_static_check($profile)) { 296 my ($profile) = @_; 310 foreach $line (split(/\n/, $profile)) { 1011 my (@profile, @profile_short, %direct_syms, $file); 1033 push(@profile, "$lib|$sym|$caller"); 1085 foreach $libsymcaller (@profile) { 1222 push(@profile, [all …]
|
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_profile.c | 97 profile_t profile = NULL; in pkinit_kdcdefault_strings() local 105 profile = context->profile; in pkinit_kdcdefault_strings() 121 retval = profile_get_values(profile, names, &values); in pkinit_kdcdefault_strings() 136 retval = profile_get_values(profile, names, &values); in pkinit_kdcdefault_strings() 234 profile_t profile; in pkinit_libdefault_strings() local 252 profile = context->profile; in pkinit_libdefault_strings() 269 retval = profile_get_values(profile, names, &values); in pkinit_libdefault_strings() 286 retval = profile_get_values(profile, names, &values); in pkinit_libdefault_strings() 301 retval = profile_get_values(profile, names, &values); in pkinit_libdefault_strings()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | appdefault.c | 40 profile_t profile; in appdefault_get() local 49 profile = context->profile; in appdefault_get() 69 retval = profile_get_values(profile, names, &nameval); in appdefault_get() 87 retval = profile_get_values(profile, names, &nameval); in appdefault_get() 105 retval = profile_get_values(profile, names, &nameval); in appdefault_get() 121 retval = profile_get_values(profile, names, &nameval); in appdefault_get()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/speculation/ |
H A D | err.D_COMM_COMM.CommitAftCommit.d | 45 profile:::tick-1sec 52 profile:::tick-1sec 60 profile:::tick-1sec 65 profile:::tick-1sec
|
H A D | err.D_SPEC_COMM.SpecAftCommit.d | 48 profile:::tick-1sec 56 profile:::tick-1sec 61 profile:::tick-1sec
|
/titanic_41/usr/src/cmd/krb5/kadmin/kclient/ |
H A D | kconf.c | 118 profile_t profile; in main() local 164 code = __profile_init(file, &profile); in main() 191 code = __profile_add_realm(profile, realm, master, ret_values, in main() 199 code = __profile_add_domain_mapping(profile, domain, realm); in main() 213 if ((code = __profile_release(profile)) != NULL) in main() 214 __profile_abandon(profile); in main()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel-dtrace-providers.mf | 50 driver name=profile perms="profile 0644 root sys" 58 file path=kernel/drv/$(ARCH64)/profile group=sys 71 $(i386_ONLY)file path=kernel/drv/profile group=sys 72 file path=kernel/drv/profile.conf group=sys 81 file path=usr/share/man/man7d/profile.7d 92 hardlink path=kernel/dtrace/$(ARCH64)/profile \ 93 target=../../../kernel/drv/$(ARCH64)/profile 104 $(i386_ONLY)hardlink path=kernel/dtrace/profile \ 105 target=../../kernel/drv/profile
|
/titanic_41/usr/src/cmd/svc/milestone/ |
H A D | manifest-import | 188 [ -L "$generic_prof" ] && mv $generic_prof /etc/svc/profile/ 189 [ -L "$ns_prof" ] && mv $ns_prof /etc/svc/profile/ 190 [ -L "$inetd_prof" ] && mv $inetd_prof /etc/svc/profile/ 191 [ -L "$platform_prof" ] && mv $platform_prof /etc/svc/profile/ 323 [ -f /var/svc/profile/upgrade ] && activity=true 328 if [ -f /var/svc/profile/upgrade ]; then 329 . /var/svc/profile/upgrade 331 /usr/bin/mv /var/svc/profile/upgrade \ 332 /var/svc/profile/upgrade.app.`date +\%Y\%m\%d\%H\%M\%S` 341 datalink_script=/var/svc/profile/upgrade_datalink
|
/titanic_41/usr/src/cmd/hal/utils/ |
H A D | cdutils.c | 211 get_current_profile(int fd, int *profile) in get_current_profile() argument 232 *profile = GET16(&bufp[6]); in get_current_profile() 245 uint16_t profile, current_profile; in walk_profiles() local 266 profile = GET16(&bufp[i]); in walk_profiles() 267 ret = f(arg, profile, (profile == current_profile)); in walk_profiles() 452 get_disc_capacity_for_profile(int fd, int profile, uint64_t *capacity) in get_disc_capacity_for_profile() argument 458 switch (profile) { in get_disc_capacity_for_profile()
|
/titanic_41/usr/src/cmd/dtrace/demo/out/ |
H A D | printa.d | 27 profile:::profile-997
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
H A D | init_ctx.c | 469 profile_get_integer(ctx->profile, "libdefaults", "clockskew", in init_common() 475 profile_get_integer(ctx->profile, "libdefaults", "tkt_lifetime", in init_common() 482 profile_get_integer(ctx->profile, "libdefaults", in init_common() 487 profile_get_integer(ctx->profile, "libdefaults", in init_common() 492 profile_get_integer(ctx->profile, "libdefaults", in init_common() 497 profile_get_integer(ctx->profile, "libdefaults", in init_common() 502 profile_get_integer(ctx->profile, "libdefaults", in init_common() 516 profile_get_integer(ctx->profile, "libdefaults", "ccache_type", in init_common() 643 code = profile_get_string(context->profile, "libdefaults", profstr, in get_profile_etype_list() 854 nctx->profile = NULL; in krb5_copy_context() [all …]
|
/titanic_41/usr/src/cmd/dtrace/demo/tcp/ |
H A D | tcptop.d | 83 profile:::tick-1sec 92 profile:::tick-1sec 126 profile:::tick-1sec
|