Home
last modified time | relevance | path

Searched refs:pause (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/sparc/
H A Dpause.s3 wr %g1, %g2, %pause
4 wr %o4, 0x234, %pause
5 pause 8
6 pause 300
7 pause 0x234
H A Dpause.d10 0: b7 80 40 02 wr %g1, %g2, %pause
11 4: b7 83 22 34 wr %o4, 0x234, %pause
12 8: b7 80 20 08 pause 8
13 c: b7 80 21 2c pause 0x12c
14 10: b7 80 22 34 pause 0x234
H A Dwrasr.s36 wr %g1, %g2, %pause
37 wr %g1, 666, %pause
38 wr 666, %g1, %pause
H A Dwrasr.d43 84: b7 80 40 02 wr %g1, %g2, %pause
44 88: b7 80 62 9a wr %g1, 0x29a, %pause
45 8c: b7 80 62 9a wr %g1, 0x29a, %pause
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/sparc/
H A Dpause.s3 wr %g1, %g2, %pause
4 wr %o4, 0x234, %pause
5 pause 8
6 pause 300
7 pause 0x234
H A Dpause.d10 0: b7 80 40 02 wr %g1, %g2, %pause
11 4: b7 83 22 34 wr %o4, 0x234, %pause
12 8: b7 80 20 08 pause 8
13 c: b7 80 21 2c pause 0x12c
14 10: b7 80 22 34 pause 0x234
H A Dwrasr.s36 wr %g1, %g2, %pause
37 wr %g1, 666, %pause
38 wr 666, %g1, %pause
H A Dwrasr.d43 84: b7 80 40 02 wr %g1, %g2, %pause
44 88: b7 80 62 9a wr %g1, 0x29a, %pause
45 8c: b7 80 62 9a wr %g1, 0x29a, %pause
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/i386/
H A Dprefix.s178 # data16 pause
183 # addr16 lock data16 pause
209 # ds pause
214 # data16 ds pause
220 # lock ds pause
226 # lock addr16 ds pause
270 # ss pause
275 # addr16 ss pause
281 # lock addr16 ss pause
330 # data16 ds ss pause
[all …]
H A Dprefix.d38 [ ]*[a-f0-9]+: f3 66 90 data16 pause
39 [ ]*[a-f0-9]+: f3 67 f0 66 90 addr16 lock data16 pause
43 [ ]*[a-f0-9]+: f3 3e 90 ds pause
44 [ ]*[a-f0-9]+: f3 66 3e 90 data16 ds pause
45 [ ]*[a-f0-9]+: f3 f0 3e 90 lock ds pause
46 [ ]*[a-f0-9]+: f3 f0 67 3e 90 lock addr16 ds pause
53 [ ]*[a-f0-9]+: f3 36 90 ss pause
54 [ ]*[a-f0-9]+: f3 67 36 90 addr16 ss pause
55 [ ]*[a-f0-9]+: f3 f0 67 36 90 lock addr16 ss pause
62 [ ]*[a-f0-9]+: f3 66 3e 36 90 data16 ds ss pause
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dprefix.s178 # data16 pause
183 # addr16 lock data16 pause
209 # ds pause
214 # data16 ds pause
220 # lock ds pause
226 # lock addr16 ds pause
270 # ss pause
275 # addr16 ss pause
281 # lock addr16 ss pause
330 # data16 ds ss pause
[all …]
H A Dprefix.d38 [ ]*[a-f0-9]+: f3 66 90 data16 pause
39 [ ]*[a-f0-9]+: f3 67 f0 66 90 addr16 lock data16 pause
43 [ ]*[a-f0-9]+: f3 3e 90 ds pause
44 [ ]*[a-f0-9]+: f3 66 3e 90 data16 ds pause
45 [ ]*[a-f0-9]+: f3 f0 3e 90 lock ds pause
46 [ ]*[a-f0-9]+: f3 f0 67 3e 90 lock addr16 ds pause
53 [ ]*[a-f0-9]+: f3 36 90 ss pause
54 [ ]*[a-f0-9]+: f3 67 36 90 addr16 ss pause
55 [ ]*[a-f0-9]+: f3 f0 67 36 90 lock addr16 ss pause
62 [ ]*[a-f0-9]+: f3 66 3e 36 90 data16 ds ss pause
[all …]
/netbsd/external/bsd/libevent/dist/
H A Devrpc.c101 struct evrpc_hook_ctx *pause; in evrpc_free() local
110 mm_free(pause); in evrpc_free()
557 mm_free(pause); in evrpc_pool_free()
771 struct evrpc_hook_ctx *pause = mm_malloc(sizeof(*pause)); in evrpc_pause_request() local
772 if (pause == NULL) in evrpc_pause_request()
775 pause->ctx = ctx; in evrpc_pause_request()
776 pause->cb = cb; in evrpc_pause_request()
790 if (pause->ctx == ctx) in evrpc_resume_request()
794 if (pause == NULL) in evrpc_resume_request()
797 (*pause->cb)(pause->ctx, res); in evrpc_resume_request()
[all …]
/netbsd/external/bsd/ntp/dist/sntp/libevent/
H A Devrpc.c99 struct evrpc_hook_ctx *pause; in evrpc_free() local
108 mm_free(pause); in evrpc_free()
554 mm_free(pause); in evrpc_pool_free()
768 struct evrpc_hook_ctx *pause = mm_malloc(sizeof(*pause)); in evrpc_pause_request() local
769 if (pause == NULL) in evrpc_pause_request()
772 pause->ctx = ctx; in evrpc_pause_request()
773 pause->cb = cb; in evrpc_pause_request()
787 if (pause->ctx == ctx) in evrpc_resume_request()
791 if (pause == NULL) in evrpc_resume_request()
794 (*pause->cb)(pause->ctx, res); in evrpc_resume_request()
[all …]
/netbsd/sys/dev/pci/cxgb/
H A Dcxgb_vsc8211.c124 int err, sp = -1, dplx = -1, pause = 0; in vsc8211_get_link_status() local
173 pause = PAUSE_RX | PAUSE_TX; in vsc8211_get_link_status()
177 pause = PAUSE_TX; in vsc8211_get_link_status()
180 pause = PAUSE_RX; in vsc8211_get_link_status()
188 *fc = pause; in vsc8211_get_link_status()
H A Dcxgb_mv88e1xxx.c196 int sp = -1, dplx = -1, pause = 0; in mv88e1xxx_get_link_status() local
201 pause |= PAUSE_RX; in mv88e1xxx_get_link_status()
203 pause |= PAUSE_TX; in mv88e1xxx_get_link_status()
220 *fc = pause; in mv88e1xxx_get_link_status()
/netbsd/external/gpl2/groff/dist/arch/djgpp/
H A Dt-groff.bat24 pause
31 pause
38 pause
45 pause
50 pause
55 pause
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Drelativedebug.c32 pause (); in main()
33 pause (); in main()
H A Dfork-running-state.c53 pause (); in fork_child()
83 pause (); in fork_parent()
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Drelativedebug.c32 pause (); in main()
33 pause (); in main()
H A Dfork-running-state.c53 pause (); in fork_child()
83 pause (); in fork_parent()
/netbsd/lib/libc/gen/
H A Dpause.c46 __weak_alias(pause,_pause) in __weak_alias() argument
53 pause(void) in __weak_alias()
/netbsd/tests/rump/rumpkern/h_server/
H A Dh_simpleserver.c57 pause(); in main()
60 pause(); in main()
/netbsd/tests/lib/libc/gen/
H A Dt_pause.c67 if (pause() != -1 || fail != false) in ATF_TC_BODY()
89 (void)pause(); in ATF_TC_BODY()
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/ia64/
H A Dopc-i.s211 hint @pause
213 hint.i @pause
215 (p7) hint @pause
217 (p7) hint.i @pause
219 (p7) hint @pause
221 (p7) hint.i @pause

12345678910>>...14