Searched refs:vbuf_sz (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/librestart/common/ |
H A D | librestart.c | 2378 ssize_t buf_sz = ci->vbuf_sz; in get_profile() 2511 ssize_t vbuf_sz = ci->vbuf_sz; in get_ids() local 2524 vbuf, vbuf_sz, prop, val) == 0 || get_astring_val(instpg, in get_ids() 2525 SCF_PROPERTY_USER, vbuf, vbuf_sz, prop, in get_ids() 2537 if (!(get_astring_val(methpg, SCF_PROPERTY_GROUP, vbuf, vbuf_sz, prop, in get_ids() 2539 vbuf_sz, prop, val) == 0)) { in get_ids() 2582 if (!(get_astring_val(methpg, SCF_PROPERTY_SUPP_GROUPS, vbuf, vbuf_sz, in get_ids() 2584 SCF_PROPERTY_SUPP_GROUPS, vbuf, vbuf_sz, prop, val) == 0)) { in get_ids() 2617 if (!(get_astring_val(methpg, SCF_PROPERTY_PRIVILEGES, vbuf, vbuf_sz, in get_ids() 2619 vbuf, vbuf_sz, prop, val) == 0)) { in get_ids() [all …]
|
H A D | librestart.h | 286 ssize_t vbuf_sz; member
|