Searched refs:pmt (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci_hostb.c484 uint32_t pmt; local
485 pmt = BHND_PCI_PROTO_READ_4(sc, BHND_PCIE_DLLP_PMTHRESHREG);
486 pmt = BPCI_REG_SET(pmt, PCIE_L1THRESHOLDTIME,
488 BHND_PCI_PROTO_WRITE_4(sc, BHND_PCIE_DLLP_PMTHRESHREG, pmt);
495 uint32_t pmt; local
496 pmt = BHND_PCI_PROTO_READ_4(sc, BHND_PCIE_DLLP_PMTHRESHREG);
497 pmt |= BHND_PCIE_ASPMTIMER_EXTEND;
498 BHND_PCI_PROTO_WRITE_4(sc, BHND_PCIE_DLLP_PMTHRESHREG, pmt);
620 uint32_t pmt; local
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c228 expand_prompt (pmt, lp, lip, niflp, vlp)
229 char *pmt;
236 if ((MB_CUR_MAX <= 1 || rl_byte_oriented) && strchr (pmt, RL_PROMPT_START_IGNORE) == 0)
238 r = savestring (pmt);
250 l = strlen (pmt);
257 for (rl = ignoring = last = ninvis = physchars = 0, p = pmt; p && *p; p++)
279 pind = p - pmt;
280 ind = _rl_find_next_mbchar (pmt, pind, 1, MB_FIND_NONZERO);
287 physchars += _rl_col_width (pmt, pind, ind);
332 _rl_strip_prompt (pmt)
2137 char *pmt, *p; local
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dmain.c1808 FILETIME *pat, *pmt; local
1831 pmt = &fmtime;
1833 pmt = NULL;
1834 if (pat != NULL || pmt != NULL)
1835 r = SetFileTime(h, NULL, pat, pmt);
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c2077 FILETIME *pat, *pmt; local
2100 pmt = &fmtime;
2102 pmt = NULL;
2103 if (pat != NULL || pmt != NULL)
2104 r = SetFileTime(h, NULL, pat, pmt);

Completed in 137 milliseconds