Home
last modified time | relevance | path

Searched refs: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) in get_localaddrs() argument
1338 if (use_profile) { in get_localaddrs()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c9469 uint8_t use_profile; in export_method() local
9573 if (scf_value_get_boolean(exp_val, &use_profile) != in export_method()
9578 if (use_profile) { in export_method()
9689 if (nonenv && !use_profile) in export_method()
9692 if (nonenv && use_profile) in export_method()
9833 uint8_t use_profile; in export_method_context() local
9844 if (scf_value_get_boolean(exp_val, &use_profile) != SCF_SUCCESS) in export_method_context()
9847 if (use_profile) in export_method_context()
9885 if (use_profile || in export_method_context()
9889 if (use_profile || in export_method_context()
[all …]
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c2802 uint8_t use_profile; in restarter_get_method_context() local
3010 ret = scf_value_get_boolean(val, &use_profile); in restarter_get_method_context()
3014 if (use_profile) { in restarter_get_method_context()