Searched refs:fscall (Results 1 - 25 of 50) sorted by relevance

12

/ast/src/cmd/3d/
H A Dfsync3d.c34 if (!fscall(NiL, MSG_fsync, 0, fd))
42 fscall(mp, MSG_fsync, 0, fd);
45 fscall(mp, MSG_fsync, 0, fd);
H A Dfchmod3d.c34 if (!fscall(NiL, MSG_fchmod, 0, fd, mode))
42 fscall(mp, MSG_fchmod, 0, fd, mode);
45 fscall(mp, MSG_fchmod, 0, fd, mode);
H A Dfchown3d.c34 if (!fscall(NiL, MSG_fchown, 0, fd, uid, gid))
42 fscall(mp, MSG_fchown, 0, fd, uid, gid);
45 fscall(mp, MSG_fchown, 0, fd, uid, gid);
H A Dfpathconf3d.c36 if (!fscall(NiL, MSG_fpathconf, 0, fd, op))
48 fscall(mp, MSG_fpathconf, 0, fd, op);
51 fscall(mp, MSG_fpathconf, 0, fd, op);
H A Dfstatvfs3d.c36 if (!fscall(NiL, MSG_fstatfs, 0, fd, fs))
44 fscall(mp, MSG_fstatfs, 0, fd, fs);
47 fscall(mp, MSG_fstatfs, 0, fd, fs);
H A Dstatvfs3d.c35 if (!fscall(NiL, MSG_statfs, 0, path, fs))
45 fscall(mp, MSG_statfs, 0, state.path.name, fs);
48 fscall(mp, MSG_statfs, 0, state.path.name, fs);
H A Dgetdents3d.c36 if (!fscall(NiL, MSG_getdents, 0, fd, buf, n))
44 fscall(mp, MSG_getdents, r, fd, buf, n);
47 fscall(mp, MSG_getdents, r, fd, buf, n);
69 if (!fscall(NiL, MSG_getdents, 0, fd, buf, n))
77 fscall(mp, MSG_getdents, r, fd, buf, n);
80 fscall(mp, MSG_getdents, r, fd, buf, n);
H A Dacl3d.c44 if (!fscall(NiL, MSG_acl, 0, path, cmd, cnt, buf))
55 fscall(mp, MSG_acl, 0, state.path.name, cmd, cnt, buf);
58 fscall(mp, MSG_acl, 0, state.path.name, cmd, cnt, buf);
H A Dchmod3d.c52 if (!fscall(NiL, MSG_chmod, 0, path, mode))
63 fscall(mp, MSG_chmod, 0, state.path.name, mode);
66 fscall(mp, MSG_chmod, 0, state.path.name, mode);
H A Dchown3d.c37 if (!fscall(NiL, MSG_chown, 0, path, uid, gid))
48 fscall(mp, MSG_chown, 0, path, uid, gid);
51 fscall(mp, MSG_chown, 0, path, uid, gid);
H A Dfacl3d.c42 if (!fscall(NiL, MSG_facl, 0, fd, cmd, cnt, buf))
51 fscall(mp, MSG_facl, 0, fd, cmd, cnt, buf);
54 fscall(mp, MSG_facl, 0, fd, cmd, cnt, buf);
H A Dpathconf3d.c37 if (!fscall(NiL, MSG_pathconf, 0, path, op))
51 fscall(mp, MSG_pathconf, 0, sp, op);
54 fscall(mp, MSG_pathconf, 0, sp, op);
H A Dread3d.c37 if (!fscall(NiL, MSG_read, 0, fd, buf, n))
52 fscall(mp, r, MSG_read3d, fd, buf, n, off);
62 fscall(mp, MSG_read3d, r, fd, buf, n, off);
H A Dreadlink3d.c37 if (!fscall(NiL, MSG_readlink, 0, path, buf, size))
54 if (mp) fscall(mp, MSG_readlink, r, path, buf, size);
57 fscall(mp, MSG_readlink, r, path, buf, size);
H A Dwrite3d.c37 if (!fscall(NiL, MSG_write, 0, fd, buf, n))
52 fscall(mp, MSG_write3d, r, fd, buf, n, off);
62 fscall(mp, MSG_write3d, r, fd, buf, n, off);
H A Dftruncate3d.c45 if (!fscall(NiL, MSG_ftruncate, 0, fd, size))
67 fscall(mp, MSG_ftruncate, 0, fd, size);
70 fscall(mp, MSG_ftruncate, 0, fd, size);
84 if (!fscall(NiL, MSG_ftruncate, 0, fd, size))
92 fscall(mp, MSG_ftruncate, 0, fd, size);
95 fscall(mp, MSG_ftruncate, 0, fd, size);
H A Dtruncate3d.c46 if (!fscall(NiL, MSG_truncate, 0, path, size))
70 fscall(mp, MSG_truncate, 0, path, size);
73 fscall(NiL, MSG_truncate, 0, path, size);
89 if (!fscall(NiL, MSG_truncate, 0, path, size))
100 fscall(NiL, MSG_truncate, 0, path, size);
103 fscall(NiL, MSG_truncate, 0, path, size);
H A Dbrk3d.c39 fscall(mp, MSG_break, 0, p);
H A Dexit3d.c39 fscall(mp, MSG_exit, 0, code, state.pid);
H A Dkill3d.c40 fscall(mp, MSG_kill, 0, pid, sig);
H A Dsbrk3d.c39 fscall(mp, MSG_break, 0, p);
H A Dfstat3d.c60 if (!fscall(NiL, MSG_fstat, 0, fd, st))
80 fscall(mp, MSG_fstat, 0, fd, st);
83 fscall(mp, MSG_fstat, 0, fd, st);
108 if (!fscall(NiL, MSG_fstat, 0, fd, &ss))
123 fscall(mp, MSG_fstat, 0, fd, st);
126 fscall(mp, MSG_fstat, 0, fd, st);
H A Dlseek3d.c63 if (!fscall(NiL, MSG_seek, 0, fd, off, op))
85 fscall(mp, MSG_seek, r, fd, off, op);
88 fscall(mp, MSG_seek, r, fd, off, op);
108 if (!fscall(NiL, MSG_seek, 0, fd, off, op))
122 fscall(mp, MSG_seek, r, fd, off, op);
125 fscall(mp, MSG_seek, r, fd, off, op);
H A Dlstat3d.c55 if (!fscall(NiL, MSG_lstat, 0, path, st))
63 fscall(mp, MSG_lstat, 0, state.path.name, st);
66 fscall(mp, MSG_lstat, 0, state.path.name, st);
99 if (!fscall(NiL, MSG_lstat, 0, path, &ss))
110 fscall(mp, MSG_lstat, 0, state.path.name, &ss);
113 fscall(mp, MSG_lstat, 0, state.path.name, &ss);
H A Dstat3d.c53 if (!fscall(NiL, MSG_stat, 0, path, st))
79 fscall(mp, MSG_stat, 0, state.path.name, st);
82 fscall(mp, MSG_stat, 0, state.path.name, st);
115 if (!fscall(NiL, MSG_stat, 0, path, &ss))
126 fscall(mp, MSG_stat, 0, state.path.name, &ss);
129 fscall(mp, MSG_stat, 0, state.path.name, &ss);

Completed in 19 milliseconds

12