HomeSort by: relevance | last modified time | path
    Searched refs:protover (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.sbin/puffs/mount_9p/
ninepuffs.c 150 int protover; local in function:main
167 protover = P9PROTO_VERSION;
203 protover = P9PROTO_VERSION_U;
255 p9p.protover = protover;
fs.c 85 p9pbuf_put_str(pb, p9p_ver2str(p9p->protover));
107 if (strncmp(str, p9p_ver2str(p9p->protover), P9PROTO_VERSTR_MAXLEN) != 0) {
108 errx(1, "server doesn't support %s", p9p_ver2str(p9p->protover));
121 if (p9p->protover == P9PROTO_VERSION_U)
nineproto.c 176 if (p9p->protover == P9PROTO_VERSION_U) {
205 if (p9p->protover == P9PROTO_VERSION_U) {
378 if (p9p->protover == P9PROTO_VERSION_U) {
ninepuffs.h 107 int protover; member in struct:puffs9p
node.c 447 if (p9p->protover == P9PROTO_VERSION_U)
  /src/usr.sbin/puffs/mount_psshfs/
fs.c 108 pctx->protover = psbuf_get_reqid(pb);
psshfs.h 165 int protover; member in struct:psshfs_ctx
node.c 680 if (pctx->protover < 3) {
822 if (pctx->protover < 3) {
867 if (pctx->protover < 2) {
  /src/sys/arch/usermode/usermode/
thunk.c 1164 const char *protover = "RFB 003.003\n"; local in function:thunk_rfb_handshake
1170 len = safe_send(rfb->clientfd, protover, strlen(protover));

Completed in 16 milliseconds