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

  /src/sys/arch/mips/cavium/
octeon_bootbus.c 44 static int bootbus_match(device_t, struct cfdata *, void *);
68 CFATTACH_DECL_NEW(bootbus, sizeof(device_t), bootbus_match, bootbus_attach, NULL,
72 bootbus_match(device_t parent, struct cfdata *match, void *aux) function in typeref:typename:int
  /src/sys/arch/sparc/dev/
bootbus.c 60 static int bootbus_match(device_t, cfdata_t, void *);
64 bootbus_match, bootbus_attach, NULL, NULL);
74 bootbus_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int

Completed in 12 milliseconds