HomeSort by: relevance | last modified time | path
    Searched refs:ERRNO_SET (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/libnv/dist/
nvpair.c 151 ERRNO_SET(ENAMETOOLONG);
180 ERRNO_SET(ENOMEM);
719 ERRNO_SET(EINVAL);
731 ERRNO_SET(EINVAL);
747 ERRNO_SET(EINVAL);
751 ERRNO_SET(EINVAL);
760 ERRNO_SET(EINVAL);
777 ERRNO_SET(EINVAL);
781 ERRNO_SET(EINVAL);
804 ERRNO_SET(EINVAL)
    [all...]
nvlist.c 382 ERRNO_SET(ENOENT);
425 ERRNO_SET(nvl->nvl_error);
910 ERRNO_SET(nvl->nvl_error);
1061 ERRNO_SET(nvl->nvl_error);
1066 ERRNO_SET(EOPNOTSUPP);
1078 ERRNO_SET(EINVAL);
1082 ERRNO_SET(EINVAL);
1086 ERRNO_SET(EINVAL);
1140 ERRNO_SET(EINVAL);
1168 ERRNO_SET(EILSEQ)
    [all...]
nv_impl.h 98 # define ERRNO_SET(var) do { \
112 #ifndef ERRNO_SET
113 # define ERRNO_SET(var) do { } while (/*CONSTCOND*/0)

Completed in 13 milliseconds