Lines Matching refs:rej

843 trace_so(Rt_map *clmp, Rej_desc *rej, const char *name, const char *path,  in trace_so()  argument
862 if (rej && (rej->rej_type == 0)) { in trace_so()
871 if (rej) { in trace_so()
876 MSG_INTL(ldd_reject[rej->rej_type]), in trace_so()
877 conv_reject_desc(rej, &rej_buf, M_MACH)); in trace_so()
878 if (rej->rej_name) in trace_so()
879 path = rej->rej_name; in trace_so()
886 if (rej->rej_flags & FLG_REJ_ALTER) in trace_so()
1097 Rej_desc *rej) in file_notfound() argument
1115 trace_so(clmp, rej, name, 0, 0, in file_notfound()
1118 trace_so(clmp, rej, name, 0, 0, in file_notfound()
1123 if (rej->rej_type) { in file_notfound()
1126 eprintf(lml, ERR_FATAL, MSG_INTL(err_reject[rej->rej_type]), in file_notfound()
1127 rej->rej_name ? rej->rej_name : MSG_INTL(MSG_STR_UNKNOWN), in file_notfound()
1128 conv_reject_desc(rej, &rej_buf, M_MACH)); in file_notfound()
1141 Rej_desc *rej, int *in_nfavl) in file_open() argument
1204 rej->rej_name = nname; in file_open()
1206 rej->rej_flags = FLG_REJ_ALTER; in file_open()
1207 rej->rej_type = SGS_REJ_STR; in file_open()
1208 rej->rej_str = strerror(EISDIR); in file_open()
1209 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()
1571 map_fail(Fdesc *fdp, size_t fsize, const char *name, int fd, Rej_desc *rej) in map_fail() argument
1582 rej->rej_type = SGS_REJ_UNKFILE; in map_fail()
1592 rej->rej_type = 0; in map_fail()
1601 fdp, name, rej) == 0) && rej->rej_type) in map_fail()
1609 if (rej->rej_type == 0) in map_fail()
1610 rej->rej_type = SGS_REJ_UNKFILE; in map_fail()
1637 Rej_desc *rej) in map_obj() argument
1684 fd, rej)) in map_obj()
1687 rej->rej_type = SGS_REJ_STR; in map_obj()
1688 rej->rej_str = strerror(err); in map_obj()
1707 rej->rej_type = SGS_REJ_STR; in map_obj()
1708 rej->rej_str = strerror(errno); in map_obj()
1730 mpp->mr_fsize, fdp, name, rej); in map_obj()
1735 mpp->mr_fsize, fdp, name, rej); in map_obj()
1752 if (rej->rej_type == 0) in map_obj()
1753 rej->rej_type = SGS_REJ_UNKFILE; in map_obj()
1940 Fdesc *fdp, Rej_desc *rej, int *in_nfavl) in load_so() argument
2002 rejection_inherit(rej, &_rej); in load_so()
2049 rejection_inherit(rej, &_rej); in load_so()
2415 Grp_hdl **hdl, Fdesc *fdp, Rej_desc *rej, int *in_nfavl) in load_path() argument
2432 if ((nlmp = load_so(lml, lmco, clmp, flags, fdp, rej, in load_path()
2461 rejection_inherit(rej, &_rej); in load_path()
2495 rejection_inherit(rej, &_rej); in load_path()
2546 Rej_desc rej = { 0 }; in load_one() local
2560 mode, (flags | FLG_RT_CAP), hdl, &rej, in_nfavl); in load_one()
2576 &rej, in_nfavl); in load_one()
2592 file_notfound(lml, name, clmp, flags, &rej); in load_one()