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

1234567891011

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.InvalidProvider4.d.ksh48 $dtrace -lP profile'/probename == "profile-199"/{printf("FOUND");}'
H A Dtst.InvalidTraceModule1.d.ksh47 $dtrace -m profile
H A Dtst.InvalidTraceName1.d.ksh46 $dtrace -n profile
H A Dtst.InvalidTraceProvider2.d.ksh47 $dtrace -P profile:::
H A Dtst.InvalidTraceProvider5.d.ksh47 $dtrace -P profile '{printf("FOUND");}'
H A Dtst.ZeroProbesWithoutZ.d.ksh48 -qP profile'{printf("I am done"); exit(0);}'
H A Dtst.ZeroProviderProbes.d.ksh49 -qP profile'{printf("I am done"); exit(0);}'
H A Dman.CoalesceTrace.d43 * | for profile ones.
64 profile:::tick-10sec
66 printf("profile: %d\n", k++);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.args.d55 profile:::tick-1
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_SPEC_COMM.SpecAftCommit.d48 profile:::tick-1sec
56 profile:::tick-1sec
61 profile:::tick-1sec
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dinc.flg32 find_files "s.*.h" usr/src/lib/gss_mechs/mech_krb5/profile
/illumos-gate/usr/src/cmd/dtrace/demo/sched/
H A Dxterm.d40 profile:::tick-1sec
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/enum/
H A Dtst.EnumEquality.d52 profile:::tick-1sec
H A Dtst.EnumValAssign.d52 profile:::tick-1sec
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.emptystack.d60 profile:::tick-4
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pointers/
H A Dtst.GlobalVar.d49 profile:::tick-1sec
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/printa/
H A Dtst.largeusersym.ksh62 profile:::profile-1001hz
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise1.d62 profile:::tick-4
H A Dtst.raise2.d62 profile:::tick-4
H A Dtst.raise3.d62 profile:::tick-4
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.progenyof.d48 profile-4999hz
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibdma/
H A Dibdma.h44 * the respective I/O Unit (HCA) providing their I/O Controller profile
47 * profile and services.
61 IBDMA_BAD_IOC_PROFILE, /* IOC profile disparity */
71 * I/O Controllers must register their IOC profile and associated
81 * profile/services information.
84 ib_dm_ioc_ctrl_profile_t *profile, ib_dm_srv_t *services);
92 * Update a previously register IOC profile/services.
95 ib_dm_ioc_ctrl_profile_t *profile, ib_dm_srv_t *services);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dappdefault.c3 * handle the [appdefaults] profile section
40 profile_t profile; local
49 profile = context->profile;
69 retval = profile_get_values(profile, names, &nameval);
87 retval = profile_get_values(profile, names, &nameval);
105 retval = profile_get_values(profile, names, &nameval);
121 retval = profile_get_values(profile, names, &nameval);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_get.c3 * querying items from the profile.
18 * profile functions can call upon these basic routines:
127 profile_get_values(profile_t profile, const char *const *names, argument
135 if ((retval = profile_node_iterator_create(profile, names,
167 errcode_t profile_get_value(profile_t profile, const char **names, argument
174 if ((retval = profile_node_iterator_create(profile, names,
193 profile_get_string(profile_t profile, const char *name, const char *subname, argument
201 if (profile) {
206 retval = profile_get_value(profile, names, &value);
225 profile_get_integer(profile_t profile, cons argument
306 profile_get_boolean(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_boolean) argument
337 profile_get_subsection_names(profile_t profile, const char **names, char ***ret_names) argument
373 profile_get_relation_names(profile_t profile, const char **names, char ***ret_names) argument
405 profile_iterator_create(profile_t profile, const char *const *names, int flags, void **ret_iter) argument
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dinit_os_ctx.c112 * This will find a profile in the registry. *pbuffer != 0 if we
335 /* Set the profile paths in the context. If secure is set to TRUE
357 &ctx->profile);
360 /* if none of the filenames can be opened use an empty profile */
362 retval = profile_init(NULL, &ctx->profile);
373 ctx->profile = 0;
415 * If there's an error in the profile, return an error. Just
438 krb5_get_profile (krb5_context ctx, profile_t *profile) argument
440 return profile_copy (ctx->profile, profile);
451 profile_t profile; local
[all...]

Completed in 111 milliseconds

1234567891011