Home
last modified time | relevance | path

Searched defs:target_flock (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/mips/
H A Dtarget_fcntl.h32 struct target_flock { struct
33 short l_type;
34 short l_whence;
35 abi_long l_start;
36 abi_long l_len;
37 abi_long l_sysid;
38 int l_pid;
39 abi_long pad[4];
/openbmc/qemu/linux-user/generic/
H A Dfcntl.h127 struct target_flock { struct
142 struct target_flock64 { argument