Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sgimips/dev/
H A Dint.c64 static int int_match(device_t, cfdata_t, void *);
92 int_match, int_attach, NULL, NULL);
95 int_match(device_t parent, cfdata_t match, void *aux) in int_match() function