HomeSort by: relevance | last modified time | path
    Searched defs:stty_match (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sbus/
spif.c 82 stty_match, stty_attach, NULL, NULL);
281 (void)config_found(self, stty_match, NULL, CFARGS_NONE);
291 stty_match(device_t parent, cfdata_t vcf, void *aux) function in typeref:typename:int
295 return (aux == stty_match && sc->sc_ttys == NULL);
spif.c 82 stty_match, stty_attach, NULL, NULL);
281 (void)config_found(self, stty_match, NULL, CFARGS_NONE);
291 stty_match(device_t parent, cfdata_t vcf, void *aux) function in typeref:typename:int
295 return (aux == stty_match && sc->sc_ttys == NULL);

Completed in 22 milliseconds