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

  /src/tests/modules/ufetchstore/
ufetchstore_tester.c 77 args->fetchstore_error = ustore_8(uaddr, args->val8);
t_ufetchstore.c 700 ATF_TC_WITH_CLEANUP(ustore_8);
701 ATF_TC_HEAD(ustore_8, tc)
704 "test for correct ustore_8 behavior");
706 ATF_TC_BODY(ustore_8, tc)
716 ATF_TC_CLEANUP(ustore_8, tc)
790 "test for correct ustore_8 NULL pointer behavior");
860 "test for correct ustore_8 VM_MAX_ADDRESS pointer behavior");
1262 ATF_TP_ADD_TC(tp, ustore_8);
  /src/tests/modules/
t_ufetchstore.c 700 ATF_TC_WITH_CLEANUP(ustore_8);
701 ATF_TC_HEAD(ustore_8, tc)
704 "test for correct ustore_8 behavior");
706 ATF_TC_BODY(ustore_8, tc)
716 ATF_TC_CLEANUP(ustore_8, tc)
790 "test for correct ustore_8 NULL pointer behavior");
860 "test for correct ustore_8 VM_MAX_ADDRESS pointer behavior");
1262 ATF_TP_ADD_TC(tp, ustore_8);
  /src/sys/kern/
subr_copy.c 749 ustore_8(uint8_t *uaddr, uint8_t val) function in typeref:typename:int
786 __strong_alias(ustore_char,ustore_8);
  /src/sys/sys/
systm.h 397 int ustore_8(uint8_t *, uint8_t);
  /src/sys/arch/mips/mips/
mips_emul.c 1004 if (ustore_8((void *)vaddr, tf->tf_regs[(inst>>16)&0x1F]) != 0) {
  /src/share/man/man9/
Makefile 1001 MLINKS+=ustore.9 ustore_8.9 ustore.9 ustore_16.9 ustore.9 ustore_32.9 \

Completed in 14 milliseconds