Home
last modified time | relevance | path

Searched refs:USER_ERROR (Results 1 – 4 of 4) sorted by last modified time

/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c549 case USER_ERROR: in err_handle()
/illumos-gate/usr/src/uts/common/sys/
H A Dacl.h226 #define USER_ERROR 2 macro
264 #define EACL_USER_ERROR USER_ERROR
/illumos-gate/usr/src/lib/sun_fc/common/
H A DTrace.cc98 case USER_ERROR: in message()
H A DTrace.h94 message(USER_ERROR, msg); in userError()
106 static const int USER_ERROR = 6; variable