Home
last modified time | relevance | path

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

/freebsd/sys/fs/p9fs/
H A Dp9_client.h51 p9_proto_2000u, /* Unix version */ enumerator
H A Dp9_protocol.c294 if ((proto_version != p9_proto_2000u) && (proto_version != p9_proto_2000L)) in p9_buf_vreadf()
497 if ((proto_version != p9_proto_2000u) && (proto_version != p9_proto_2000L)) in p9_buf_vwritef()
H A Dp9_client.c79 return (clnt->proto_version == p9_proto_2000u); in p9_is_proto_dotu()
461 case p9_proto_2000u: in p9_client_version()
488 c->proto_version = p9_proto_2000u; in p9_client_version()