Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/sbus/
Dspif.c82 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()
Dspifreg.h389 int stty_match(device_t, cfdata_t, void *);