Home
last modified time | relevance | path

Searched refs:kill (Results 1 – 25 of 914) sorted by relevance

12345678910>>...37

/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsigall.c374 kill (getpid (), SIGILL); in gen_ILL()
381 kill (getpid (), SIGABRT); in gen_ABRT()
402 kill (getpid (), SIGFPE); in gen_FPE()
410 kill (getpid (), SIGSEGV); in gen_SEGV()
417 kill (getpid (), SIGTERM); in gen_TERM()
427 kill (getpid (), SIGHUP); in gen_HUP()
438 kill (getpid (), SIGQUIT); in gen_QUIT()
449 kill (getpid (), SIGEMT); in gen_EMT()
460 kill (getpid (), SIGBUS); in gen_BUS()
471 kill (getpid (), SIGSYS); in gen_SYS()
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsigall.c374 kill (getpid (), SIGILL); in gen_ILL()
381 kill (getpid (), SIGABRT); in gen_ABRT()
402 kill (getpid (), SIGFPE); in gen_FPE()
410 kill (getpid (), SIGSEGV); in gen_SEGV()
417 kill (getpid (), SIGTERM); in gen_TERM()
427 kill (getpid (), SIGHUP); in gen_HUP()
438 kill (getpid (), SIGQUIT); in gen_QUIT()
449 kill (getpid (), SIGEMT); in gen_EMT()
460 kill (getpid (), SIGBUS); in gen_BUS()
471 kill (getpid (), SIGSYS); in gen_SYS()
[all …]
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress.gen.h14 struct kill;
32 int (*attack_assign)(struct msg *, const struct kill*);
33 int (*attack_get)(struct msg *, struct kill* *);
44 struct kill* attack_data;
70 int msg_attack_assign(struct msg *, const struct kill*);
71 int msg_attack_get(struct msg *, struct kill* *);
87 int (*weapon_assign)(struct kill *, const char *);
88 int (*weapon_get)(struct kill *, char * *);
89 int (*action_assign)(struct kill *, const char *);
90 int (*action_get)(struct kill *, char * *);
[all …]
H A Dregress_rpc.c101 EVRPC_HEADER(Message, msg, kill)
102 EVRPC_HEADER(NeverReply, msg, kill)
104 EVRPC_GENERATE(Message, msg, kill)
105 EVRPC_GENERATE(NeverReply, msg, kill)
113 struct kill* kill_reply = rpc->reply; in MessageCb()
150 EVRPC_REGISTER(base, Message, msg, kill, MessageCb, NULL); in rpc_setup()
151 EVRPC_REGISTER(base, NeverReply, msg, kill, NeverReplyCb, NULL); in rpc_setup()
236 struct kill* kill_reply = NULL; in rpc_postrequest_done()
330 struct msg *msg, struct kill *xkill, void *arg) in GotKillCb()
369 struct msg *msg, struct kill *xkill, void *arg) in GotKillCbTwo()
[all …]
H A Dregress.gen.c142 const struct kill* value) in msg_attack_assign()
229 msg_attack_get(struct msg *msg, struct kill* *value) in msg_attack_get()
456 struct kill *
462 struct kill *
465 struct kill *tmp; in kill_new_with_arg()
466 if ((tmp = malloc(sizeof(struct kill))) == NULL) { in kill_new_with_arg()
489 kill_how_often_expand_to_hold_more(struct kill *msg) in kill_how_often_expand_to_hold_more()
504 kill_how_often_add(struct kill *msg, const ev_uint32_t value) in kill_how_often_add()
519 kill_weapon_assign(struct kill *msg, in kill_weapon_assign()
531 kill_action_assign(struct kill *msg, in kill_action_assign()
[all …]
/netbsd-src/external/bsd/atf/dist/tools/
H A Dsignals_test.cpp102 ::kill(::getpid(), SIGUSR1); in ATF_TEST_CASE_BODY()
107 ::kill(::getpid(), SIGUSR1); in ATF_TEST_CASE_BODY()
111 ::kill(::getpid(), SIGUSR1); in ATF_TEST_CASE_BODY()
128 ::kill(::getpid(), SIGUSR1); in ATF_TEST_CASE_BODY()
135 ::kill(::getpid(), SIGUSR1); in ATF_TEST_CASE_BODY()
154 ::kill(::getpid(), SIGUSR1); in ATF_TEST_CASE_BODY()
161 ::kill(::getpid(), SIGUSR1); in ATF_TEST_CASE_BODY()
189 ::kill(::getpid(), SIGUSR1); in ATF_TEST_CASE_BODY()
210 ::kill(::getpid(), SIGUSR1); in ATF_TEST_CASE_BODY()
215 ::kill(::getpid(), SIGUSR1); in ATF_TEST_CASE_BODY()
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/utils/signals/
H A Dprogrammer_test.cpp76 ::kill(::getpid(), SIGCHLD); in ATF_TEST_CASE_BODY()
81 ::kill(::getpid(), SIGCHLD); in ATF_TEST_CASE_BODY()
92 ::kill(::getpid(), SIGCHLD); in ATF_TEST_CASE_BODY()
97 ::kill(::getpid(), SIGCHLD); in ATF_TEST_CASE_BODY()
108 ::kill(::getpid(), SIGCHLD); in ATF_TEST_CASE_BODY()
115 ::kill(::getpid(), SIGCHLD); in ATF_TEST_CASE_BODY()
122 ::kill(::getpid(), SIGCHLD); in ATF_TEST_CASE_BODY()
129 ::kill(::getpid(), SIGCHLD); in ATF_TEST_CASE_BODY()
H A Dinterrupts_test.cpp101 ::kill(getpid(), signo); in check_interrupts_handler()
108 ::kill(getpid(), signo); in check_interrupts_handler()
125 ::kill(::getpid(), signo); in check_interrupts_inhibiter()
172 ::kill(::getpid(), SIGHUP); in ATF_TEST_CASE_BODY()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dkill.c47 val = kill (pid, signal); in kill_sub()
54 extern GFC_INTEGER_4 PREFIX (kill) (GFC_INTEGER_4, GFC_INTEGER_4);
55 export_proto_np(PREFIX (kill));
58 PREFIX (kill) (GFC_INTEGER_4 pid, GFC_INTEGER_4 signal) in PREFIX() argument
61 val = (int)kill (pid, signal); in PREFIX()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dkill.c47 val = kill (pid, signal); in kill_sub()
54 extern GFC_INTEGER_4 PREFIX (kill) (GFC_INTEGER_4, GFC_INTEGER_4);
55 export_proto_np(PREFIX (kill));
58 PREFIX (kill) (GFC_INTEGER_4 pid, GFC_INTEGER_4 signal) in PREFIX() argument
61 val = (int)kill (pid, signal); in PREFIX()
/netbsd-src/tests/lib/libc/sys/
H A Dt_kill.c70 ATF_REQUIRE(kill(pid, sig[i]) == 0); in ATF_TC_BODY()
97 rv = kill(getpid(), -1); in ATF_TC_BODY()
103 rv = kill(INT_MAX, SIGUSR1); in ATF_TC_BODY()
189 if (kill(cpid, SIGKILL) == 0) in ATF_TC_BODY()
243 ATF_REQUIRE(kill(-getpgrp(), SIGKILL) == 0); in ATF_TC_BODY()
289 ATF_REQUIRE(kill(0, SIGKILL) == 0); in ATF_TC_BODY()
311 ATF_CHECK_ERRNO(ESRCH, kill(INT_MIN, 0)); in ATF_TC_BODY()
H A Dt_wait.c120 ATF_REQUIRE(kill(pid, SIGTERM) == 0); in ATF_TC_BODY()
194 ATF_REQUIRE(kill(pid, SIGSTOP) == 0); in ATF_TC_BODY()
207 ATF_REQUIRE(kill(pid, SIGCONT) == 0); in ATF_TC_BODY()
220 ATF_REQUIRE(kill(pid, SIGQUIT) == 0); in ATF_TC_BODY()
264 ATF_REQUIRE(kill(pid, SIGSTOP) == 0); in ATF_TC_BODY()
275 ATF_REQUIRE(kill(pid, SIGCONT) == 0); in ATF_TC_BODY()
286 ATF_REQUIRE(kill(pid, SIGQUIT) == 0); in ATF_TC_BODY()
/netbsd-src/distrib/utils/zcat/
H A Dmisc.c6 kill(0, SIGQUIT); in __assert()
9 kill(0, SIGQUIT); in __assert13()
12 kill(0, SIGQUIT); in __diagassert()
15 kill(0, SIGQUIT); in __diagassert13()
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dkill_example.txt1 This is an example of the kill.d DTrace script,
3 # kill.d
9 In the above output, a kill -2 (Ctrl-C) was sent from the bash command
10 to PID 3177. Then a kill -9 (SIGKILL) was sent to PID 12345 - which
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dkill_example.txt1 This is an example of the kill.d DTrace script,
3 # kill.d
9 In the above output, a kill -2 (Ctrl-C) was sent from the bash command
10 to PID 3177. Then a kill -9 (SIGKILL) was sent to PID 12345 - which
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlcm.cc170 sbitmap *antout, sbitmap *avout, sbitmap *kill, in compute_earliest() argument
195 kill[pred->index], temp_bitmap); in compute_earliest()
370 sbitmap *avloc, sbitmap *antloc, sbitmap *kill, in pre_edge_lcm_avs() argument
394 dump_bitmap_vector (dump_file, "kill", "", kill, in pre_edge_lcm_avs()
400 compute_available (avloc, kill, avout, avin); in pre_edge_lcm_avs()
419 compute_earliest (edge_list, n_exprs, antin, antout, avout, kill, earliest); in pre_edge_lcm_avs()
472 sbitmap *avloc, sbitmap *antloc, sbitmap *kill, in pre_edge_lcm() argument
481 edge_list = pre_edge_lcm_avs (n_exprs, transp, avloc, antloc, kill, in pre_edge_lcm()
494 compute_available (sbitmap *avloc, sbitmap *kill, sbitmap *avout, in compute_available() argument
561 avin[bb->index], kill[bb->index])) in compute_available()
[all …]
H A Ddf-problems.cc169 bitmap_clear (&bb_info->kill); in df_rd_free_bb_info()
216 if (bb_info->kill.obstack) in df_rd_alloc()
218 bitmap_clear (&bb_info->kill); in df_rd_alloc()
224 bitmap_initialize (&bb_info->kill, &problem_data->rd_bitmaps); in df_rd_alloc()
321 bitmap_set_range (&bb_info->kill, begin, n_defs); in df_rd_bb_local_compute_process_def()
495 bitmap kill = &bb_info->kill; in df_rd_transfer_function() local
500 changed = bitmap_ior_and_compl (out, gen, in, kill); in df_rd_transfer_function()
511 bitmap_and_compl (&tmp, in, kill); in df_rd_transfer_function()
654 df_rd_dump_defs_set (&bb_info->kill, ";; rd kill", file); in df_rd_top_dump()
1394 bitmap_clear (&bb_info->kill); in df_live_free_bb_info()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlcm.c170 sbitmap *antout, sbitmap *avout, sbitmap *kill, in compute_earliest() argument
195 kill[pred->index], temp_bitmap); in compute_earliest()
370 sbitmap *avloc, sbitmap *antloc, sbitmap *kill, in pre_edge_lcm_avs() argument
394 dump_bitmap_vector (dump_file, "kill", "", kill, in pre_edge_lcm_avs()
400 compute_available (avloc, kill, avout, avin); in pre_edge_lcm_avs()
419 compute_earliest (edge_list, n_exprs, antin, antout, avout, kill, earliest); in pre_edge_lcm_avs()
472 sbitmap *avloc, sbitmap *antloc, sbitmap *kill, in pre_edge_lcm() argument
481 edge_list = pre_edge_lcm_avs (n_exprs, transp, avloc, antloc, kill, in pre_edge_lcm()
494 compute_available (sbitmap *avloc, sbitmap *kill, sbitmap *avout, in compute_available() argument
561 avin[bb->index], kill[bb->index])) in compute_available()
[all …]
H A Ddf-problems.c169 bitmap_clear (&bb_info->kill); in df_rd_free_bb_info()
216 if (bb_info->kill.obstack) in df_rd_alloc()
218 bitmap_clear (&bb_info->kill); in df_rd_alloc()
224 bitmap_initialize (&bb_info->kill, &problem_data->rd_bitmaps); in df_rd_alloc()
321 bitmap_set_range (&bb_info->kill, begin, n_defs); in df_rd_bb_local_compute_process_def()
495 bitmap kill = &bb_info->kill; in df_rd_transfer_function() local
500 changed = bitmap_ior_and_compl (out, gen, in, kill); in df_rd_transfer_function()
511 bitmap_and_compl (&tmp, in, kill); in df_rd_transfer_function()
654 df_rd_dump_defs_set (&bb_info->kill, ";; rd kill", file); in df_rd_top_dump()
1354 bitmap_clear (&bb_info->kill); in df_live_free_bb_info()
[all …]
/netbsd-src/bin/sh/funcs/
H A Dkill1 # $NetBSD: kill,v 1.8 2016/02/29 23:50:59 christos Exp $
29 # @(#)kill 8.2 (Berkeley) 5/4/95
31 # Convert job names to process ids and then run /bin/kill.
33 kill() {
42 /bin/kill $args
/netbsd-src/external/bsd/unbound/dist/testdata/fwd_udptmout.tdir/
H A Dfwd_udptmout.test50 kill -9 $digpid1
51 kill -9 $digpid2
52 kill -9 $digpid3
53 kill -9 $digpid4
54 kill -9 $digpid5
55 kill -9 $digpid6
/netbsd-src/external/bsd/unbound/dist/testdata/fwd_oneport.tdir/
H A Dfwd_oneport.test40 kill -9 $digpid1
41 kill -9 $digpid2
42 kill -9 $digpid3
43 kill -9 $digpid4
44 kill -9 $digpid5
45 kill -9 $digpid6
/netbsd-src/tests/lib/libpthread/
H A Dt_sigmask.c79 kill(getpid(), SIGFPE); in ATF_TC_BODY()
86 kill(getpid(), SIGUSR2); in upcalls_not_started_handler1()
123 kill(getpid(), SIGUSR1); in ATF_TC_BODY()
133 kill(getpid(), SIGUSR2); in respected_while_running_handler1()
155 kill(getpid(), SIGUSR1); in respected_while_running_threadroutine()
/netbsd-src/sbin/reboot/
H A Dreboot.c200 if (kill(1, SIGTSTP) == -1) in main()
204 if (kill(-1, SIGTERM) == -1) { in main()
227 if (kill(-1, SIGKILL) == -1) { in main()
246 errx(1, "%s%s", kill(1, SIGHUP) == -1 ? "(can't restart init): " : "", in main()
/netbsd-src/external/bsd/unbound/dist/testdata/stat_values.tdir/
H A Dstat_values.post10 kill $FWD_EXPIRED_PID >/dev/null 2>&1 # This is killed during testing.
12 kill $UNBOUND_PID >/dev/null 2>&1
13 kill $UNBOUND_PID >/dev/null 2>&1

12345678910>>...37