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

  /src/sys/dev/ic/
z8530tty.c 239 static int zstty_match(device_t, cfdata_t, void *);
243 zstty_match, zstty_attach, NULL, NULL);
308 * zstty_match: how is this zs channel configured?
311 zstty_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
z8530tty.c 239 static int zstty_match(device_t, cfdata_t, void *);
243 zstty_match, zstty_attach, NULL, NULL);
308 * zstty_match: how is this zs channel configured?
311 zstty_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int

Completed in 27 milliseconds