OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pmf_cb
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/x86/pci/
pci_machdep.c
317
static struct genfb_pmf_callback
pmf_cb
;
variable in typeref:struct:genfb_pmf_callback
1299
pmf_cb
.gpc_suspend = x86_genfb_suspend;
1300
pmf_cb
.gpc_resume = x86_genfb_resume;
1302
"pmf_callback", (uint64_t)(uintptr_t)&
pmf_cb
);
/src/sys/arch/x86/x86/
hyperv.c
1024
static struct genfb_pmf_callback
pmf_cb
;
variable in typeref:struct:genfb_pmf_callback
1148
pmf_cb
.gpc_suspend = x86_genfb_suspend;
1149
pmf_cb
.gpc_resume = x86_genfb_resume;
1151
(uint64_t)(uintptr_t)&
pmf_cb
);
/src/sys/dev/wsfb/
genfb.c
171
uint64_t cmap_cb,
pmf_cb
, mode_cb, bl_cb, br_cb, devcmap, fbaddr;
local in function:genfb_init
245
if (prop_dictionary_get_uint64(dict, "pmf_callback", &
pmf_cb
)) {
246
if (
pmf_cb
!= 0)
247
sc->sc_pmfcb = (void *)(vaddr_t)
pmf_cb
;
Completed in 15 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025