Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Ddrivers.h45 int (*DeviceMatch)(const char *name, const char *arg); member
101 extern int DeviceMatch(const char *name, const char *arg);
H A Ddevsw.c441 return (device->DeviceMatch(name, arg) == -1) ? adp_failed : adp_ok; in DevSW_Match()