Home
last modified time | relevance | path

Searched refs:ioctl_with_trace (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/gdb/gdb/
Dproc-utils.h63 extern int ioctl_with_trace (int, long, void *, char *, int);
80 #define ioctl(X,Y,Z) ioctl_with_trace (X, Y, Z, __FILE__, __LINE__)
Dproc-api.c225 ioctl_with_trace (int fd, long opcode, void *ptr, char *file, int line) in ioctl_with_trace() function