Home
last modified time | relevance | path

Searched refs:vbuf_sz (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c2379 ssize_t buf_sz = ci->vbuf_sz; in get_profile()
2512 ssize_t vbuf_sz = ci->vbuf_sz; in get_ids() local
2526 SCF_PROPERTY_USER, vbuf, vbuf_sz, prop, in get_ids()
2540 vbuf_sz, prop, val) == 0)) { in get_ids()
2620 vbuf, vbuf_sz, prop, val) == 0)) { in get_ids()
2835 assert(cip->vbuf_sz >= 0); in restarter_get_method_context()
2836 cip->vbuf = malloc(cip->vbuf_sz); in restarter_get_method_context()
3138 cip->vbuf_sz); in restarter_get_method_context()
3214 cip->vbuf_sz); in restarter_get_method_context()
3282 cip->vbuf_sz); in restarter_get_method_context()
[all …]
H A Dlibrestart.h289 ssize_t vbuf_sz; member