| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/t/ |
| DProf.t | 44 sub profile { subroutine 82 profile $test;
|
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
| appdefault.c | 3 * 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);
|
| get_in_tkt.c | 734 profile_t profile; local 749 profile = context->profile; 766 retval = profile_get_values(profile, names, &nameval); 780 retval = profile_get_values(profile, names, &nameval); [all...] |
| /onnv/onnv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
| pkinit_profile.c | 40 * Routines for handling profile [config file] options 97 profile_t profile = NULL; local 105 profile = context->profile; 121 retval = profile_get_values(profile, names, &values); 136 retval = profile_get_values(profile, names, &values); 234 profile_t profile; local 252 profile = context->profile; 269 retval = profile_get_values(profile, names, &values) [all...] |
| /onnv/onnv-gate/usr/src/cmd/ldap/ns_ldap/ |
| ldapaddrbac.c | 292 char **profile; local 298 profile = __ns_ldap_getAttr(res->entry, "cn"); 303 if (profile == NULL || profile[0] == NULL || 309 (void) fprintf(stdout, "%s", profile[0]);
|
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/profile/ |
| prof_init.c | 33 profile_t profile; local 37 profile = malloc(sizeof(struct _profile_t)); 38 if (!profile) 40 memset(profile, 0, sizeof(struct _profile_t)); 41 profile->magic = PROF_MAGIC_PROFILE; 43 /* if the filenames list is not specified return an empty profile */ 52 profile_release(profile); 58 profile->first_file = new_file; 66 profile_release(profile); 71 *ret_profile = profile; [all...] |
| prof_tree.c | 12 * this file; all of the other profile routines build, access, and 121 * the profile are true. If not, we have a programming bug somewhere, 351 * profile node) makes this function mostly syntactic sugar for 395 profile_t profile; member in struct:profile_iterator 406 errcode_t profile_node_iterator_create(profile_t profile, 413 if (profile == 0) 415 if (profile->magic != PROF_MAGIC_PROFILE) 429 iter->profile = profile; 432 iter->file = profile->first_file [all...] |
| /onnv/onnv-gate/usr/src/lib/krb5/kadm5/ |
| alt_prof.c | 53 * alt_prof.c - Implement alternate profile file handling. 89 * krb5_aprof_init() - Initialize alternate profile context. 92 * fname - default file name of the profile. 94 * acontextp - Pointer to opaque context for alternate profile. 106 profile_t profile; local 144 profile = (profile_t) NULL; 145 kret = profile_init_path(profile_path, &profile); 149 *acontextp = profile; 154 * krb5_aprof_getvals() - Get values from alternate profile. 157 * acontext - opaque context for alternate profile [all...] |
| /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/ |
| init_os_ctx.c | 112 * 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) 440 return profile_copy (ctx->profile, profile); 451 profile_t profile; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/hal/utils/ |
| cdutils.c | 211 get_current_profile(int fd, int *profile) 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) 458 switch (profile) {
|
| /onnv/onnv-gate/usr/src/uts/common/fs/dev/ |
| sdev_profile.c | 315 * Create symlinks in the current directory based on profile 588 * Build directory vnodes based on the profile and the global 665 * Add a profile rule. 789 nvlist_t *profile = NULL; local 795 /* copyin packed profile nvlist */ 801 /* unpack packed profile nvlist */ 805 else if (err = nvlist_unpack(packed, packed_sz, &profile, KM_NOSLEEP)) 811 *nvlp = profile; 816 * Process profile passed down from libdevinfo. There are four types 827 sdev_process_profile(struct sdev_data *sdev_data, nvlist_t *profile) [all...] |
| /onnv/onnv-gate/usr/src/cmd/hal/probing/volume/ |
| probe-volume.c | 225 int profile; local 242 if (get_current_profile (fd, &profile)) { 243 switch (profile) { 307 (void) get_disc_capacity_for_profile(fd, profile, &capacity);
|
| /onnv/onnv-gate/usr/src/lib/libsldap/common/ |
| ns_confmgr.c | 158 gettext("Illegal profile type on line %d."), 323 /* Get the version of the profile. */ 580 char *profile, *container, *base; local 610 gettext("Required BaseDN and/or Profile name " 618 profile = ptr->paramList[NS_LDAP_PROFILE_P].ns_pc; 623 * Construct DN, but since this is the profile, there is no need 624 * to worry about mapping. The profile itself can not be mapped 626 (void) fprintf(fp, "dn: cn=%s,ou=%s,%s\n", profile, container, base); 844 gettext("Configuration Error: More than one profile " 861 /* Check to see if the profile is version 1 or version 2 * [all...] |
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| msg.c | 154 const char profile[] = ".profile"; variable 155 const char sysprofile[] = "/etc/profile";
|
| /onnv/onnv-gate/usr/src/lib/libdiskmgt/common/ |
| drive.c | 123 uchar_t profile[2]; member in struct:conf_feature::features::profile_list 1224 /* The first profile is the preferred one for the drive. */ 1231 prof_num = (int)convnum(feature->features.plist[0].profile, 2); [all...] |
| /onnv/onnv-gate/usr/src/cmd/ldapcachemgr/ |
| cachemgr_getldap.c | 705 * profile is refreshed, all servers are good. 2212 char *profile = NULL; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ib/ibnex/ |
| ibnex.c | 2767 ib_dm_ioc_ctrl_profile_t *profile = &ioc_info->ioc_profile; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
| k5-int.h | 256 #include "profile.h" 1525 profile_t profile; member in struct:_krb5_context [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
| emlxs_mbox.h | 289 uint32_t HBQ_headerLen; /* 0 if not profile 4 or 5 */ 292 uint32_t HBQ_profile; /* Selection profile 0=all, */ 615 uint32_t profile:8; member in struct:__anon25 622 uint32_t profile:8; member in struct:__anon25 800 uint32_t profile:8; member in struct:__anon29 807 uint32_t profile:8; member in struct:__anon29 1733 uint32_t profile:8; \/* Selection Profile *\/ member in struct:__anon43::__anon44::__anon61 1738 uint32_t profile:8; \/* Selection Profile *\/ member in struct:__anon43::__anon44::__anon61 [all...] |