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

  /src/sys/arch/sparc64/dev/
ebus.c 80 int ebus_match(device_t, cfdata_t, void *);
84 ebus_match, ebus_attach, NULL, NULL);
95 ebus_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
ebus.c 80 int ebus_match(device_t, cfdata_t, void *);
84 ebus_match, ebus_attach, NULL, NULL);
95 ebus_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
  /src/sys/arch/sparc/dev/
ebus.c 101 static int ebus_match(device_t, cfdata_t, void *);
105 ebus_match, ebus_attach, NULL, NULL);
185 ebus_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
ebus.c 101 static int ebus_match(device_t, cfdata_t, void *);
105 ebus_match, ebus_attach, NULL, NULL);
185 ebus_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int

Completed in 27 milliseconds