Searched refs:I_STR (Results 1 – 9 of 9) sorted by relevance
/external/libpcap/ |
D | pcap-snit.c | 249 if (ioctl(p->fd, I_STR, (char *)&si) < 0) { in nit_setflags() 262 if (ioctl(p->fd, I_STR, (char *)&si) < 0) { in nit_setflags() 274 if (ioctl(p->fd, I_STR, (char *)&si) < 0) { in nit_setflags() 344 if (ioctl(fd, I_STR, (char *)&si) < 0) { in pcap_activate_snit() 356 if (ioctl(fd, I_STR, (char *)&si) < 0) { in pcap_activate_snit() 371 if (ioctl(fd, I_STR, (char *)&si) < 0) { in pcap_activate_snit()
|
D | dlpisubs.c | 373 if ((retv = ioctl(fd, I_STR, &str)) < 0) in strioctl()
|
/external/valgrind/memcheck/tests/solaris/ |
D | scalar_ioctl.c | 214 SY(SYS_ioctl, x0 - 1, x0 + I_STR, x0 + 1); FAIL; in sys_ioctl_I_STR() 228 SY(SYS_ioctl, x0 - 1, x0 + I_STR, &str + x0); FAIL; in sys_ioctl_I_STR_2()
|
D | scalar_ioctl.stderr.exp | 368 54: SYS_ioctl (I_STR) 3s 1m 379 Syscall param ioctl(I_STR) points to unaddressable byte(s) 384 54: SYS_ioctl (I_STR) 4s 1m 395 Syscall param ioctl(I_STR) points to uninitialised byte(s)
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | STROPTS.py | 299 I_STR = (STR|010) variable
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 583 INS(I_STR); in all_ins()
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 592 if (PyModule_AddIntMacro(m, I_STR)) return -1; in all_ins()
|
/external/valgrind/include/vki/ |
D | vki-solaris.h | 1238 #define VKI_I_STR I_STR
|
/external/ppp/pppd/ |
D | sys-solaris.c | 2513 if (ioctl(fd, I_STR, &str) == -1)
|