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

  /src/sys/arch/arm/apple/
apple_nvme.c 143 struct apple_nvme_softc { struct
277 struct apple_nvme_softc * const asc =
278 container_of(sc, struct apple_nvme_softc, asc_nvme);
328 struct apple_nvme_softc * const asc =
329 container_of(sc, struct apple_nvme_softc, asc_nvme);
348 struct apple_nvme_softc * const asc)
373 struct apple_nvme_softc * const asc = device_private(self);
464 CFATTACH_DECL_NEW(apple_nvme, sizeof(struct apple_nvme_softc),
apple_nvme.c 143 struct apple_nvme_softc { struct
277 struct apple_nvme_softc * const asc =
278 container_of(sc, struct apple_nvme_softc, asc_nvme);
328 struct apple_nvme_softc * const asc =
329 container_of(sc, struct apple_nvme_softc, asc_nvme);
348 struct apple_nvme_softc * const asc)
373 struct apple_nvme_softc * const asc = device_private(self);
464 CFATTACH_DECL_NEW(apple_nvme, sizeof(struct apple_nvme_softc),

Completed in 21 milliseconds