Searched refs:P9PROTO_TVERSION (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/fs/p9fs/ |
H A D | p9_protocol.h | 76 P9PROTO_TVERSION = 100, /* request for version handshake */ enumerator
|
H A D | p9_client.c | 458 req = p9_client_request(c, P9PROTO_TVERSION, &error, "ds", in p9_client_version() 462 req = p9_client_request(c, P9PROTO_TVERSION, &error, "ds", in p9_client_version() 466 req = p9_client_request(c, P9PROTO_TVERSION, &error, "ds", in p9_client_version()
|