Lines Matching refs:errx
49 if (rv) errx(1, "p9p_handshake io failed %d, %d", rv, *a4)
92 errx(1, "server invalid response to Tversion: %d", type); in p9p_handshake()
94 errx(1, "server invalid tag: %d vs. %d", in p9p_handshake()
99 errx(1, "server invalid response: no request length"); in p9p_handshake()
101 errx(1, "server request length below minimum accepted: " in p9p_handshake()
106 errx(1, "server invalid response: no version"); in p9p_handshake()
108 errx(1, "server doesn't support %s", p9p_ver2str(p9p->protover)); in p9p_handshake()
129 errx(1, "Rattach not received, got %d", type); in p9p_handshake()
131 errx(1, "server invalid tag: %d vs. %d", tagid, rtagid); in p9p_handshake()
179 errx(1, "Rwalk not received for rnode, got %d", type); in p9p_handshake()
181 errx(1, "server invalid tag: %d vs. %d", in p9p_handshake()
184 errx(1, "can't get number of walked qids"); in p9p_handshake()
186 errx(1, "can't locate rootpath %s, only %d/%d " in p9p_handshake()
214 errx(1, "Rstat not received, got %d", type); in p9p_handshake()
216 errx(1, "server invalid tag: %d vs. %d", tagid, rtagid); in p9p_handshake()
218 errx(1, "couldn't get stat len parameter"); in p9p_handshake()
220 errx(1, "could not parse root attributes"); in p9p_handshake()