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

  /src/sys/kern/
subr_copy.c 761 ustore_16(uint16_t *uaddr, uint16_t val) function
790 __strong_alias(ustore_short,ustore_16);
  /src/tests/modules/
t_ufetchstore.c 721 ATF_TC_WITH_CLEANUP(ustore_16); variable
722 ATF_TC_HEAD(ustore_16, tc)
725 "test for correct ustore_16 behavior");
727 ATF_TC_BODY(ustore_16, tc)
737 ATF_TC_CLEANUP(ustore_16, tc)
807 "test for correct ustore_16 NULL pointer behavior");
877 "test for correct ustore_16 VM_MAX_ADDRESS pointer behavior");
930 "test for correct ustore_16 VM_MAX_ADDRESS pointer behavior");
1263 ATF_TP_ADD_TC(tp, ustore_16);
  /src/tests/modules/ufetchstore/
t_ufetchstore.c 721 ATF_TC_WITH_CLEANUP(ustore_16); variable
722 ATF_TC_HEAD(ustore_16, tc)
725 "test for correct ustore_16 behavior");
727 ATF_TC_BODY(ustore_16, tc)
737 ATF_TC_CLEANUP(ustore_16, tc)
807 "test for correct ustore_16 NULL pointer behavior");
877 "test for correct ustore_16 VM_MAX_ADDRESS pointer behavior");
930 "test for correct ustore_16 VM_MAX_ADDRESS pointer behavior");
1263 ATF_TP_ADD_TC(tp, ustore_16);

Completed in 54 milliseconds