Searched defs:DEVTOSOFTC (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/dev/ppbus/
H A Dppb_1284.c53 #define DEVTOSOFTC(dev) ((struct ppb_data *)device_get_softc(dev)) macro
H A Dppb_base.c48 #define DEVTOSOFTC(dev) ((struct ppb_data *)device_get_softc(dev)) macro
H A Dppbconf.c52 #define DEVTOSOFTC(dev) ((struct ppb_data *)device_get_softc(dev)) macro
H A Dppi.c82 #define DEVTOSOFTC(dev) \ macro
H A Dpps.c61 #define DEVTOSOFTC(dev) \ macro
H A Dif_plip.c185 #define DEVTOSOFTC(dev) \ macro
H A Dlpt.c147 #define DEVTOSOFTC(dev) \ macro
/freebsd-13-stable/sys/dev/pcf/
H A Dpcfvar.h81 #define DEVTOSOFTC(dev) ((struct pcf_softc *)device_get_softc(dev)) macro
/freebsd-13-stable/sys/dev/ppc/
H A Dppc.c73 #define DEVTOSOFTC(dev) ((struct ppc_data *)device_get_softc(dev)) macro
[all...]

Completed in 173 milliseconds