Home
last modified time | relevance | path

Searched refs:device_method (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/stand/kshim/
H A Dbsd_kernel.h359 struct device_method { struct
364 typedef struct device_method device_method_t; argument
398 const struct device_method *methods;
H A Dbsd_kernel.c887 const struct device_method *mtod; in device_get_method()