Lines Matching refs:word
17 static void DI_format(int do_lock, word id, int type, char *format, va_list argument_list);
18 static void DI_format_locked(word id, int type, char *format, va_list argument_list);
19 static void DI_format_old(word id, char *format, va_list ap) { } in DI_format_old()
21 static void single_p(byte *P, word *PLength, byte Id);
23 static word SuperTraceCreateReadReq(byte *P, const char *path);
104 static byte *queueAllocMsg(MSG_QUEUE *Q, word size) { in queueAllocMsg()
114 word need = MSG_NEED(size); in queueAllocMsg()
154 word size = ((MSG_HEAD *)Q->Head)->Size & ~MSG_INCOMPLETE; in queueFreeMsg()
169 static byte *queuePeekMsg(MSG_QUEUE *Q, word *size) { in queuePeekMsg()
312 diva_dbg_entry_head_t *diva_maint_get_message(word *size, in diva_maint_get_message()
423 word size; in DI_register()
458 (word)(len + 1 + sizeof(*pmsg))))) { in DI_register()
489 word size; in DI_deregister()
530 (word)(len + 1 + sizeof(*pmsg))))) { in DI_deregister()
581 word size; in DI_format()
616 (word)length + sizeof(*pmsg)))) { in DI_format()
647 (word)length + sizeof(*pmsg) + 2))) { in DI_format()
696 (word)length))) { in DI_format()
868 word size; in diva_mnt_add_xdi_adapter()
986 (word)(len + 1 + sizeof(*pmsg))))) { in diva_mnt_add_xdi_adapter()
1031 word size; in diva_mnt_remove_xdi_adapter()
1073 (word)(len + 1 + sizeof(*pmsg))))) { in diva_mnt_remove_xdi_adapter()
1137 word length; in SuperTraceReadRequest()
1176 word assign_data_length = 1; in SuperTraceASSIGN()
1256 word length; in SuperTraceTraceOnRequest()
1287 word length = SuperTraceCreateReadReq((byte *)pVar, name); in SuperTraceWriteVar()
1317 word length; in SuperTraceExecuteRequest()
1335 static word SuperTraceCreateReadReq(byte *P, const char *path) { in SuperTraceCreateReadReq()
1353 return ((word)(var_length + 0x08)); in SuperTraceCreateReadReq()
1356 static void single_p(byte *P, word *PLength, byte Id) { in single_p()
1797 word size; in diva_maint_trace_notify()
1849 (word)length + sizeof(*pmsg)))) { in diva_maint_trace_notify()
1914 DI_format(0, (word)drv_id, (int)type, fmt, ap); in diva_mnt_internal_dprintf()