• Home
  • Raw
  • Download

Lines Matching refs:D

78     D("RPC-callback thread for %08x:%08x starting.\n",  in cb_context()
91 D("RPC-callback thread for %08x:%08x: signalled but no data.\n", in cb_context()
111 D("%08x:%08x dispatching RPC call (XID %d, xdr %p) for " in cb_context()
127 D("%08x:%08x expecting XDR == NULL" in cb_context()
135 D("%08x:%08x cloning XDR for " in cb_context()
152 D("%08x:%08x marking input buffer as free.\n", in cb_context()
178 D("RPC-callback thread for %08x:%08x terminating.\n", in cb_context()
215 D("%08x:%08x waiting for XDR input buffer " in rx_context()
222 D("%08x:%08x reading data.\n", in rx_context()
236 D("%08x:%08x received REPLY (XID %d), " in rx_context()
242 D("%08x:%08x got mutex, waking up client.\n", in rx_context()
252 D("%08x:%08x received CALL.\n", in rx_context()
257 D("%08x:%08x starting callback thread.\n", in rx_context()
265 D("%08x:%08x waking up callback thread.\n", in rx_context()
292 D("RPC-client RX thread exiting!\n"); in rx_context()
348 D("%08x:%08x sending call (XID %d).\n", in clnt_call()
356 D("%08x:%08x waiting for reply.\n", in clnt_call()
359 D("%08x:%08x received reply.\n", client->xdr->x_prog, client->xdr->x_vers); in clnt_call()
371 D("%08x:%08x decoding reply header.\n", in clnt_call()
404 D("%08x:%08x call success.\n", in clnt_call()
409 D("%08x:%08x marking input buffer as free.\n", in clnt_call()
575 D("launching RX thread.\n"); in clnt_create()
598 D("%08x:%08x destroying client\n", in clnt_destroy()
606 D("%08x:%08x stopping callback thread\n", in clnt_destroy()
612 D("%08x:%08x joining callback thread\n", in clnt_destroy()
623 D("%08x:%08x removing from client list\n", in clnt_destroy()
638 D("stopping rx thread!\n"); in clnt_destroy()
640 D("stopped rx thread\n"); in clnt_destroy()
662 D("client destroy done\n"); in clnt_destroy()