Home
last modified time | relevance | path

Searched refs:ERR_PERM (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/filesync/
H A Dfilesync.h102 #define ERR_PERM 8 /* insufficient access */ macro
112 #define ERR_ABORT (ERR_FILES|ERR_PERM)
H A Daction.c349 errs |= ERR_PERM | ERR_UNRESOLVED; in do_like()
821 errs = ERR_PERM; in do_copy()
915 errs |= ERR_PERM | ERR_UNRESOLVED; in do_remove()
1034 errs |= ERR_PERM | ERR_UNRESOLVED; in do_rename()
1088 return (ERR_PERM); in copy()
1148 return (ERR_PERM); in copy()
H A Ddebug.c145 ERR_PERM, "permissions",
H A Deval.c398 return (ERR_PERM); in eval_file()
629 walk_errs |= ERR_PERM; in walker()
/titanic_41/usr/src/cmd/streams/strcmd/
H A Dstrchg.c90 #define ERR_PERM 6 /* not owner or superuser */ macro
154 return (ERR_PERM); in main()
/titanic_41/usr/src/lib/libpkg/common/
H A Dpkglibmsgs.h294 #define ERR_PERM "permissions <%04lo> expected <%04lo> actual" macro
H A Dverify.c738 reperr(pkg_gt(ERR_PERM), ainfo->mode, in averify()