| /src/tests/compat/linux/ |
| h_inotify_watch_change.c | 47 RS(targetfd = open("test", LINUX_O_RDWR|LINUX_O_CREAT, 0644)); 48 RS(close(targetfd)); 50 RS(fd = syscall(LINUX_SYS_inotify_init)); 51 RS(wd = syscall(LINUX_SYS_inotify_add_watch, fd, (register_t)"test", 55 RS(targetfd = open("test", LINUX_O_RDONLY|LINUX_O_CREAT, 0644)); 56 RS(close(targetfd)); 58 RS(nread = read(fd, events, sizeof(events))); 63 RS(wd = syscall(LINUX_SYS_inotify_add_watch, fd, (register_t)"test", 67 RS(targetfd = open("test", LINUX_O_RDONLY|LINUX_O_CREAT, 0644)); 68 RS(close(targetfd)) [all...] |
| h_inotify_single_file.c | 51 RS(targetfd = open("test", LINUX_O_RDWR|LINUX_O_CREAT, 0644)); 52 RS(close(targetfd)); 54 RS(fd = syscall(LINUX_SYS_inotify_init)); 55 RS(wd = syscall(LINUX_SYS_inotify_add_watch, fd, (register_t)"test", 59 RS(targetfd = open("test", LINUX_O_RDWR|LINUX_O_CREAT, 0644)); 60 RS(write(targetfd, &buf, sizeof(buf))); 61 RS(read(targetfd, &buf, sizeof(buf))); 62 RS(close(targetfd)); 63 RS(targetfd = open("test", LINUX_O_RDONLY|LINUX_O_CREAT, 0644)); 64 RS(close(targetfd)) [all...] |
| h_inotify_init.c | 47 RS(fd = syscall(LINUX_SYS_inotify_init)); 50 RS(close(fd)); 53 RS(fd = syscall(LINUX_SYS_inotify_init1, LINUX_IN_NONBLOCK)); 56 RS(close(fd)); 59 RS(fd = syscall(LINUX_SYS_inotify_init1, LINUX_IN_CLOEXEC)); 62 RS(close(fd));
|
| h_inotify_directory.c | 69 RS(mkdir("test", 0644)); 71 RS(fd = syscall(LINUX_SYS_inotify_init)); 72 RS(wd = syscall(LINUX_SYS_inotify_add_watch, fd, (register_t)"test", 76 RS(targetfd = open("test/test", LINUX_O_RDWR|LINUX_O_CREAT, 0644)); 77 RS(write(targetfd, &targetfd, sizeof(targetfd))); 78 RS(close(targetfd)); 79 RS(rename("test/test", "test/test2")); 80 RS(unlink("test/test2")); 81 RS(rename("test", "test2")); 82 RS(rmdir("test2")) [all...] |
| h_linux.h | 41 #define RS(x) do { if ((x) == -1) exit(errno); } while (0)
|
| /src/sys/arch/ia64/include/ |
| efilib.h | 34 extern EFI_RUNTIME_SERVICES *RS;
|
| /src/sys/arch/amiga/dev/ |
| kbdmap.h | 62 #define RS 30
|
| /src/sys/arch/atari/dev/ |
| kbdmap.h | 66 #define RS 30
|
| /src/sys/arch/x68k/include/ |
| kbdmap.h | 36 #define RS 30
|
| /src/sys/arch/x68k/usr.bin/loadkmap/ |
| kbdmap.h | 33 #define RS 30
|
| /src/usr.sbin/lpr/common_source/ |
| lp.h | 67 extern long RS; /* restricted to those with local accounts */
|
| common.c | 98 long RS; /* restricted to those with local accounts */
|
| /src/usr.sbin/sysinst/arch/ofppc/ |
| msg.md.en | 78 {You need to have two PReP partitions to boot an IBM RS/6000. One needs to 84 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP
|
| msg.md.es | 79 {You need to have two PReP partitions to boot an IBM RS/6000. One needs to 85 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP
|
| msg.md.de | 78 {Sie ben�tigen zwei PReP Partitionen, um unter IBM RS/6000 booten zu k�nnen.
|
| msg.md.pl | 78 {You need to have two PReP partitions to boot an IBM RS/6000. One needs to 84 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP
|
| /src/sys/arch/ia64/stand/efi/libefi/ |
| efi.c | 42 EFI_RUNTIME_SERVICES *RS; 98 RS = ST->RuntimeServices;
|
| time.c | 178 Status = RS->GetTime( &EfiTime, &Capabilities );
|
| /src/sys/kern/ |
| subr_kmem.c | 270 #define KMEM_CACHE_ALLOC_PROBE(I, P, RS, AS, F) \ 271 KMEM_CACHE_PROBE(kmem_cache_alloc_probe_id, I, P, RS, AS, F) 272 #define KMEM_CACHE_BIG_ALLOC_PROBE(I, P, RS, AS, F) \ 273 KMEM_CACHE_PROBE(kmem_cache_big_alloc_probe_id, I, P, RS, AS, F) 274 #define KMEM_CACHE_FREE_PROBE(I, P, RS, AS) \ 275 KMEM_CACHE_PROBE(kmem_cache_free_probe_id, I, P, RS, AS, 0) 276 #define KMEM_CACHE_BIG_FREE_PROBE(I, P, RS, AS) \ 277 KMEM_CACHE_PROBE(kmem_cache_big_free_probe_id, I, P, RS, AS, 0)
|
| /src/usr.sbin/lpr/lpd/ |
| printjob.c | 410 if (RS) { /* restricted */ 1298 RS = (cgetcap(bp, "rs", ':') != NULL);
|
| /src/sys/arch/m68k/060sp/dist/ |
| fplsp.s | 5831 fmul.x %fp0,%fp2 # RS(P1+S(P2+SP3)) 5835 fadd.x %fp2,%fp0 # R+RS(P1+S(P2+SP3)) 5868 fmul.x %fp1,%fp2 # RS(P1+S(P2+SP3)) 5872 fadd.x %fp2,%fp1 # R+RS(P1+S(P2+SP3))
|
| fpsp.s | 5937 fmul.x %fp0,%fp2 # RS(P1+S(P2+SP3)) 5941 fadd.x %fp2,%fp0 # R+RS(P1+S(P2+SP3)) 5974 fmul.x %fp1,%fp2 # RS(P1+S(P2+SP3)) 5978 fadd.x %fp2,%fp1 # R+RS(P1+S(P2+SP3)) 21981 # |0...............0|0................0|0rs | 22145 tst.l %d0 # test for rs = 0 22167 tst.l %d0 # test rs = 0 22188 tst.l %d0 # test for rs = 0
|