HomeSort by: relevance | last modified time | path
    Searched defs:_ret (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_msan.c 935 int _ret; local in function:kmsan__ucas_32
938 _ret = _ucas_32(uaddr, old, new, ret);
939 if (_ret == 0)
942 return _ret;
952 int _ret; local in function:kmsan__ucas_32_mp
955 _ret = _ucas_32_mp(uaddr, old, new, ret);
956 if (_ret == 0)
959 return _ret;
970 int _ret; local in function:kmsan__ucas_64
973 _ret = _ucas_64(uaddr, old, new, ret)
987 int _ret; local in function:kmsan__ucas_64_mp
1004 int _ret; local in function:kmsan__ufetch_8
1018 int _ret; local in function:kmsan__ufetch_16
1032 int _ret; local in function:kmsan__ufetch_32
1047 int _ret; local in function:kmsan__ufetch_64
    [all...]
subr_msan.c 935 int _ret; local in function:kmsan__ucas_32
938 _ret = _ucas_32(uaddr, old, new, ret);
939 if (_ret == 0)
942 return _ret;
952 int _ret; local in function:kmsan__ucas_32_mp
955 _ret = _ucas_32_mp(uaddr, old, new, ret);
956 if (_ret == 0)
959 return _ret;
970 int _ret; local in function:kmsan__ucas_64
973 _ret = _ucas_64(uaddr, old, new, ret)
987 int _ret; local in function:kmsan__ucas_64_mp
1004 int _ret; local in function:kmsan__ufetch_8
1018 int _ret; local in function:kmsan__ufetch_16
1032 int _ret; local in function:kmsan__ufetch_32
1047 int _ret; local in function:kmsan__ufetch_64
    [all...]

Completed in 22 milliseconds