Lines Matching refs:rej

842 trace_so(Rt_map *clmp, Rej_desc *rej, const char *name, const char *path,  in trace_so()  argument
861 if (rej && (rej->rej_type == 0)) { in trace_so()
870 if (rej) { in trace_so()
875 MSG_INTL(ldd_reject[rej->rej_type]), in trace_so()
876 conv_reject_desc(rej, &rej_buf, M_MACH)); in trace_so()
877 if (rej->rej_name) in trace_so()
878 path = rej->rej_name; in trace_so()
885 if (rej->rej_flags & FLG_REJ_ALTER) in trace_so()
1096 Rej_desc *rej) in file_notfound() argument
1114 trace_so(clmp, rej, name, 0, 0, in file_notfound()
1117 trace_so(clmp, rej, name, 0, 0, in file_notfound()
1122 if (rej->rej_type) { in file_notfound()
1125 eprintf(lml, ERR_FATAL, MSG_INTL(err_reject[rej->rej_type]), in file_notfound()
1126 rej->rej_name ? rej->rej_name : MSG_INTL(MSG_STR_UNKNOWN), in file_notfound()
1127 conv_reject_desc(rej, &rej_buf, M_MACH)); in file_notfound()
1140 Rej_desc *rej, int *in_nfavl) in file_open() argument
1203 rej->rej_name = nname; in file_open()
1205 rej->rej_flags = FLG_REJ_ALTER; in file_open()
1206 rej->rej_type = SGS_REJ_STR; in file_open()
1207 rej->rej_str = strerror(EISDIR); in file_open()
1208 DBG_CALL(Dbg_file_rejected(lml, rej, M_MACH)); in file_open()
1302 rej->rej_type = SGS_REJ_STR; in file_open()
1303 rej->rej_str = strerror(errno); in file_open()
1310 fd, rej); in file_open()
1325 rej->rej_type = SGS_REJ_STR; in file_open()
1326 rej->rej_str = strerror(errno); in file_open()
1339 if (rej->rej_type) { in file_open()
1340 rej->rej_name = nname; in file_open()
1342 rej->rej_flags = FLG_REJ_ALTER; in file_open()
1343 DBG_CALL(Dbg_file_rejected(lml, rej, M_MACH)); in file_open()
1352 find_path(Lm_list *lml, Rt_map *clmp, uint_t flags, Fdesc *fdp, Rej_desc *rej, in find_path() argument
1395 rej, in_nfavl); in find_path()
1406 return (file_open(err, lml, clmp, flags, fdp, rej, in_nfavl)); in find_path()
1413 _find_file(Lm_list *lml, Rt_map *clmp, uint_t flags, Fdesc *fdp, Rej_desc *rej, in _find_file() argument
1444 return (file_open(0, lml, clmp, flags, fdp, rej, in_nfavl)); in _find_file()
1448 find_file(Lm_list *lml, Rt_map *clmp, uint_t flags, Fdesc *fdp, Rej_desc *rej, in find_file() argument
1529 rej, pdp, 1, in_nfavl); in find_file()
1552 return (_find_file(lml, clmp, flags, fdp, rej, pdp, 0, in_nfavl)); in find_file()
1568 map_fail(Fdesc *fdp, size_t fsize, const char *name, int fd, Rej_desc *rej) in map_fail() argument
1579 rej->rej_type = SGS_REJ_UNKFILE; in map_fail()
1589 rej->rej_type = 0; in map_fail()
1598 fdp, name, rej) == 0) && rej->rej_type) in map_fail()
1606 if (rej->rej_type == 0) in map_fail()
1607 rej->rej_type = SGS_REJ_UNKFILE; in map_fail()
1634 Rej_desc *rej) in map_obj() argument
1681 fd, rej)) in map_obj()
1684 rej->rej_type = SGS_REJ_STR; in map_obj()
1685 rej->rej_str = strerror(err); in map_obj()
1704 rej->rej_type = SGS_REJ_STR; in map_obj()
1705 rej->rej_str = strerror(errno); in map_obj()
1727 mpp->mr_fsize, fdp, name, rej); in map_obj()
1743 if (rej->rej_type == 0) in map_obj()
1744 rej->rej_type = SGS_REJ_UNKFILE; in map_obj()
1930 Fdesc *fdp, Rej_desc *rej, int *in_nfavl) in load_so() argument
1992 rejection_inherit(rej, &_rej); in load_so()
2039 rejection_inherit(rej, &_rej); in load_so()
2405 Grp_hdl **hdl, Fdesc *fdp, Rej_desc *rej, int *in_nfavl) in load_path() argument
2422 if ((nlmp = load_so(lml, lmco, clmp, flags, fdp, rej, in load_path()
2451 rejection_inherit(rej, &_rej); in load_path()
2485 rejection_inherit(rej, &_rej); in load_path()
2536 Rej_desc rej = { 0 }; in load_one() local
2550 mode, (flags | FLG_RT_CAP), hdl, &rej, in_nfavl); in load_one()
2566 &rej, in_nfavl); in load_one()
2582 file_notfound(lml, name, clmp, flags, &rej); in load_one()