Searched defs:profiles (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsecdb/common/
H A Dchkauthattr.c47 * Enumeration functions for auths and profiles; the enumeration functions
54 * The function might be NULL but only for profiles as we are always collecting
55 * all the profiles.
56 * Both the auths and the profiles arguments may be NULL.
59 * all the profiles/athorizations/keywords/etc.
83 * Enumerate profiles from listed profiles.
94 char *profiles; local
105 COPYTOSTACK(profiles, cprofiles)
107 while (prof = strtok_r(profiles, KV_SEPST
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c908 manifest_info_t **profiles = NULL; local
939 /* Get list of profiles to be applied. */
940 if ((profile_count = find_manifests(g_hndl, file, &profiles,
953 /* No profiles to process. */
962 * and process all of the profiles.
967 for (entry = profiles; *entry != NULL; entry++) {
988 free_manifest_array(profiles);
993 free_manifest_array(profiles);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h439 } profiles; member in struct:__anon7395
1936 } profiles; member in struct:__anon7429::__anon7430::__anon7447

Completed in 97 milliseconds