Searched refs:SCF_PROPERTY_USER (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/librestart/common/ |
H A D | librestart.c | 2525 if (!(get_astring_val(methpg, SCF_PROPERTY_USER, in get_ids() 2527 SCF_PROPERTY_USER, vbuf, vbuf_sz, prop, in get_ids() 2530 "Could not get \"%s\" property.", SCF_PROPERTY_USER)); in get_ids() 2536 "error %d.", SCF_PROPERTY_USER, vbuf, r)); in get_ids()
|
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 381 #define SCF_PROPERTY_USER "user" macro
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 915 if (new_opt_str_prop_from_attr(pg, SCF_PROPERTY_USER, SCF_TYPE_ASTRING, in lxml_get_method_credential()
|
H A D | svccfg_libscf.c | 9599 if (pg_get_prop(pg, SCF_PROPERTY_USER, in export_method() 9683 } else if (strcmp(exp_str, SCF_PROPERTY_USER) == 0 || in export_method() 9884 } else if (strcmp(exp_str, SCF_PROPERTY_USER) == 0) { in export_method_context()
|