Lines Matching defs:range
155 * of the array range to SIG_DFL.
158 _preexec_sig_unload(Lc_addr_range_t range[], uint_t count)
172 in_range(handler, range, count)) {
195 * the union of the ranges specified by the elements of the array range.
198 _preexec_atfork_unload(Lc_addr_range_t range[], uint_t count)
216 in_range(func, range, count)) ||
218 in_range(func, range, count)) ||
220 in_range(func, range, count))) {
256 * the union of the ranges specified by the elements of the array range.
261 _preexec_tsd_unload(Lc_addr_range_t range[], uint_t count)
271 in_range((_exithdlr_func_t)func, range, count))
281 * specified by the elements of the array range in the REVERSE ORDER of
286 _preexec_exit_handlers(Lc_addr_range_t range[], uint_t count)
299 if (in_range(p->hdlr, range, count)) {
317 _preexec_tsd_unload(range, count);
318 _preexec_atfork_unload(range, count);
319 _preexec_sig_unload(range, count);