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

  /src/sys/arch/alpha/pci/
apecs.c 81 static void apecsattach(device_t, device_t, void *);
83 CFATTACH_DECL_NEW(apecs, 0, apecsmatch, apecsattach, NULL, NULL);
145 apecsattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
apecs.c 81 static void apecsattach(device_t, device_t, void *);
83 CFATTACH_DECL_NEW(apecs, 0, apecsmatch, apecsattach, NULL, NULL);
145 apecsattach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 21 milliseconds