Home
last modified time | relevance | path

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

/reactos/base/services/nfsd/
H A Dupcall.c107 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 Ddaemon_debug.h52 const char* opcode2string(DWORD opcode);
H A Dnfs41_daemon.c134 "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 Ddaemon_debug.c277 dprintf(level, (LPCSTR)opcode2string(opcode)); in print_opcode()
280 const char* opcode2string(DWORD opcode) in opcode2string() function
H A Dreadwrite.c52 opcode2string(upcall->opcode), args->len, args->offset, args->buffer); in parse_rw()
/reactos/drivers/filesystems/nfs/
H A Dnfs41_debug.h51 const char *opcode2string(int opcode);
H A Dnfs41_debug.c601 const char *opcode2string(int opcode) in opcode2string() function
H A Dnfs41_driver.c595 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()