Searched refs:pts (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/sys/rump/fs/lib/libptyfs/
H A DMakefile7 COMMENT=/dev/pts pseudo file system
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dobsd-nat.c49 struct ptrace_thread_state pts; local
53 if (ptrace (PT_GET_THREAD_FIRST, pid, (caddr_t)&pts, sizeof pts) == -1)
56 while (pts.pts_tid != -1)
58 ptid_t ptid = ptid_t (pid, pts.pts_tid, 0);
68 if (ptrace (PT_GET_THREAD_NEXT, pid, (caddr_t)&pts, sizeof pts) == -1)
/netbsd-current/sys/kern/
H A Dkern_time.c1036 ptimer_free(struct ptimers *pts, int index) argument
1043 it = pts->pts_timers[index];
1045 pts->pts_timers[index] = NULL;
1070 struct ptimers *pts; local
1073 pts = kmem_alloc(sizeof(*pts), KM_SLEEP);
1074 LIST_INIT(&pts->pts_virtual);
1075 LIST_INIT(&pts->pts_prof);
1077 pts->pts_timers[i] = NULL;
1080 p->p_timers = pts;
1104 struct ptimers *pts; local
1225 struct ptimers *pts; local
1315 struct ptimers *pts; local
1390 struct ptimers *pts; local
1486 struct ptimers *pts; local
1517 struct ptimers *pts; local
1568 struct ptimers *pts; local
1631 struct ptimers *pts; local
1749 struct ptimers *pts; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dobsd-nat.c51 struct ptrace_thread_state pts; local
55 if (ptrace (PT_GET_THREAD_FIRST, pid, (caddr_t)&pts, sizeof pts) == -1)
58 while (pts.pts_tid != -1)
60 ptid_t ptid = ptid_t (pid, pts.pts_tid, 0);
70 if (ptrace (PT_GET_THREAD_NEXT, pid, (caddr_t)&pts, sizeof pts) == -1)
/netbsd-current/external/mpl/dhcp/dist/tests/
H A Dt_api.c162 testspec_t *pts; local
219 pts = &T_testlist[0];
221 while (pts->pfv != NULL) {
222 if (! strcmp(pts->func_name,
232 ++pts;
235 if (pts->pfv == NULL) {
326 pts = &T_testlist[0];
327 while (*pts->pfv != NULL) {
332 (*pts->pfv)();
379 (*pts
762 testspec_t *pts; local
[all...]
/netbsd-current/lib/libc/gen/
H A Ddevname.c54 static devmajor_t pts; variable
60 pts = getdevmajor("pts", S_IFCHR);
95 if (type != S_IFCHR || pts == NODEVMAJOR || major(dev) != pts)
/netbsd-current/games/sail/
H A Dlo_main.c113 (float) log.l_netpoints / ship->specs->pts);
154 (float) log.l_netpoints / ship->specs->pts);
H A Ddr_1.c208 ? from->specs->pts
209 : 2 * from->specs->pts);
212 topoints = 2 * from->specs->pts + to->file->points;
214 topoints -= from->specs->pts;
418 net = (float)s->file->points / s->specs->pts;
H A Dmisc.c215 net = (float)s->file->points / s->specs->pts;
228 / scene[lp->l_gamenum].ship[lp->l_shipnum].specs->pts) {
H A Dassorted.c281 points = ship->specs->pts + from->file->points;
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-arm-low.cc612 struct arm_linux_hw_breakpoint p, *pts; local
625 pts = proc->priv->arch_private->wpts;
630 pts = proc->priv->arch_private->bpts;
634 if (!arm_hwbp_control_is_enabled (pts[i].control))
636 pts[i] = p;
657 struct arm_linux_hw_breakpoint p, *pts; local
670 pts = proc->priv->arch_private->wpts;
675 pts = proc->priv->arch_private->bpts;
679 if (arm_linux_hw_breakpoint_equal (&p, pts + i))
681 pts[
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-arm-low.cc612 struct arm_linux_hw_breakpoint p, *pts; local
625 pts = proc->priv->arch_private->wpts;
630 pts = proc->priv->arch_private->bpts;
634 if (!arm_hwbp_control_is_enabled (pts[i].control))
636 pts[i] = p;
657 struct arm_linux_hw_breakpoint p, *pts; local
670 pts = proc->priv->arch_private->wpts;
675 pts = proc->priv->arch_private->bpts;
679 if (arm_linux_hw_breakpoint_equal (&p, pts + i))
681 pts[
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DHeapData.cc108 Vector<hrtime_t> *pts = hData->peakTimestamps; local
110 if (pts != NULL)
111 for (int i = 0; i < pts->size (); i++)
113 ts = pts->fetch (i);
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dtty.c97 * Implement function to compare major device number with pts devices.
102 * - slave tty: pts - major 5
106 /* Lookup device's major for the pts driver and cache it. */
107 static devmajor_t pts = NODEVMAJOR; local
109 if (pts == NODEVMAJOR) {
110 pts = getdevmajor("pts", S_IFCHR);
111 if (pts == NODEVMAJOR)
127 result = (pts == major(sb.st_rdev));
/netbsd-current/distrib/utils/embedded/conf/
H A Devbarm.conf74 ptyfs /dev/pts ptyfs rw
86 ptyfs /dev/pts ptyfs rw
101 ptyfs /dev/pts ptyfs rw
H A Devbmips.conf74 ptyfs /dev/pts ptyfs rw
86 ptyfs /dev/pts ptyfs rw
101 ptyfs /dev/pts ptyfs rw
H A Devbppc.conf74 ptyfs /dev/pts ptyfs rw
86 ptyfs /dev/pts ptyfs rw
101 ptyfs /dev/pts ptyfs rw
H A Dx86.conf61 ptyfs /dev/pts ptyfs rw
74 ptyfs /dev/pts ptyfs rw
H A Driscv.conf72 ptyfs /dev/pts ptyfs rw
84 ptyfs /dev/pts ptyfs rw
H A Dusermode.conf18 ptyfs /dev/pts ptyfs rw
/netbsd-current/sys/arch/vax/vax/
H A Dpmap.c1272 struct pte *pt, *pts, *ptd; local
1322 pts = &pt[start >> VAX_PGSHIFT];
1325 if (((int)pts - (int)pt) & 7)
1326 panic("pmap_remove: pts not even");
1331 while (pts < ptd) {
1332 if (kvtopte(pts)->pg_pfn && *(int *)pts) {
1334 if ((*(int *)pts & PG_SREF) == 0)
1335 rmpage(pmap, (u_int *)pts);
1342 memset(pts,
[all...]
/netbsd-current/bin/ps/
H A Dps.c168 else if (strncmp(ttname, "pts/", 4) == 0 ||
181 devmajor_t pts; local
185 pts = getdevmajor("pts", S_IFCHR);
186 if (pts != NODEVMAJOR && strncmp(ttname, "pts/", 4) == 0) {
189 snprintf(pathbuf, sizeof(pathbuf), "pts/%d", ptsminor);
191 return makedev(pts, ptsminor);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_mult.c94 EC_POINT **pts; local
96 for (pts = pre->points; *pts != NULL; pts++)
97 EC_POINT_free(*pts);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_mult.c100 EC_POINT **pts; local
102 for (pts = pre->points; *pts != NULL; pts++)
103 EC_POINT_free(*pts);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntpd.c1506 l_fp pts; local
1510 get_systime(&pts);
1511 tsa = pts;
1533 l_fp dts = pts;

Completed in 199 milliseconds

12