Home
last modified time | relevance | path

Searched refs:SUA_EINVAL (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c116 return (SUA_EINVAL); in parse_sua()
121 return (SUA_EINVAL); in parse_sua()
178 case SUA_EINVAL: in parse_sua()
179 ret_val = SUA_EINVAL; in parse_sua()
233 return (SUA_EINVAL); in parse_signatures()
287 return (SUA_EINVAL); in parse_signatures()
299 case SUA_EINVAL : in parse_signatures()
300 return (SUA_EINVAL); in parse_signatures()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dhsfs_susp.h49 #define SUA_EINVAL -6 macro