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

  /src/sys/arch/sgimips/dev/
imc.c 59 static void imc_attach(device_t, device_t, void *);
68 imc_match, imc_attach, NULL, NULL);
99 imc_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
109 panic("imc_attach: could not map registers\n");
imc.c 59 static void imc_attach(device_t, device_t, void *);
68 imc_match, imc_attach, NULL, NULL);
99 imc_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
109 panic("imc_attach: could not map registers\n");
  /src/sys/arch/x86/pci/imcsmb/
imc.c 184 static void imc_attach(device_t, device_t, void *);
191 imc_probe, imc_attach, imc_detach, NULL, imc_rescan, imc_chdet, 0);
205 imc_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
imc.c 184 static void imc_attach(device_t, device_t, void *);
191 imc_probe, imc_attach, imc_detach, NULL, imc_rescan, imc_chdet, 0);
205 imc_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 24 milliseconds