/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/external/gpl2/dts/dist/arch/arm/boot/dts/ |
kirkwood-openrd.dtsi | 60 * SelRS232or485 selects between RS-232 or RS-485 63 * Low: RS-232 64 * High: RS-485
|
aspeed-bmc-opp-nicole.dts | 143 /* Rear RS-232 connector */
|
aspeed-bmc-opp-palmetto.dts | 117 /* Rear RS-232 connector */
|
aspeed-bmc-opp-romulus.dts | 140 /* Rear RS-232 connector */
|
vf610-zii-scu4-aib.dts | 835 VF610_PAD_PTB25__UART1_RTS 0x21a2 /* Used as DE signal for the RS-485 transceiver */ 843 VF610_PAD_PTD2__UART2_RTS 0x21a2 /* Used as DE signal for the RS-485 transceiver */
|
/src/sys/arch/amiga/dev/ |
kbdmap.h | 62 #define RS 30
|
/src/sys/arch/atari/dev/ |
kbdmap.h | 66 #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/x68k/include/ |
kbdmap.h | 36 #define RS 30
|
/src/sys/arch/x68k/usr.bin/loadkmap/ |
kbdmap.h | 33 #define RS 30
|
/src/sys/arch/ia64/stand/efi/libefi/ |
efi.c | 42 EFI_RUNTIME_SERVICES *RS; 98 RS = ST->RuntimeServices;
|
time.c | 184 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/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/ |
rs90.dts | 12 model = "RS-90";
|