Lines Matching refs:prexstat
85 tnfctl_errcode_t prexstat; in _tnfctl_prbk_init() local
100 prexstat = prbk_get_buf_attrs(hdl); in _tnfctl_prbk_init()
101 if (prexstat) in _tnfctl_prbk_init()
102 return (prexstat); in _tnfctl_prbk_init()
155 tnfctl_errcode_t prexstat; in _tnfctl_prbk_buffer_alloc() local
176 prexstat = prbk_get_buf_attrs(hdl); in _tnfctl_prbk_buffer_alloc()
177 if (prexstat) in _tnfctl_prbk_buffer_alloc()
178 return (prexstat); in _tnfctl_prbk_buffer_alloc()
190 tnfctl_errcode_t prexstat; in _tnfctl_prbk_buffer_dealloc() local
209 prexstat = prbk_get_buf_attrs(hdl); in _tnfctl_prbk_buffer_dealloc()
210 if (prexstat) in _tnfctl_prbk_buffer_dealloc()
211 return (prexstat); in _tnfctl_prbk_buffer_dealloc()
369 tnfctl_errcode_t prexstat; in _tnfctl_refresh_kernel() local
374 prexstat = prbk_get_buf_attrs(hndl); in _tnfctl_refresh_kernel()
375 if (prexstat) in _tnfctl_refresh_kernel()
376 return (prexstat); in _tnfctl_refresh_kernel()
389 prexstat = alloc_probe_space(hndl, maxprobe); in _tnfctl_refresh_kernel()
390 if (prexstat) in _tnfctl_refresh_kernel()
391 return (prexstat); in _tnfctl_refresh_kernel()