Searched refs:profile_name (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | libnwam_audit.c | 58 edata->adt_nwam_enable.profile_name = name; 62 edata->adt_nwam_disable.profile_name = name;
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | globals.c | 188 const char *profile_name = NULL; /* object being profiled */ variable
|
H A D | _rtld.h | 625 extern const char *profile_name; /* object being profiled */
|
H A D | util.c | 2036 profile_name = s2; 2441 rpl_audit = profile_lib = profile_name = NULL; 2505 prm_audit = profile_lib = profile_name = NULL;
|
H A D | dlfcns.c | 1848 if (profile_name == NULL) { 1853 *(const char **)p = profile_name;
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/ |
H A D | nvm_map.h | 582 u8 profile_name[80]; /* 0x1054 */ member in struct:niv_func_cfg
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_internal.h | 459 const char *profile_name; /* profile schema attribute name */ member in struct:ns_default_config
|
H A D | ns_config.c | 1316 if (defconfig[i].profile_name == NULL) 1318 if (strcasecmp(defconfig[i].profile_name, value) == 0) { 3065 if (def->profile_name == NULL) 3067 (void) strlcpy(abuf, def->profile_name, sizeof (abuf)); 3131 __print2buf(buffer, def->profile_name,
|
H A D | ns_standalone.c | 960 * profile_name - the name of a DUAProfile to be obtained. 971 const char *profile_name, 986 profile_name); 969 getDUAProfile(LDAP *ld, const char *dir_base_dn, const char *profile_name, char **profile) argument
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | localaddr.c | 1238 static const char *const profile_name[] = { local 1249 err = profile_get_values (context->profile, profile_name, &values);
|
Completed in 124 milliseconds