/ast/src/cmd/3d/ |
H A D | fsync3d.c | 34 if (!fscall(NiL, MSG_fsync, 0, fd)) 42 fscall(mp, MSG_fsync, 0, fd); 45 fscall(mp, MSG_fsync, 0, fd);
|
H A D | fchmod3d.c | 34 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 D | fchown3d.c | 34 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 D | fpathconf3d.c | 36 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 D | fstatvfs3d.c | 36 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 D | statvfs3d.c | 35 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 D | getdents3d.c | 36 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 D | acl3d.c | 44 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 D | chmod3d.c | 52 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 D | chown3d.c | 37 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 D | facl3d.c | 42 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 D | pathconf3d.c | 37 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 D | read3d.c | 37 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 D | readlink3d.c | 37 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 D | write3d.c | 37 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 D | ftruncate3d.c | 45 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 D | truncate3d.c | 46 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 D | brk3d.c | 39 fscall(mp, MSG_break, 0, p);
|
H A D | exit3d.c | 39 fscall(mp, MSG_exit, 0, code, state.pid);
|
H A D | kill3d.c | 40 fscall(mp, MSG_kill, 0, pid, sig);
|
H A D | sbrk3d.c | 39 fscall(mp, MSG_break, 0, p);
|
H A D | fstat3d.c | 60 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 D | lseek3d.c | 63 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 D | lstat3d.c | 55 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 D | stat3d.c | 53 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);
|