| /rust-libc-0.2.174/src/unix/newlib/espidf/ |
| H A D | mod.rs | 65 pub const POLLIN: c_short = 1 << 0; 66 pub const POLLRDNORM: c_short = 1 << 1; 67 pub const POLLRDBAND: c_short = 1 << 2; 68 pub const POLLPRI: c_short = POLLRDBAND; 69 pub const POLLOUT: c_short = 1 << 3; 70 pub const POLLWRNORM: c_short = POLLOUT; 71 pub const POLLWRBAND: c_short = 1 << 4; 72 pub const POLLERR: c_short = 1 << 5; 73 pub const POLLHUP: c_short = 1 << 6;
|
| /rust-libc-0.2.174/src/unix/newlib/aarch64/ |
| H A D | mod.rs | 35 pub const POLLIN: c_short = 0x1; 36 pub const POLLPRI: c_short = 0x2; 37 pub const POLLOUT: c_short = 0x4; 38 pub const POLLERR: c_short = 0x8; 39 pub const POLLHUP: c_short = 0x10; 40 pub const POLLNVAL: c_short = 0x20;
|
| /rust-libc-0.2.174/src/unix/newlib/arm/ |
| H A D | mod.rs | 37 pub const POLLIN: c_short = 0x1; 38 pub const POLLPRI: c_short = 0x2; 39 pub const POLLHUP: c_short = 0x4; 40 pub const POLLERR: c_short = 0x8; 41 pub const POLLOUT: c_short = 0x10; 42 pub const POLLNVAL: c_short = 0x20;
|
| /rust-libc-0.2.174/src/unix/newlib/horizon/ |
| H A D | mod.rs | 150 pub const POLLIN: c_short = 0x0001; 151 pub const POLLPRI: c_short = 0x0002; 152 pub const POLLOUT: c_short = 0x0004; 153 pub const POLLRDNORM: c_short = 0x0040; 154 pub const POLLWRNORM: c_short = POLLOUT; 155 pub const POLLRDBAND: c_short = 0x0080; 156 pub const POLLWRBAND: c_short = 0x0100; 157 pub const POLLERR: c_short = 0x0008; 158 pub const POLLHUP: c_short = 0x0010; 159 pub const POLLNVAL: c_short = 0x0020;
|
| /rust-libc-0.2.174/src/unix/newlib/vita/ |
| H A D | mod.rs | 100 pub const POLLIN: c_short = 0x0001; 101 pub const POLLPRI: c_short = POLLIN; 102 pub const POLLOUT: c_short = 0x0004; 103 pub const POLLRDNORM: c_short = POLLIN; 104 pub const POLLRDBAND: c_short = POLLIN; 105 pub const POLLWRNORM: c_short = POLLOUT; 106 pub const POLLWRBAND: c_short = POLLOUT; 107 pub const POLLERR: c_short = 0x0008; 108 pub const POLLHUP: c_short = 0x0010; 109 pub const POLLNVAL: c_short = 0x0020;
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/musl/ |
| H A D | mod.rs | 227 pub l_type: c_short, 228 pub l_whence: c_short, 235 pub l_type: c_short, 236 pub l_whence: c_short, 256 pub rt_pad2: c_short, 264 pub rt_metric: c_short, 273 pub e_exit: c_short, 436 pub ut_type: c_short, 437 __ut_pad1: c_short, 589 pub const EMPTY: c_short = 0; [all …]
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | mod.rs | 392 pub l_type: c_short, 393 pub l_whence: c_short, 433 e_termination: c_short, 434 e_exit: c_short, 441 pub ut_pid: c_short, 442 pub ut_type: c_short, 1761 pub const F_RDLCK: c_short = 1; 1762 pub const F_WRLCK: c_short = 2; 1763 pub const F_UNLCK: c_short = 3; 2018 pub const EMPTY: c_short = 0; [all …]
|
| H A D | solaris.rs | 94 pub ut_type: c_short, 99 pub ut_syslen: c_short, 182 pub const POSIX_SPAWN_SETSID: c_short = 0x400;
|
| H A D | illumos.rs | 58 pub ut_type: c_short, 63 pub ut_syslen: c_short, 138 pub const POLLRDHUP: c_short = 0x4000; 180 pub const POSIX_SPAWN_SETSID: c_short = 0x40;
|
| /rust-libc-0.2.174/src/unix/bsd/ |
| H A D | mod.rs | 333 pub const F_RDLCK: c_short = 1; 334 pub const F_UNLCK: c_short = 2; 335 pub const F_WRLCK: c_short = 3; 460 pub const POLLIN: c_short = 0x1; 461 pub const POLLPRI: c_short = 0x2; 462 pub const POLLOUT: c_short = 0x4; 463 pub const POLLERR: c_short = 0x8; 464 pub const POLLHUP: c_short = 0x10; 465 pub const POLLNVAL: c_short = 0x20; 466 pub const POLLRDNORM: c_short = 0x040; [all …]
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/ |
| H A D | mod.rs | 45 pub e_termination: c_short, 46 pub e_exit: c_short, 162 pub rt_pad2: c_short, 169 pub rt_pad4: c_short, 170 pub rt_metric: c_short, 468 pub ut_type: c_short, 626 pub const EMPTY: c_short = 0; 627 pub const RUN_LVL: c_short = 1; 628 pub const BOOT_TIME: c_short = 2; 629 pub const NEW_TIME: c_short = 3; [all …]
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 231 pub l_type: c_short, 232 pub l_whence: c_short, 428 pub sem_op: c_short, 429 pub sem_flg: c_short, 489 pub ut_type: c_short, 660 pub const POLLIN: c_short = 0x0001; 661 pub const POLLOUT: c_short = 0x0002; 1481 pub const EMPTY: c_short = 0; 1482 pub const BOOT_TIME: c_short = 1; 1483 pub const OLD_TIME: c_short = 2; [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/ |
| H A D | mod.rs | 78 pub filter: c_short, 218 pub cr_ngroups: c_short, 251 pub f_type: c_short, 315 pub kp_ngroups: c_short, 469 __spares1: c_short, 471 __spares2: c_short, 1307 pub const EMPTY: c_short = 0; 1308 pub const RUN_LVL: c_short = 1; 1309 pub const BOOT_TIME: c_short = 2; 1310 pub const OLD_TIME: c_short = 3; [all …]
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 16 pub type nlink_t = c_short; 113 pub l_type: c_short, 114 pub l_whence: c_short, 330 pub cmd: c_short, 331 pub events: c_short, 397 pub e_exit: c_short, 405 pub ut_type: c_short, 513 pub sem_op: c_short, 514 pub sem_flg: c_short, 544 pub events: c_short, [all …]
|
| H A D | powerpc64.rs | 14 pub l_type: c_short, 15 pub l_whence: c_short, 210 pub ut_type: c_short, 267 pub events: c_short, 268 pub revents: c_short,
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/ |
| H A D | mod.rs | 64 pub rt_pad2: c_short, 69 pub rt_pad4: [c_short; 3usize], 71 pub rt_pad4: c_short, 72 pub rt_metric: c_short, 80 pub e_termination: c_short, 81 pub e_exit: c_short,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
| H A D | mod.rs | 15 pub filter: c_short, 74 pub ki_jobc: c_short, 76 pub ki_spare_short1: c_short, 98 pub ki_ngroups: c_short, 100 pub ki_spare_short2: c_short,
|
| /rust-libc-0.2.174/src/solid/ |
| H A D | mod.rs | 94 pub st_mode: c_short, 95 pub st_nlink: c_short, 96 pub st_uid: c_short, 97 pub st_gid: c_short, 204 pub const S_IEXEC: c_short = 0o0100; 205 pub const S_IWRITE: c_short = 0o0200; 206 pub const S_IREAD: c_short = 0o0400; 207 pub const S_IFCHR: c_short = 0o2_0000; 208 pub const S_IFDIR: c_short = 0o4_0000; 209 pub const S_IFMT: c_short = 0o16_0000; [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
| H A D | mod.rs | 25 pub filter: c_short, 82 pub ki_jobc: c_short, 84 pub ki_spare_short1: c_short, 106 pub ki_ngroups: c_short, 108 pub ki_spare_short2: c_short,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
| H A D | mod.rs | 28 pub filter: c_short, 92 pub ki_jobc: c_short, 94 pub ki_spare_short1: c_short, 116 pub ki_ngroups: c_short, 118 pub ki_spare_short2: c_short,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
| H A D | mod.rs | 28 pub filter: c_short, 92 pub ki_jobc: c_short, 94 pub ki_spare_short1: c_short, 116 pub ki_ngroups: c_short, 118 pub ki_spare_short2: c_short,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd15/ |
| H A D | mod.rs | 28 pub filter: c_short, 92 pub ki_jobc: c_short, 94 pub ki_spare_short1: c_short, 116 pub ki_ngroups: c_short, 118 pub ki_spare_short2: c_short,
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | mod.rs | 348 pub sem_op: c_short, 349 pub sem_flg: c_short, 712 pub d_reclen: c_short, 713 pub d_namelen: c_short, 734 pub msg_spot: c_short, 2035 pub const EMPTY: c_short = 0; 2036 pub const RUN_LVL: c_short = 1; 2037 pub const BOOT_TIME: c_short = 2; 2038 pub const NEW_TIME: c_short = 4; 2039 pub const OLD_TIME: c_short = 3; [all …]
|
| /rust-libc-0.2.174/src/unix/redox/ |
| H A D | mod.rs | 604 pub const POLLIN: c_short = 0x001; 605 pub const POLLPRI: c_short = 0x002; 606 pub const POLLOUT: c_short = 0x004; 607 pub const POLLERR: c_short = 0x008; 608 pub const POLLHUP: c_short = 0x010; 609 pub const POLLNVAL: c_short = 0x020; 610 pub const POLLRDNORM: c_short = 0x040; 611 pub const POLLRDBAND: c_short = 0x080; 612 pub const POLLWRNORM: c_short = 0x100; 613 pub const POLLWRBAND: c_short = 0x200;
|
| /rust-libc-0.2.174/src/wasi/ |
| H A D | mod.rs | 143 pub events: c_short, 144 pub revents: c_short, 273 pub const POLLIN: c_short = 0x1; 274 pub const POLLOUT: c_short = 0x2; 275 pub const POLLERR: c_short = 0x1000; 276 pub const POLLHUP: c_short = 0x2000; 277 pub const POLLNVAL: c_short = 0x4000; 278 pub const POLLRDNORM: c_short = 0x1; 279 pub const POLLWRNORM: c_short = 0x2;
|