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

  /src/sys/arch/evbppc/pmppc/dev/
flash.c 51 static int flash_match(device_t, cfdata_t, void *);
55 flash_match, flash_attach, NULL, NULL);
58 flash_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
  /src/sys/dev/flash/
flash.c 83 int flash_match(device_t parent, cfdata_t match, void *aux);
88 flash_match, flash_attach, flash_detach, NULL);
124 flash_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int

Completed in 149 milliseconds