Searched refs:ctlbuf (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/memcheck/tests/solaris/
H A Dscalar_ioctl.c194 peek.ctlbuf.maxlen = x0 + 1;
195 peek.ctlbuf.len = x0;
196 peek.ctlbuf.buf = (void*)(x0 + 1);
H A Dscalar_ioctl.stderr.exp343 Syscall param ioctl(I_PEEK, strpeek->ctlbuf.maxlen) points to unaddressable byte(s)
347 Syscall param ioctl(I_PEEK, strpeek->ctlbuf.len) points to unaddressable byte(s)
351 Syscall param ioctl(I_PEEK, strpeek->ctlbuf.buf) points to unaddressable byte(s)
383 Syscall param ioctl(I_PEEK, strpeek->ctlbuf.maxlen) points to uninitialised byte(s)
387 Syscall param ioctl(I_PEEK, strpeek->ctlbuf.buf) points to uninitialised byte(s)
406 Syscall param ioctl(I_PEEK, strpeek->ctlbuf.buf) points to unaddressable byte(s)
/external/libpcap/
H A Dpcap-dlpi.c170 static bpf_u_int32 ctlbuf[MAXDLBUF]; variable
174 (char *)ctlbuf
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-solaris.c3130 PRE_FIELD_READ("ioctl(I_PEEK, strpeek->ctlbuf.maxlen)",
3131 p->ctlbuf.maxlen);
3132 PRE_FIELD_WRITE("ioctl(I_PEEK, strpeek->ctlbuf.len)",
3133 p->ctlbuf.len);
3134 PRE_FIELD_READ("ioctl(I_PEEK, strpeek->ctlbuf.buf)",
3135 p->ctlbuf.buf);
3146 if (p->ctlbuf.buf && p->ctlbuf.maxlen > 0)
3147 PRE_MEM_WRITE("ioctl(I_PEEK, strpeek->ctlbuf.buf)",
3148 (Addr)p->ctlbuf
[all...]

Completed in 891 milliseconds