Searched refs:vcs_read (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/cs/vcs_src/
H A Dmnt_imount.h34 int vcs_read();
H A Dmnt_list.c79 if (vcs_write(buf) <= 0 || vcs_read(reply, 1024) <= 0)
103 if (vcs_write(buf) > 0 && vcs_read(reply, 1024) > 0)
H A Dmnt_umount.c72 if (vcs_write(buf) > 0 && vcs_read(reply, 1024) > 0)
H A Dmnt_vcs.c41 int vcs_read(buf, bufsize) function
157 if (vcs_write(buf) <=0 || vcs_read(reply, 1024) <=0)
H A Dmnt_mtab.c121 vcs_read(reply, 1024 * 2) > 0)
H A Dmnt_mount.c191 if (vcs_write(buf) <= 0 || vcs_read(reply, 1024) <= 0)

Completed in 38 milliseconds