Searched refs:p9_client_rpc (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/9p/
H A Dclient.c96 p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...);
505 req = p9_client_rpc(c, P9_TFLUSH, "w", oldtag);
522 * p9_client_rpc - issue a request and wait for a response
531 p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...) function
686 req = p9_client_rpc(c, P9_TVERSION, "ds",
690 req = p9_client_rpc(c, P9_TVERSION, "ds",
694 req = p9_client_rpc(c, P9_TVERSION, "ds",
859 req = p9_client_rpc(clnt, P9_TATTACH, "ddss?d", fid->fid,
908 req = p9_client_rpc(clnt, P9_TAUTH, "dss?d",
967 req = p9_client_rpc(cln
[all...]

Completed in 82 milliseconds