Lines Matching refs:vbuf_sz
2380 ssize_t buf_sz = ci->vbuf_sz; in get_profile()
2513 ssize_t vbuf_sz = ci->vbuf_sz; in get_ids() local
2526 vbuf, vbuf_sz, prop, val) == 0 || get_astring_val(instpg, in get_ids()
2527 SCF_PROPERTY_USER, vbuf, vbuf_sz, prop, in get_ids()
2539 if (!(get_astring_val(methpg, SCF_PROPERTY_GROUP, vbuf, vbuf_sz, prop, in get_ids()
2541 vbuf_sz, prop, val) == 0)) { in get_ids()
2584 if (!(get_astring_val(methpg, SCF_PROPERTY_SUPP_GROUPS, vbuf, vbuf_sz, in get_ids()
2586 SCF_PROPERTY_SUPP_GROUPS, vbuf, vbuf_sz, prop, val) == 0)) { in get_ids()
2619 if (!(get_astring_val(methpg, SCF_PROPERTY_PRIVILEGES, vbuf, vbuf_sz, in get_ids()
2621 vbuf, vbuf_sz, prop, val) == 0)) { in get_ids()
2651 vbuf_sz, prop, val) == 0 || get_astring_val(instpg, in get_ids()
2652 SCF_PROPERTY_LIMIT_PRIVILEGES, vbuf, vbuf_sz, prop, val) == 0)) { in get_ids()
2719 ret = scf_value_get_as_string(val, mcp->vbuf, mcp->vbuf_sz); in get_environment()
2845 cip->vbuf_sz = scf_limit(SCF_LIMIT_MAX_VALUE_LENGTH); in restarter_get_method_context()
2846 assert(cip->vbuf_sz >= 0); in restarter_get_method_context()
2847 cip->vbuf = malloc(cip->vbuf_sz); in restarter_get_method_context()
3059 ret = scf_value_get_astring(val, cip->vbuf, cip->vbuf_sz); in restarter_get_method_context()
3149 (void) strlcpy(cip->vbuf, ":default", cip->vbuf_sz); in restarter_get_method_context()
3152 cip->vbuf_sz); in restarter_get_method_context()
3161 (void) strlcpy(cip->vbuf, ":default", cip->vbuf_sz); in restarter_get_method_context()
3228 cip->vbuf_sz); in restarter_get_method_context()
3296 cip->vbuf_sz); in restarter_get_method_context()
3383 cip->vbuf_sz); in restarter_get_method_context()