Home
last modified time | relevance | path

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

/netbsd/tests/modules/
H A Dt_x86_pte.c46 #define MODULE_NAME "x86_pte_tester" macro
63 char module_name[] = MODULE_NAME; in fetch_results()
74 atf_tc_skip("loading '%s' module failed.", MODULE_NAME); in fetch_results()
80 warn("failed to unload module '%s'", MODULE_NAME); in fetch_results()
H A Dt_ufetchstore.c56 #define MODULE_NAME "ufetchstore_tester" macro
62 atf_tc_skip("loading '%s' module failed.", MODULE_NAME);\
94 char module_name[] = MODULE_NAME; in unload_module()
97 warn("failed to unload module '%s'", MODULE_NAME); in unload_module()
/netbsd/external/apache2/llvm/dist/clang/lib/APINotes/
H A DAPINotesFormat.h93 MODULE_NAME = 2, enumerator
104 using ModuleNameLayout = llvm::BCRecordLayout<MODULE_NAME,
/netbsd/tests/modules/ufetchstore/
H A Dt_ufetchstore.c56 #define MODULE_NAME "ufetchstore_tester" macro
62 atf_tc_skip("loading '%s' module failed.", MODULE_NAME);\
94 char module_name[] = MODULE_NAME; in unload_module()
97 warn("failed to unload module '%s'", MODULE_NAME); in unload_module()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTBitCodes.h358 MODULE_NAME, enumerator
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp717 RECORD(MODULE_NAME); in WriteBlockInfoBlock()
1145 Abbrev->Add(BitCodeAbbrevOp(MODULE_NAME)); in WriteControlBlock()
1148 RecordData::value_type Record[] = {MODULE_NAME}; in WriteControlBlock()
H A DASTReader.cpp2884 case MODULE_NAME: in ReadControlBlock()
5267 case MODULE_NAME: in readASTFileControlBlock()
/netbsd/sys/external/bsd/acpica/dist/
H A Dchanges.txt10489 MODULE_NAME and printf format strings. Jan Beulich.