/third_party/musl/ndk_musl_include/sys/ |
D | inotify.h | 11 struct inotify_event { struct 12 int wd; 13 uint32_t mask, cookie, len; 14 char name[];
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | inotify.h | 11 struct inotify_event { struct 12 int wd; 13 uint32_t mask, cookie, len; 14 char name[];
|
/third_party/musl/include/sys/ |
D | inotify.h | 11 struct inotify_event { struct 12 int wd; 13 uint32_t mask, cookie, len; 14 char name[];
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | inotify.h | 11 struct inotify_event { struct 12 int wd; 13 uint32_t mask, cookie, len; 14 char name[];
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | inotify.h | 11 struct inotify_event { struct 12 int wd; 13 uint32_t mask, cookie, len; 14 char name[];
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 18 struct inotify_event { struct 19 __s32 wd; /* watch descriptor */ 20 __u32 mask; /* watch mask */ 21 __u32 cookie; /* cookie to synchronize two events */ 22 __u32 len; /* length (including nulls) of name */ 23 char name[0]; /* stub for possible name */
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 2840 pub struct inotify_event { struct 2841 pub wd: __s32, 2842 pub mask: __u32, 2843 pub cookie: __u32, 2844 pub len: __u32, 2845 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 2902 pub struct inotify_event { struct 2903 pub wd: __s32, 2904 pub mask: __u32, 2905 pub cookie: __u32, 2906 pub len: __u32, 2907 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 2944 pub struct inotify_event { struct 2945 pub wd: __s32, 2946 pub mask: __u32, 2947 pub cookie: __u32, 2948 pub len: __u32, 2949 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 2976 pub struct inotify_event { struct 2977 pub wd: __s32, 2978 pub mask: __u32, 2979 pub cookie: __u32, 2980 pub len: __u32, 2981 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 2913 pub struct inotify_event { struct 2914 pub wd: __s32, 2915 pub mask: __u32, 2916 pub cookie: __u32, 2917 pub len: __u32, 2918 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 2891 pub struct inotify_event { struct 2892 pub wd: __s32, 2893 pub mask: __u32, 2894 pub cookie: __u32, 2895 pub len: __u32, 2896 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 2974 pub struct inotify_event { struct 2975 pub wd: __s32, 2976 pub mask: __u32, 2977 pub cookie: __u32, 2978 pub len: __u32, 2979 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 2998 pub struct inotify_event { struct 2999 pub wd: __s32, 3000 pub mask: __u32, 3001 pub cookie: __u32, 3002 pub len: __u32, 3003 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 2860 pub struct inotify_event { struct 2861 pub wd: __s32, 2862 pub mask: __u32, 2863 pub cookie: __u32, 2864 pub len: __u32, 2865 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 2861 pub struct inotify_event { struct 2862 pub wd: __s32, 2863 pub mask: __u32, 2864 pub cookie: __u32, 2865 pub len: __u32, 2866 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 3045 pub struct inotify_event { struct 3046 pub wd: __s32, 3047 pub mask: __u32, 3048 pub cookie: __u32, 3049 pub len: __u32, 3050 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 3209 pub struct inotify_event { struct 3210 pub wd: __s32, 3211 pub mask: __u32, 3212 pub cookie: __u32, 3213 pub len: __u32, 3214 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 3109 pub struct inotify_event { struct 3110 pub wd: __s32, 3111 pub mask: __u32, 3112 pub cookie: __u32, 3113 pub len: __u32, 3114 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 3185 pub struct inotify_event { struct 3186 pub wd: __s32, 3187 pub mask: __u32, 3188 pub cookie: __u32, 3189 pub len: __u32, 3190 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 43524 struct inotify_event { struct 43525 __s32 wd; 43526 __u32 mask; 43527 __u32 cookie; 43528 __u32 len; 43529 char name[0];
|