Home
last modified time | relevance | path

Searched refs:kdebug_signpost (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/sys/
H A Dkdebug_signpost.h45 int kdebug_signpost(uint32_t code, uintptr_t arg1, uintptr_t arg2,
H A DMakefile39 kauth.h kdebug_signpost.h lockstat.h malloc.h \
/xnu-11215/libsyscall/wrappers/
H A Dkdebug_trace.c200 kdebug_signpost(uint32_t code, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4) in kdebug_signpost() function
/xnu-11215/tests/ktrace/
H A Dkdebug_tests.c227 T_EXPECT_POSIX_SUCCESS(kdebug_signpost(SIGNPOST_SINGLE_CODE, 1, 2, 3, 4),