Lines Matching refs:prbstat
52 prb_status_t prbstat; in tnfctl_close() local
103 prbstat = prb_proc_setklc(proc_p, B_TRUE); in tnfctl_close()
104 if (prbstat) in tnfctl_close()
105 return (_tnfctl_map_to_errcode(prbstat)); in tnfctl_close()
106 prbstat = prb_proc_setrlc(proc_p, B_FALSE); in tnfctl_close()
107 if (prbstat) in tnfctl_close()
108 return (_tnfctl_map_to_errcode(prbstat)); in tnfctl_close()
111 prbstat = prb_proc_setklc(proc_p, B_FALSE); in tnfctl_close()
112 if (prbstat) in tnfctl_close()
113 return (_tnfctl_map_to_errcode(prbstat)); in tnfctl_close()
114 prbstat = prb_proc_setrlc(proc_p, B_TRUE); in tnfctl_close()
115 if (prbstat) in tnfctl_close()
116 return (_tnfctl_map_to_errcode(prbstat)); in tnfctl_close()
119 prbstat = prb_proc_setklc(proc_p, B_FALSE); in tnfctl_close()
120 if (prbstat) in tnfctl_close()
121 return (_tnfctl_map_to_errcode(prbstat)); in tnfctl_close()
122 prbstat = prb_proc_setrlc(proc_p, B_FALSE); in tnfctl_close()
123 if (prbstat) in tnfctl_close()
124 return (_tnfctl_map_to_errcode(prbstat)); in tnfctl_close()
129 prbstat = prb_proc_close(proc_p); in tnfctl_close()
131 return (_tnfctl_map_to_errcode(prbstat)); in tnfctl_close()
147 prb_status_t prbstat; in _tnfctl_external_releaselock() local
156 prbstat = hdl->p_write(hdl->proc_p, targ_symbol_ptr, in _tnfctl_external_releaselock()
158 if (prbstat) { in _tnfctl_external_releaselock()
159 return (_tnfctl_map_to_errcode(prbstat)); in _tnfctl_external_releaselock()