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

  /src/sys/dev/sbus/
magma.c 176 mtty_match, mtty_attach, NULL, NULL);
478 (void)config_found(self, mtty_match, NULL, CFARGS_NONE);
823 * mtty_match match one mtty device
838 mtty_match(device_t parent, cfdata_t cf, void *args) function in typeref:typename:int
842 return( args == mtty_match && sc->ms_board->mb_nser && sc->ms_mtty == NULL );
magma.c 176 mtty_match, mtty_attach, NULL, NULL);
478 (void)config_found(self, mtty_match, NULL, CFARGS_NONE);
823 * mtty_match match one mtty device
838 mtty_match(device_t parent, cfdata_t cf, void *args) function in typeref:typename:int
842 return( args == mtty_match && sc->ms_board->mb_nser && sc->ms_mtty == NULL );

Completed in 22 milliseconds