Searched full:ptc (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/pwm/ |
H A D | opencores,pwm.yaml | 13 The OpenCores PTC ip core contains a PWM controller. When operating in PWM 14 mode, the PTC core generates binary signal with user-programmable low and 15 high periods. All PTC counters and registers are 32-bit.
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | at91-sama5d2_ptc_ek.dts | 3 * at91-sama5d2_ptc_ek.dts - Device Tree file for SAMA5D2 PTC EK board 18 model = "Atmel SAMA5D2 PTC EK";
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/memory/ |
H A D | tegra186-mc.h | 115 /* Misses from System Memory Management Unit (SMMU) Page Table Cache (PTC) */
|
H A D | tegra194-mc.h | 145 /* Misses from System Memory Management Unit (SMMU) Page Table Cache (PTC) */
|
H A D | tegra234-mc.h | 178 /* Misses from System Memory Management Unit (SMMU) Page Table Cache (PTC) */
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-openpty.c | 185 if ((*amaster = open("/dev/ptc", O_RDWR | O_NOCTTY)) == -1) in openpty()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | rkpty.c | 109 "/dev/ptc", in open_pty()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_table.c | 105 struct tentry_info *tei, uint32_t count, int op, struct table_config **ptc); 252 * Saves table config, algo and allocated kidx info @ptc, @pta and 280 * Saves found table config into @ptc. 288 struct table_config **ptc) in find_ref_table() argument 314 *ptc = tc; in find_ref_table() 336 *ptc = tc; in find_ref_table()
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 1079 ptcnameservice 597/tcp #PTC Name Service 1080 ptcnameservice 597/udp #PTC Name Service
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | sys_term.c | 392 char *clone[] = { "/dev/ptc", "/dev/ptmx", "/dev/ptm", in getpty()
|
/freebsd/crypto/openssh/ |
H A D | configure.ac | 5087 AC_CHECK_FILE(["/dev/ptc"], 5090 [Define if you have /dev/ptc]) 5095 AC_MSG_WARN([cross compiling: Disabling /dev/ptc test])
|
H A D | config.h | 441 /* Define if you have /dev/ptc */
|
/freebsd/sys/dev/oce/ |
H A D | oce_if.c | 59 "PTC ",
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 547 if (auto *PTC = T->getPlaceholderTypeConstraint()) in getTemplateParameterWithDefault() local 548 R->setPlaceholderTypeConstraint(PTC); in getTemplateParameterWithDefault()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 191101 Fts3TokenAndCost *pTC = (*ppTC)++; 191102 pTC->pPhrase = pPhrase; 191103 pTC->iToken = i; 191104 pTC->pRoot = pRoot; 191105 pTC->pToken = &pPhrase->aToken[i]; 191106 pTC->iCol = pPhrase->iColumn; 191107 *pRc = sqlite3Fts3MsrOvfl(pCsr, pTC->pToken->pSegcsr, &pTC->nOvfl); 191268 Fts3TokenAndCost *pTC = 0; /* Set to cheapest remaining token. */ 191270 /* Set pTC to point to the cheapest remaining token. */ 191273 && (!pTC || aTC[iTC].nOvfl<pTC->nOvfl) [all …]
|
/freebsd/share/misc/ |
H A D | usb_vendors | 903 d010 SCS PTC-IIusb
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 11476 <uwe@ptc.spbu.ru>).
|