Lines Matching refs:sendmsg
101 void sendmsg(Job*, char*);
521 sendmsg(job, "unknown 9P version"); in rversion()
524 sendmsg(job, 0); in rversion()
531 sendmsg(job, "cs: authentication not required"); in rauth()
541 sendmsg(job, 0); in rflush()
555 sendmsg(job, 0); in rattach()
627 sendmsg(job, err); in rwalk()
645 sendmsg(job, err); in ropen()
652 sendmsg(job, "creation permission denied"); in rcreate()
716 sendmsg(job, err); in rread()
860 sendmsg(job, err); in rwrite()
871 sendmsg(job, 0); in rclunk()
878 sendmsg(job, "remove permission denied"); in rremove()
903 sendmsg(job, 0); in rstat()
910 sendmsg(job, "wstat permission denied"); in rwstat()
914 sendmsg(Job *job, char *err) in sendmsg() function