Searched refs:DeviceIoctl (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Ddrivers.h49 int (*DeviceIoctl)(const int opcode, void *args); member in struct:DeviceDescr
175 * Function: DeviceIoctl
189 extern int DeviceIoctl(const int opcode, void *args);
H A Ddevsw.c598 return (device->DeviceIoctl(opcode, args) < 0) ? adp_failed : adp_ok;

Completed in 41 milliseconds