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

  /src/sys/dev/acpi/
com_acpi.c 41 static int com_acpi_match(device_t, cfdata_t , void *);
49 CFATTACH_DECL_NEW(com_acpi, sizeof(struct com_acpi_softc), com_acpi_match,
91 * com_acpi_match: autoconf(9) match routine
94 com_acpi_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int

Completed in 11 milliseconds