| /netbsd-src/sys/kern/ |
| H A D | kern_time.c | 1033 ptimer_free(struct ptimers *pts, int index) 1040 it = pts->pts_timers[index]; in ptimer_free() 1042 pts->pts_timers[index] = NULL; in ptimer_free() 1067 struct ptimers *pts; 1070 pts = kmem_alloc(sizeof(*pts), KM_SLEEP); in ptimers_alloc() local 1071 LIST_INIT(&pts->pts_virtual); in ptimers_alloc() 1072 LIST_INIT(&pts->pts_prof); in ptimers_alloc() 1074 pts->pts_timers[i] = NULL; in ptimers_alloc() 1077 p->p_timers = pts; in ptimers_alloc() 1036 ptimer_free(struct ptimers * pts,int index) ptimer_free() argument 1104 struct ptimers *pts; ptimers_free() local 1225 struct ptimers *pts; timer_create1() local 1315 struct ptimers *pts; sys_timer_delete() local 1390 struct ptimers *pts; dotimer_settime() local 1486 struct ptimers *pts; dotimer_gettime() local 1517 struct ptimers *pts; sys_timer_getoverrun() local 1568 struct ptimers *pts; dogetitimer() local 1631 struct ptimers *pts; dosetitimer() local 1749 struct ptimers *pts; ptimer_tick() local [all...] |
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | rwsnoop_example.txt | 10 0 20320 bash W 1 /devices/pseudo/pts@0:12 13 0 2848 ls W 58 /devices/pseudo/pts@0:12 14 0 2848 ls W 68 /devices/pseudo/pts@0:12 15 0 2848 ls W 57 /devices/pseudo/pts@0:12 16 0 2848 ls W 67 /devices/pseudo/pts@0:12 17 0 2848 ls W 48 /devices/pseudo/pts@0:12 18 0 2848 ls W 49 /devices/pseudo/pts@0:12 19 0 2848 ls W 33 /devices/pseudo/pts@0:12 20 0 2848 ls W 41 /devices/pseudo/pts@0:12 44 100 2854 bash W 15 /devices/pseudo/pts@0:14 [all …]
|
| H A D | statsnoop_example.txt | 11 0 1485 dtrace 0 /devices/pseudo/pts@0:6 23 100 783 ttsession 0 /devices/pseudo/pts@0:3 24 100 783 ttsession 0 /devices/pseudo/pts@0:3 25 100 783 ttsession 0 /devices/pseudo/pts@0:3 27 100 783 ttsession 0 /devices/pseudo/pts@0:3 28 100 783 ttsession 0 /devices/pseudo/pts@0:3 32 100 783 ttsession 0 /devices/pseudo/pts@0:3 47 100 1493 bash 0 /devices/pseudo/pts@0:8 53 100 1493 bash 0 /devices/pseudo/pts@0:8 54 100 1493 bash 0 /devices/pseudo/pts@0:8
|
| H A D | setuids_example.txt | 6 0 100 3037 3040 in.telnetd login -p -h mars -d /dev/pts/12 10 0 100 3065 3067 in.rlogind login -d /dev/pts/12 -r mars 11 0 100 3071 3073 in.rlogind login -d /dev/pts/12 -r mars 12 0 102 3078 3081 in.telnetd login -p -h mars -d /dev/pts/12
|
| H A D | putnexts_example.txt | 15 pts`ptswput+0x1e1 125 pts`ptswsrv+0x7c 132 pts`ptswput+0x1e1 138 pts 140 pts`ptswput+0x201 376 pts 419 pts`ptswsrv+0x7c
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | rwsnoop_example.txt | 10 0 20320 bash W 1 /devices/pseudo/pts@0:12 13 0 2848 ls W 58 /devices/pseudo/pts@0:12 14 0 2848 ls W 68 /devices/pseudo/pts@0:12 15 0 2848 ls W 57 /devices/pseudo/pts@0:12 16 0 2848 ls W 67 /devices/pseudo/pts@0:12 17 0 2848 ls W 48 /devices/pseudo/pts@0:12 18 0 2848 ls W 49 /devices/pseudo/pts@0:12 19 0 2848 ls W 33 /devices/pseudo/pts@0:12 20 0 2848 ls W 41 /devices/pseudo/pts@0:12 44 100 2854 bash W 15 /devices/pseudo/pts@0:14 [all …]
|
| H A D | statsnoop_example.txt | 11 0 1485 dtrace 0 /devices/pseudo/pts@0:6 23 100 783 ttsession 0 /devices/pseudo/pts@0:3 24 100 783 ttsession 0 /devices/pseudo/pts@0:3 25 100 783 ttsession 0 /devices/pseudo/pts@0:3 27 100 783 ttsession 0 /devices/pseudo/pts@0:3 28 100 783 ttsession 0 /devices/pseudo/pts@0:3 32 100 783 ttsession 0 /devices/pseudo/pts@0:3 47 100 1493 bash 0 /devices/pseudo/pts@0:8 53 100 1493 bash 0 /devices/pseudo/pts@0:8 54 100 1493 bash 0 /devices/pseudo/pts@0:8
|
| H A D | setuids_example.txt | 6 0 100 3037 3040 in.telnetd login -p -h mars -d /dev/pts/12 10 0 100 3065 3067 in.rlogind login -d /dev/pts/12 -r mars 11 0 100 3071 3073 in.rlogind login -d /dev/pts/12 -r mars 12 0 102 3078 3081 in.telnetd login -p -h mars -d /dev/pts/12
|
| H A D | putnexts_example.txt | 15 pts`ptswput+0x1e1 125 pts`ptswsrv+0x7c 132 pts`ptswput+0x1e1 138 pts 140 pts`ptswput+0x201 376 pts 419 pts`ptswsrv+0x7c
|
| /netbsd-src/external/mpl/dhcp/dist/tests/ |
| H A D | t_api.c | 162 testspec_t *pts; in main() local 219 pts = &T_testlist[0]; in main() 221 while (pts->pfv != NULL) { in main() 222 if (! strcmp(pts->func_name, in main() 232 ++pts; in main() 235 if (pts->pfv == NULL) { in main() 326 pts = &T_testlist[0]; in main() 327 while (*pts->pfv != NULL) { in main() 332 (*pts->pfv)(); in main() 379 (*pts->pfv)(); in main() [all …]
|
| /netbsd-src/lib/libc/gen/ |
| H A D | devname.c | 54 static devmajor_t pts; variable 60 pts = getdevmajor("pts", S_IFCHR); in devname_dbopen() 95 if (type != S_IFCHR || pts == NODEVMAJOR || major(dev) != pts) in devname_ptslookup()
|
| /netbsd-src/sys/arch/vax/vax/ |
| H A D | pmap.c | 1272 struct pte *pt, *pts, *ptd; in pmap_protect_long() local 1322 pts = &pt[start >> VAX_PGSHIFT]; in pmap_protect_long() 1325 if (((int)pts - (int)pt) & 7) in pmap_protect_long() 1331 while (pts < ptd) { in pmap_protect_long() 1332 if (kvtopte(pts)->pg_pfn && *(int *)pts) { in pmap_protect_long() 1334 if ((*(int *)pts & PG_SREF) == 0) in pmap_protect_long() 1335 rmpage(pmap, (u_int *)pts); in pmap_protect_long() 1342 memset(pts, 0, sizeof(struct pte) * LTOHPN); in pmap_protect_long() 1344 if (ptpinuse(pts) == 0) in pmap_protect_long() 1345 rmptep(pts); in pmap_protect_long() [all …]
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | tty.c | 107 static devmajor_t pts = NODEVMAJOR; in uv__tty_is_slave() local 109 if (pts == NODEVMAJOR) { in uv__tty_is_slave() 110 pts = getdevmajor("pts", S_IFCHR); in uv__tty_is_slave() 111 if (pts == NODEVMAJOR) in uv__tty_is_slave() 127 result = (pts == major(sb.st_rdev)); in uv__tty_is_slave()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | HeapData.cc | 108 Vector<hrtime_t> *pts = hData->peakTimestamps; in HeapData() local 110 if (pts != NULL) in HeapData() 111 for (int i = 0; i < pts->size (); i++) in HeapData() 113 ts = pts->fetch (i); in HeapData()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | HeapData.cc | 108 Vector<hrtime_t> *pts = hData->peakTimestamps; in HeapData() local 110 if (pts != NULL) in HeapData() 111 for (int i = 0; i < pts->size (); i++) in HeapData() 113 ts = pts->fetch (i); in HeapData()
|
| /netbsd-src/games/sail/ |
| H A D | dr_1.c | 208 ? from->specs->pts in fightitout() 209 : 2 * from->specs->pts); in fightitout() 212 topoints = 2 * from->specs->pts + to->file->points; in fightitout() 214 topoints -= from->specs->pts; in fightitout() 418 net = (float)s->file->points / s->specs->pts; in next()
|
| H A D | lo_main.c | 113 (float) log.l_netpoints / ship->specs->pts); in lo_curses() 154 (float) log.l_netpoints / ship->specs->pts); in lo_main()
|
| /netbsd-src/external/bsd/iscsi/dist/doc/ |
| H A D | HOWTO-iSCSI-encrypt.txt | 42 ptyfs 1 1 0 100% /dev/pts 173 ptyfs 1 1 0 100% /dev/pts 181 ptyfs 1 1 0 100% /dev/pts 227 ptyfs 1 1 0 100% /dev/pts
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| H A D | ec_mult.c | 100 EC_POINT **pts; in EC_ec_pre_comp_free() local 102 for (pts = pre->points; *pts != NULL; pts++) in EC_ec_pre_comp_free() 103 EC_POINT_free(*pts); in EC_ec_pre_comp_free()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
| H A D | ec_mult.c | 94 EC_POINT **pts; in EC_ec_pre_comp_free() local 96 for (pts = pre->points; *pts != NULL; pts++) in EC_ec_pre_comp_free() 97 EC_POINT_free(*pts); in EC_ec_pre_comp_free()
|
| /netbsd-src/share/examples/fstab/ |
| H A D | fstab.pseudo | 5 ptyfs /dev/pts ptyfs rw 0 0
|
| /netbsd-src/sys/rump/fs/lib/libptyfs/ |
| H A D | Makefile | 7 COMMENT=/dev/pts pseudo file system
|
| /netbsd-src/distrib/common/bootimage/ |
| H A D | fstab.in | 3 ptyfs /dev/pts ptyfs rw 0 0
|
| /netbsd-src/distrib/zaurus/liveimage/ |
| H A D | fstab.in | 4 ptyfs /dev/pts ptyfs rw 0 0
|
| /netbsd-src/distrib/hpcarm/liveimage/ |
| H A D | fstab.in | 4 ptyfs /dev/pts ptyfs rw 0 0
|