Searched refs:msgtable (Results 1 – 2 of 2) sorted by relevance
33 static msginfo msgtable[] = { variable36 #define MSGTABLE_SIZE (sizeof(msgtable)/sizeof(msgtable[0]))67 int class_id = IPC_MESSAGE_ID_CLASS(msgtable[i].id); in check_msgtable()68 file_name = msgtable[i].file; in check_msgtable()119 if ((!prefix) || strstr(msgtable[i].name, prefix) == msgtable[i].name) { in dump_msgtable()124 std::cout << msgtable[i].id; in dump_msgtable()127 std::cout << msgtable[i].id << " " << in dump_msgtable()128 IPC_MESSAGE_ID_CLASS(msgtable[i].id) << "," << in dump_msgtable()129 IPC_MESSAGE_ID_LINE(msgtable[i].id) << " "; in dump_msgtable()130 std::cout << msgtable[i].name; in dump_msgtable()[all …]
82 static const struct msgtable struct87 } msgtable = variable93 #define msgstr (&msgtable.msg_NOERROR[0])98 [DWFL_E_##name] = offsetof (struct msgtable, msg_##name),