Home
last modified time | relevance | path

Searched refs:profile (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c111 if (profile == NULL) in __profile_set_appdefaults()
144 if (profile == NULL) in __profile_set_logging()
197 if (profile == NULL || realm == NULL) in __profile_set_libdefaults()
253 __profile_release(profile_t profile) in __profile_release() argument
258 if (profile == NULL || profile->magic != PROF_MAGIC_PROFILE) in __profile_release()
266 profile->magic = 0; in __profile_release()
267 free(profile); in __profile_release()
280 __profile_abandon(profile_t profile) in __profile_abandon() argument
282 profile_abandon(profile); in __profile_abandon()
618 profile, hierarchy); in __profile_remove_xrealm_mapping()
[all …]
H A Dprof_init.c33 profile_t profile; in profile_init() local
38 if (!profile) in profile_init()
164 if (!profile || profile->magic != PROF_MAGIC_PROFILE) in profile_is_writable()
179 if (!profile || profile->magic != PROF_MAGIC_PROFILE) in profile_is_modified()
194 if (!profile || profile->magic != PROF_MAGIC_PROFILE) in profile_flush()
206 if (!profile || profile->magic != PROF_MAGIC_PROFILE) in profile_flush_to_file()
233 if (!profile || profile->magic != PROF_MAGIC_PROFILE) in profile_abandon()
241 free(profile); in profile_abandon()
249 if (!profile || profile->magic != PROF_MAGIC_PROFILE) in profile_release()
257 free(profile); in profile_release()
[all …]
H A Dprof_set.c23 static errcode_t rw_setup(profile_t profile) in rw_setup() argument
28 if (!profile) in rw_setup()
31 if (profile->magic != PROF_MAGIC_PROFILE) in rw_setup()
34 file = profile->first_file; in rw_setup()
91 retval = rw_setup(profile); in profile_update_relation()
104 section = profile->first_file->data->root; in profile_update_relation()
143 retval = rw_setup(profile); in profile_clear_relation()
150 section = profile->first_file->data->root; in profile_clear_relation()
189 retval = rw_setup(profile); in profile_rename_section()
199 section = profile->first_file->data->root; in profile_rename_section()
[all …]
H A Dprof_get.c127 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()
174 if ((retval = profile_node_iterator_create(profile, names, in profile_get_value()
201 if (profile) { in profile_get_string()
206 retval = profile_get_value(profile, names, &value); in profile_get_string()
235 if (profile == 0) in profile_get_integer()
242 retval = profile_get_value(profile, names, &value); in profile_get_integer()
313 if (profile == 0) { in profile_get_boolean()
322 retval = profile_get_value(profile, names, &value); in profile_get_boolean()
345 if ((retval = profile_node_iterator_create(profile, names, in profile_get_subsection_names()
[all …]
H A Dprof_int.h206 (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,
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dprofile.h53 (profile_t profile);
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);
111 (profile_t profile, const char **names,
115 (profile_t profile, const char **names);
118 (profile_t profile, const char **names,
[all …]
/illumos-gate/usr/src/cmd/nsadmin/
H A DMakefile28 PROG= profile .login ksh.kshrc system
29 PROGSKEL= .profile .kshrc
30 PROGROOT= .profile .bashrc
42 CLOBBERFILES = profile .bashrc .profile .login .kshrc
48 profile: etc-profile.sh target
49 $(RM) profile
50 $(CP) etc-profile.sh $@
52 .profile: dot-profile.sh
53 $(RM) .profile
54 $(CP) dot-profile.sh $@
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Dtst.alignring.d40 profile:::profile-1009hz
45 profile:::profile-1237hz
59 profile:::profile-1789hz
69 profile-1543hz
72 profile-1361hz
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.ListProbesWithProviders37 * /usr/sbin/dtrace -lP profile
38 * RESULT: List of only profile probes.
45 * /usr/sbin/dtrace -lP profile:::
49 * /usr/sbin/dtrace -lP profile:::profile-97
53 * /usr/sbin/dtrace -lP profile -lP syscall
57 * /usr/sbin/dtrace -lP profile -lP foofile
58 * RESULT: List of only profile probes.
61 * /usr/sbin/dtrace -lP foofile -lP profile
62 * RESULT: List of only profile probes.
74 * RESULT: List of only profile probes.
[all …]
H A Dman.TraceProvider37 * /usr/sbin/dtrace -P profile
38 * RESULT: Trace of all profile probes.
45 * /usr/sbin/dtrace -P profile:::
49 * /usr/sbin/dtrace -P profile:::profile-97
53 * /usr/sbin/dtrace -P profile -P syscall
57 * /usr/sbin/dtrace -P profile -P foofile
58 * RESULT: Count of profile probes that matched and invalid
66 * /usr/sbin/dtrace -P profile'{printf("FOUND");}'
71 * /usr/sbin/dtrace -P profile '{printf("FOUND");}'
76 * profile'/probename == "profile-199"/{printf("FOUND");}'
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dksh-regress.tst4084 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
4095 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
4107 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
4120 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
4128 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
4140 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
4153 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
4161 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
4173 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
4186 ksh:REGRESS:etc:sh_open:/etc/profile => ./profile
[all …]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dinit_os_ctx.c357 &ctx->profile); in os_init_paths()
373 ctx->profile = 0; in os_init_paths()
440 return profile_copy (ctx->profile, profile); in krb5_get_profile()
451 profile_t profile; in krb5_set_config_files() local
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()
491 if (ctx->profile) { in krb5_secure_config_files()
493 ctx->profile = 0; in krb5_secure_config_files()
522 if (ctx->profile) { in krb5_os_free_context()
[all …]
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl313 my ($profile, $line, $tmp);
320 if ($profile =~ /^ERROR:\s*(.*)$/) {
748 my ($profile, $total, $count);
758 $profile = "$dir/profile.dynamic";
760 if (! -f $profile || ! open($profile_fh, "<$profile")) {
933 if (! -f $profile) {
938 open($prof_try_fh, "<$profile") ||
939 exiter(nofile($profile, $!));
981 if (! rename($profile, "$profile.0") || ! -f "$profile.0") {
986 rename("$profile.0", $profile);
[all …]
H A Dsymcheck.pl221 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 …]
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_profile.c97 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()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dappdefault.c40 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()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_COMM_COMM.CommitAftCommit.d43 profile:::tick-1sec
50 profile:::tick-1sec
58 profile:::tick-1sec
63 profile:::tick-1sec
H A Derr.D_SPEC_COMM.SpecAftCommit.d46 profile:::tick-1sec
54 profile:::tick-1sec
59 profile:::tick-1sec
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkconf.c118 profile_t profile; in main() local
170 code = __profile_init(file, &profile); in main()
197 code = __profile_add_realm(profile, realm, master, ret_values, in main()
205 code = __profile_add_domain_mapping(profile, domain, realm); in main()
219 if ((code = __profile_release(profile)) != 0) in main()
220 __profile_abandon(profile); in main()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dditto.sh182 then ($remote $src_user $src_host "{ test ! -f .profile || . ./.profile ;} && cd $src_dir && read &…
190 then ($remote $dst_user $dst_host "{ test ! -f .profile || . ./.profile ;} && cd $dst_dir && read &…
454 …$remote $dst_user $dst_host "{ test ! -f .profile || . ./.profile ;} && { test -d \"$dst_dir\" || …
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmanifest-import185 [ -L "$generic_prof" ] && mv $generic_prof /etc/svc/profile/
186 [ -L "$ns_prof" ] && mv $ns_prof /etc/svc/profile/
187 [ -L "$inetd_prof" ] && mv $inetd_prof /etc/svc/profile/
188 [ -L "$platform_prof" ] && mv $platform_prof /etc/svc/profile/
320 [ -f /var/svc/profile/upgrade ] && activity=true
325 if [ -f /var/svc/profile/upgrade ]; then
326 . /var/svc/profile/upgrade
328 /usr/bin/mv /var/svc/profile/upgrade \
329 /var/svc/profile/upgrade.app.`date +\%Y\%m\%d\%H\%M\%S`
338 datalink_script=/var/svc/profile/upgrade_datalink
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel-dtrace-providers.p5m46 file path=kernel/drv/$(ARCH64)/profile group=sys
54 file path=kernel/drv/profile.conf group=sys
67 hardlink path=kernel/dtrace/$(ARCH64)/profile \
68 target=../../../kernel/drv/$(ARCH64)/profile
79 file path=usr/share/man/man4d/profile.4d
87 driver name=profile perms="profile 0644 root sys"
/illumos-gate/usr/src/cmd/hal/utils/
H A Dcdutils.c211 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()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c469 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 …]
/illumos-gate/usr/src/cmd/dtrace/demo/tcp/
H A Dtcptop.d83 profile:::tick-1sec
92 profile:::tick-1sec
126 profile:::tick-1sec

12345678910>>...13