Home
last modified time | relevance | path

Searched refs:MM_INFO (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/ndk_musl_include/
Dfmtmsg.h27 #define MM_INFO 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfmtmsg.h27 #define MM_INFO 4 macro
/third_party/musl/include/
Dfmtmsg.h27 #define MM_INFO 4 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfmtmsg.h27 #define MM_INFO 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfmtmsg.h27 #define MM_INFO 4 macro
/third_party/musl/libc-test/src/api/
Dfmtmsg.c17 C(MM_INFO) in f()
/third_party/musl/src/misc/
Dfmtmsg.c39 else if (severity == MM_INFO) errstring = "INFO: "; in fmtmsg()
/third_party/ltp/testcases/kernel/syscalls/fmtmsg/
Dfmtmsg01.c90 ret_val = fmtmsg(MM_PRINT | MM_SOFT, "LTP:fmtmsg", MM_INFO, in main()