Home
last modified time | relevance | path

Searched refs:TARGET_SIOCGSTAMP_OLD (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/linux-user/
H A Dioctls.h391 { TARGET_SIOCGSTAMP_OLD, TARGET_SIOCGSTAMP_OLD, in IOCTL()
H A Dsyscall_defs.h776 #define TARGET_SIOCGSTAMP_OLD TARGET_IOR('s', 100, struct target_timeval) macro
779 #define TARGET_SIOCGSTAMP_OLD 0x8906 macro
H A Dsyscall.c5374 if (cmd == (int)TARGET_SIOCGSTAMP_OLD) { in do_ioctl_SIOCGSTAMP()