Searched refs:pt2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_renamerace.c93 pthread_t pt1[NWRK], pt2[NWRK]; local
115 pthread_create(&pt2[i], NULL, w2, NULL);
123 pthread_join(pt2[i], NULL);
146 pthread_t pt1, pt2; local
163 pthread_create(&pt2, NULL, w2, NULL);
169 pthread_join(pt2, NULL);
/freebsd-13-stable/sys/x86/acpica/
H A Dacpi_wakeup.c417 uint64_t *pt5, *pt4, *pt3, *pt2; local
439 pt2 = wakepages[3];
442 pt2pa = vtophys(pt2);
486 pt2[i] = i * NBPDR;
487 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U;
/freebsd-13-stable/bin/pax/
H A Dpat_rep.c102 char *pt2; local
153 if ((pt2 = strchr(pt1, *str)) == NULL) {
164 *pt2 = '\0';
166 pt1 = pt2++;
172 while (*pt2 != '\0') {
173 switch(*pt2) {
193 ++pt2;
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_bancomm.c224 uint32_t *pt2,
234 *pt2 = (uint32_t)t2;
221 safeReadBinTime( SYMMT_PCI_HANDLE hnd, uint32_t *pt1, uint32_t *pt2, uint8_t *p3 ) argument
/freebsd-13-stable/sys/amd64/amd64/
H A Dmp_machdep.c402 u_int64_t *pt5, *pt4, *pt3, *pt2; local
421 pt2 = pt3 + (PAGE_SIZE) / sizeof(u_int64_t);
448 pt2[i] = i * (2 * 1024 * 1024);
449 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U;

Completed in 65 milliseconds