Searched refs:stty_match (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/sbus/ |
| D | spif.c | 82 stty_match, stty_attach, NULL, NULL); 281 (void)config_found(self, stty_match, NULL, CFARGS_NONE); in spif_attach() 291 stty_match(device_t parent, cfdata_t vcf, void *aux) in stty_match() function 295 return (aux == stty_match && sc->sc_ttys == NULL); in stty_match()
|
| D | spifreg.h | 389 int stty_match(device_t, cfdata_t, void *);
|