Home
last modified time | relevance | path

Searched refs:struct_kernel_flock64 (Results 1 – 13 of 13) sorted by relevance

/external/strace/
Dfetch_struct_flock.c36 typedef struct_kernel_flock64 struct_flock64;
44 (SIZEOF_MEMBER(struct_kernel_flock64, member) == SIZEOF_MEMBER(type, member) \
45 && offsetof(struct_kernel_flock64, member) == offsetof(type, member))
48 (sizeof(struct_kernel_flock64) == sizeof(type) \
58 struct_kernel_flock64 *pfl = p; in MPERS_PRINTER_DECL()
78 struct_kernel_flock64 *pfl = p; in MPERS_PRINTER_DECL()
Dflock.h43 typedef struct flock64 struct_kernel_flock64; typedef
45 typedef struct __kernel_flock64 struct_kernel_flock64; typedef
Dfcntl.c43 print_struct_flock64(const struct_kernel_flock64 *fl, const int getlk) in print_struct_flock64()
59 struct_kernel_flock64 fl; in printflock64()
68 struct_kernel_flock64 fl; in printflock()
DChangeLog2289 (test_flock64_einval): Create struct_kernel_flock64 object using
22046 fcntl.c: print 64-bit fields of struct_kernel_flock64 using PRId64 format
22048 of struct_kernel_flock64 using PRId64 format.
35281 (printflock64): Use struct_kernel_flock64 instead of struct flock64.
/external/strace/tests-mx32/
Dfcntl64.c44 TAIL_ALLOC_OBJECT_CONST_PTR(struct_kernel_flock64, fl); in test_flock64_lk64()
Dfcntl.c41 struct_kernel_flock64 fl = { in test_flock64_undecoded()
Dfcntl-common.c88 TAIL_ALLOC_OBJECT_CONST_PTR(struct_kernel_flock64, fl); in test_flock64_einval()
141 TAIL_ALLOC_OBJECT_CONST_PTR(struct_kernel_flock64, fl); in test_flock64_ofd()
/external/strace/tests/
Dfcntl64.c44 TAIL_ALLOC_OBJECT_CONST_PTR(struct_kernel_flock64, fl); in test_flock64_lk64()
Dfcntl.c41 struct_kernel_flock64 fl = { in test_flock64_undecoded()
Dfcntl-common.c88 TAIL_ALLOC_OBJECT_CONST_PTR(struct_kernel_flock64, fl); in test_flock64_einval()
141 TAIL_ALLOC_OBJECT_CONST_PTR(struct_kernel_flock64, fl); in test_flock64_ofd()
/external/strace/tests-m32/
Dfcntl.c41 struct_kernel_flock64 fl = { in test_flock64_undecoded()
Dfcntl64.c44 TAIL_ALLOC_OBJECT_CONST_PTR(struct_kernel_flock64, fl); in test_flock64_lk64()
Dfcntl-common.c88 TAIL_ALLOC_OBJECT_CONST_PTR(struct_kernel_flock64, fl); in test_flock64_einval()
141 TAIL_ALLOC_OBJECT_CONST_PTR(struct_kernel_flock64, fl); in test_flock64_ofd()