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

  /src/sys/kern/
subr_msan.c 935 int _ret; local
938 _ret = _ucas_32(uaddr, old, new, ret);
939 if (_ret == 0)
942 return _ret;
952 int _ret; local
955 _ret = _ucas_32_mp(uaddr, old, new, ret);
956 if (_ret == 0)
959 return _ret;
970 int _ret; local
973 _ret = _ucas_64(uaddr, old, new, ret)
987 int _ret; local
1004 int _ret; local
1018 int _ret; local
1032 int _ret; local
1047 int _ret; local
    [all...]

Completed in 22 milliseconds