Searched refs:opcode2string (Results 1 – 8 of 8) sorted by relevance
/reactos/base/services/nfsd/ |
H A D | upcall.c | 107 time(NULL), version, upcall->xid, opcode2string(upcall->opcode), upcall->root_ref, in upcall_parse() 130 opcode2string(upcall->opcode), status); in upcall_parse() 148 opcode2string(upcall->opcode)); in upcall_handle()
|
H A D | daemon_debug.h | 52 const char* opcode2string(DWORD opcode);
|
H A D | nfs41_daemon.c | 134 "get_last_error=%d\n", upcall.xid, opcode2string(upcall.opcode), in thread_main() 144 GetLastError(), upcall.xid, opcode2string(upcall.opcode)); in thread_main()
|
H A D | daemon_debug.c | 277 dprintf(level, (LPCSTR)opcode2string(opcode)); in print_opcode() 280 const char* opcode2string(DWORD opcode) in opcode2string() function
|
H A D | readwrite.c | 52 opcode2string(upcall->opcode), args->len, args->offset, args->buffer); in parse_rw()
|
/reactos/drivers/filesystems/nfs/ |
H A D | nfs41_debug.h | 51 const char *opcode2string(int opcode);
|
H A D | nfs41_debug.c | 601 const char *opcode2string(int opcode) in opcode2string() function
|
H A D | nfs41_driver.c | 595 opcode2string(entry->opcode), entry->filename, in marshal_nfs41_header() 1501 opcode2string(entry->opcode), entry, entry->xid); in nfs41_UpcallWaitForReply() 1509 print_wait_status(0, "[downcall]", status, opcode2string(entry->opcode), in nfs41_UpcallWaitForReply() 1525 opcode2string(entry->opcode), entry, entry->xid); in nfs41_UpcallWaitForReply() 1593 opcode2string(tmp->opcode), tmp->status, tmp->errno); in unmarshal_nfs41_header()
|