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

  /src/bin/pax/
pax.c 102 int pmode; /* preserve file mode bits */ variable in typeref:typename:int
  /src/sys/dev/ic/
igpio.c 72 uint32_t rxev, pmode; local in function:igpio_padcfg0_print
125 pmode =
127 switch (pmode) {
129 wr += snprintf(buf + wr, len - wr, ", pmode gpio");
132 wr += snprintf(buf + wr, len - wr, ", pmode %d", pmode);
  /src/sys/dev/pci/
if_bce.c 247 pcireg_t memtype, pmode; local in function:bce_attach
304 pmode = pci_conf_read(pc, pa->pa_tag, pmreg + PCI_PMCSR)
306 if (pmode == PCI_PMCSR_STATE_D3) {
315 if (pmode != PCI_PMCSR_STATE_D0) {
317 "waking up from power state D%d\n", pmode);
pci.c 1217 pcireg_t pmode; local in function:pci_activate
1220 if ((error = pci_get_powerstate(pc, tag, &pmode)))
1223 switch (pmode) {
1239 error = (*wakefun)(pc, tag, dev, pmode);
1244 pmode);
if_wm.c 16807 pcireg_t pmode; local in function:wm_enable_wakeup
16863 pmode = pci_conf_read(sc->sc_pc, sc->sc_pcitag, pmreg + PCI_PMCSR);
16864 pmode |= PCI_PMCSR_PME_STS; /* in case it's already set (W1C) */
16867 pmode |= PCI_PMCSR_PME_EN;
16870 pmode &= ~PCI_PMCSR_PME_EN;
16872 pci_conf_write(sc->sc_pc, sc->sc_pcitag, pmreg + PCI_PMCSR, pmode);
  /src/sys/external/bsd/drm2/dist/drm/
drm_modes.c 1390 struct drm_display_mode *pmode, *pt; local in function:drm_connector_list_update
1394 list_for_each_entry_safe(pmode, pt, &connector->probed_modes, head) {
1400 if (!drm_mode_equal(pmode, mode))
1418 drm_mode_copy(mode, pmode);
1420 (pmode->type & DRM_MODE_TYPE_PREFERRED) != 0) {
1421 pmode->type |= mode->type;
1422 drm_mode_copy(mode, pmode);
1424 mode->type |= pmode->type;
1427 list_del(&pmode->head);
1428 drm_mode_destroy(connector->dev, pmode);
    [all...]
  /src/sys/arch/sgimips/dev/
crmfb.c 257 struct videomode mode, *pmode; local in function:crmfb_attach
309 pmode = sc->sc_edid_info.edid_preferred_mode;
313 pmode = &mode;
315 if (pmode != NULL && crmfb_set_mode(sc, pmode))

Completed in 46 milliseconds