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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c1061 get_localaddrs (krb5_context context, krb5_address ***addr, int use_profile);
1332 get_localaddrs (krb5_context context, krb5_address ***addr, int use_profile) argument
1338 if (use_profile) {
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c2801 uint8_t use_profile; local
2999 ret = scf_value_get_boolean(val, &use_profile);
3003 if (use_profile)
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c9455 uint8_t use_profile; local
9559 if (scf_value_get_boolean(exp_val, &use_profile) !=
9564 if (use_profile) {
9675 if (nonenv && !use_profile)
9678 if (nonenv && use_profile)
9815 uint8_t use_profile; local
9826 if (scf_value_get_boolean(exp_val, &use_profile) != SCF_SUCCESS)
9829 if (use_profile)
9867 if (use_profile ||
9871 if (use_profile ||
[all...]

Completed in 70 milliseconds