Home
last modified time | relevance | path

Searched refs:rose_dms100_msgs (Results 1 – 2 of 2) sorted by relevance

/dports/misc/libpri/libpri-1.6.0/
H A Drose.c1223 static const struct rose_convert_msg rose_dms100_msgs[] = { variable
1762 table = rose_dms100_msgs; in rose_find_msg_by_op_code()
1763 num_entries = ARRAY_LEN(rose_dms100_msgs); in rose_find_msg_by_op_code()
1820 table = rose_dms100_msgs; in rose_find_msg_by_op_val()
1821 num_entries = ARRAY_LEN(rose_dms100_msgs); in rose_find_msg_by_op_val()
H A Drosetest.c2877 static const struct rose_message rose_dms100_msgs[] = { variable
3092 for (index = 0; index < ARRAY_LEN(rose_dms100_msgs); ++index) { in main()
3094 &rose_dms100_msgs[index]); in main()
3096 offset += ARRAY_LEN(rose_dms100_msgs); in main()
3125 if (index < ARRAY_LEN(rose_dms100_msgs)) { in main()
3128 &rose_dms100_msgs[index]); in main()
3131 offset += ARRAY_LEN(rose_dms100_msgs); in main()
3132 index -= ARRAY_LEN(rose_dms100_msgs); in main()