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

  /src/sys/arch/x86/pci/
pci_machdep.c 318 static struct genfb_mode_callback mode_cb; variable in typeref:struct:genfb_mode_callback
1164 mode_cb.gmc_setmode = x86_genfb_setmode;
1166 (uint64_t)(uintptr_t)&mode_cb);
pci_machdep.c 318 static struct genfb_mode_callback mode_cb; variable in typeref:struct:genfb_mode_callback
1164 mode_cb.gmc_setmode = x86_genfb_setmode;
1166 (uint64_t)(uintptr_t)&mode_cb);
  /src/sys/arch/x86/x86/
hyperv.c 1025 static struct genfb_mode_callback mode_cb; variable in typeref:struct:genfb_mode_callback
1093 mode_cb.gmc_setmode = x86_genfb_setmode;
1095 (uint64_t)(uintptr_t)&mode_cb);
hyperv.c 1025 static struct genfb_mode_callback mode_cb; variable in typeref:struct:genfb_mode_callback
1093 mode_cb.gmc_setmode = x86_genfb_setmode;
1095 (uint64_t)(uintptr_t)&mode_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
252 if (prop_dictionary_get_uint64(dict, "mode_callback", &mode_cb)) {
253 if (mode_cb != 0)
254 scp->sc_modecb = (void *)(vaddr_t)mode_cb;
genfb.c 171 uint64_t cmap_cb, pmf_cb, mode_cb, bl_cb, br_cb, devcmap, fbaddr; local in function:genfb_init
252 if (prop_dictionary_get_uint64(dict, "mode_callback", &mode_cb)) {
253 if (mode_cb != 0)
254 scp->sc_modecb = (void *)(vaddr_t)mode_cb;

Completed in 30 milliseconds