Home
last modified time | relevance | path

Searched refs:XDROutPacketDestroy (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c320 XDROutPacketDestroy(&rpc_call); in send_rpc_call()
359 XDROutPacketDestroy (&rpc_call); in send_rpc_call()
445 XDROutPacketDestroy(&call); in get_remote_address()
452 XDROutPacketDestroy (&call); in get_remote_address()
474 XDROutPacketDestroy(&call); in nfs_mount()
482 XDROutPacketDestroy(&call); in nfs_mount()
490 XDROutPacketDestroy(&call); in nfs_mount()
497 XDROutPacketDestroy(&call); in nfs_mount()
523 XDROutPacketDestroy(&call); in nfs_lookup()
531 XDROutPacketDestroy(&call); in nfs_lookup()
[all …]
H A DXDROutPacket.h17 void XDROutPacketDestroy (struct XDROutPacket *packet);
H A DXDROutPacket.c32 XDROutPacketDestroy(struct XDROutPacket *packet) in XDROutPacketDestroy() function