Searched refs:SIOCGSTAMP (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/ |
H A D | 0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch | 4 Subject: [PATCH] saaldump,atmdump: Include linux/sockios.h for SIOCGSTAMP 7 the asm-generic/sockios.h header no longer defines SIOCGSTAMP. 10 The linux/sockios.h header now defines SIOCGSTAMP using either 15 …/../../linux-atm-2.5.2/src/maint/atmdump.c:142:18: error: use of undeclared identifier 'SIOCGSTAMP' 16 if (ioctl(s,SIOCGSTAMP,&stamp) < 0) { 21 …../../linux-atm-2.5.2/src/maint/saaldump.c:169:14: error: use of undeclared identifier 'SIOCGSTAMP' 22 if (ioctl(s,SIOCGSTAMP,&stamp) < 0) {
|
/openbmc/linux/include/uapi/linux/ |
H A D | sockios.h | 42 #define SIOCGSTAMP SIOCGSTAMP_OLD macro 45 #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \ macro
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | timestamping.c | 260 if (ioctl(sock, SIOCGSTAMP, &tv)) in printpacket()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-missing-syscalls.patch | 179 +pub const SIOCGSTAMP: u32 = 35078;
|
/openbmc/linux/Documentation/networking/ |
H A D | can.rst | 392 ioctl(s, SIOCGSTAMP, &tv);
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 5339 ret = get_errno(safe_ioctl(fd, SIOCGSTAMP, &tv)); in do_ioctl_SIOCGSTAMP()
|