Searched refs:ioctl_with_trace (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | proc-utils.h | 63 extern int ioctl_with_trace (int, long, void *, char *, int); 80 #define ioctl(X,Y,Z) ioctl_with_trace (X, Y, Z, __FILE__, __LINE__)
|
| D | proc-api.c | 225 ioctl_with_trace (int fd, long opcode, void *ptr, char *file, int line) in ioctl_with_trace() function
|