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

  /src/sys/sys/
pmf.h 67 typedef struct pmf_qual pmf_qual_t; typedef in typeref:struct:pmf_qual
71 extern const pmf_qual_t * const PMF_Q_NONE;
72 extern const pmf_qual_t * const PMF_Q_SELF;
73 extern const pmf_qual_t * const PMF_Q_DRVCTL;
91 bool pmf_system_resume(const pmf_qual_t *);
92 bool pmf_system_bus_resume(const pmf_qual_t *);
93 bool pmf_system_suspend(const pmf_qual_t *);
97 bool (*)(device_t, const pmf_qual_t *),
98 bool (*)(device_t, const pmf_qual_t *),
105 bool pmf_device_suspend(device_t, const pmf_qual_t *);
    [all...]
pmf.h 67 typedef struct pmf_qual pmf_qual_t; typedef in typeref:struct:pmf_qual
71 extern const pmf_qual_t * const PMF_Q_NONE;
72 extern const pmf_qual_t * const PMF_Q_SELF;
73 extern const pmf_qual_t * const PMF_Q_DRVCTL;
91 bool pmf_system_resume(const pmf_qual_t *);
92 bool pmf_system_bus_resume(const pmf_qual_t *);
93 bool pmf_system_suspend(const pmf_qual_t *);
97 bool (*)(device_t, const pmf_qual_t *),
98 bool (*)(device_t, const pmf_qual_t *),
105 bool pmf_device_suspend(device_t, const pmf_qual_t *);
    [all...]
pmf.h 67 typedef struct pmf_qual pmf_qual_t; typedef in typeref:struct:pmf_qual
71 extern const pmf_qual_t * const PMF_Q_NONE;
72 extern const pmf_qual_t * const PMF_Q_SELF;
73 extern const pmf_qual_t * const PMF_Q_DRVCTL;
91 bool pmf_system_resume(const pmf_qual_t *);
92 bool pmf_system_bus_resume(const pmf_qual_t *);
93 bool pmf_system_suspend(const pmf_qual_t *);
97 bool (*)(device_t, const pmf_qual_t *),
98 bool (*)(device_t, const pmf_qual_t *),
105 bool pmf_device_suspend(device_t, const pmf_qual_t *);
    [all...]

Completed in 32 milliseconds