Lines Matching defs:rej
843 trace_so(Rt_map *clmp, Rej_desc *rej, const char *name, const char *path,
862 if (rej && (rej->rej_type == 0)) {
871 if (rej) {
876 MSG_INTL(ldd_reject[rej->rej_type]),
877 conv_reject_desc(rej, &rej_buf, M_MACH));
878 if (rej->rej_name)
879 path = rej->rej_name;
886 if (rej->rej_flags & FLG_REJ_ALTER)
1097 Rej_desc *rej)
1115 trace_so(clmp, rej, name, 0, 0,
1118 trace_so(clmp, rej, name, 0, 0,
1123 if (rej->rej_type) {
1126 eprintf(lml, ERR_FATAL, MSG_INTL(err_reject[rej->rej_type]),
1127 rej->rej_name ? rej->rej_name : MSG_INTL(MSG_STR_UNKNOWN),
1128 conv_reject_desc(rej, &rej_buf, M_MACH));
1141 Rej_desc *rej, int *in_nfavl)
1204 rej->rej_name = nname;
1206 rej->rej_flags = FLG_REJ_ALTER;
1207 rej->rej_type = SGS_REJ_STR;
1208 rej->rej_str = strerror(EISDIR);
1209 DBG_CALL(Dbg_file_rejected(lml, rej, M_MACH));
1302 rej->rej_type = SGS_REJ_STR;
1303 rej->rej_str = strerror(errno);
1310 fd, rej);
1325 rej->rej_type = SGS_REJ_STR;
1326 rej->rej_str = strerror(errno);
1339 if (rej->rej_type) {
1340 rej->rej_name = nname;
1342 rej->rej_flags = FLG_REJ_ALTER;
1343 DBG_CALL(Dbg_file_rejected(lml, rej, M_MACH));
1352 find_path(Lm_list *lml, Rt_map *clmp, uint_t flags, Fdesc *fdp, Rej_desc *rej,
1395 rej, in_nfavl);
1406 return (file_open(err, lml, clmp, flags, fdp, rej, in_nfavl));
1413 _find_file(Lm_list *lml, Rt_map *clmp, uint_t flags, Fdesc *fdp, Rej_desc *rej,
1444 return (file_open(0, lml, clmp, flags, fdp, rej, in_nfavl));
1448 find_file(Lm_list *lml, Rt_map *clmp, uint_t flags, Fdesc *fdp, Rej_desc *rej,
1529 rej, pdp, 1, in_nfavl);
1552 return (_find_file(lml, clmp, flags, fdp, rej, pdp, 0, in_nfavl));
1571 map_fail(Fdesc *fdp, size_t fsize, const char *name, int fd, Rej_desc *rej)
1582 rej->rej_type = SGS_REJ_UNKFILE;
1592 rej->rej_type = 0;
1601 fdp, name, rej) == 0) && rej->rej_type)
1609 if (rej->rej_type == 0)
1610 rej->rej_type = SGS_REJ_UNKFILE;
1637 Rej_desc *rej)
1684 fd, rej))
1687 rej->rej_type = SGS_REJ_STR;
1688 rej->rej_str = strerror(err);
1707 rej->rej_type = SGS_REJ_STR;
1708 rej->rej_str = strerror(errno);
1730 mpp->mr_fsize, fdp, name, rej);
1735 mpp->mr_fsize, fdp, name, rej);
1752 if (rej->rej_type == 0)
1753 rej->rej_type = SGS_REJ_UNKFILE;
1940 Fdesc *fdp, Rej_desc *rej, int *in_nfavl)
2002 rejection_inherit(rej, &_rej);
2049 rejection_inherit(rej, &_rej);
2415 Grp_hdl **hdl, Fdesc *fdp, Rej_desc *rej, int *in_nfavl)
2432 if ((nlmp = load_so(lml, lmco, clmp, flags, fdp, rej,
2461 rejection_inherit(rej, &_rej);
2495 rejection_inherit(rej, &_rej);
2546 Rej_desc rej = { 0 };
2560 mode, (flags | FLG_RT_CAP), hdl, &rej, in_nfavl);
2576 &rej, in_nfavl);
2592 file_notfound(lml, name, clmp, flags, &rej);