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

  /src/tests/modules/ufetchstore/
ufetchstore_tester.c 87 args->fetchstore_error = ustore_64(uaddr, args->val64);
t_ufetchstore.c 764 ATF_TC_WITH_CLEANUP(ustore_64);
765 ATF_TC_HEAD(ustore_64, tc)
768 "test for correct ustore_64 behavior");
770 ATF_TC_BODY(ustore_64, tc)
780 ATF_TC_CLEANUP(ustore_64, tc)
842 "test for correct ustore_64 NULL pointer behavior");
912 "test for correct ustore_64 VM_MAX_ADDRESS pointer behavior");
979 "test for correct ustore_64 VM_MAX_ADDRESS pointer behavior");
1266 ATF_TP_ADD_TC(tp, ustore_64);
  /src/tests/modules/
t_ufetchstore.c 764 ATF_TC_WITH_CLEANUP(ustore_64);
765 ATF_TC_HEAD(ustore_64, tc)
768 "test for correct ustore_64 behavior");
770 ATF_TC_BODY(ustore_64, tc)
780 ATF_TC_CLEANUP(ustore_64, tc)
842 "test for correct ustore_64 NULL pointer behavior");
912 "test for correct ustore_64 VM_MAX_ADDRESS pointer behavior");
979 "test for correct ustore_64 VM_MAX_ADDRESS pointer behavior");
1266 ATF_TP_ADD_TC(tp, ustore_64);
  /src/sys/kern/
subr_copy.c 777 ustore_64(uint64_t *uaddr, uint64_t val) function in typeref:typename:int
790 __strong_alias(ustore_long,ustore_64);
791 __strong_alias(ustore_ptr,ustore_64);
  /src/sys/sys/
systm.h 401 int ustore_64(uint64_t *, uint64_t);
  /src/share/man/man9/
Makefile 1002 ustore.9 ustore_64.9 ustore.9 ustore_char.9 ustore.9 ustore_short.9 \

Completed in 16 milliseconds