Home
last modified time | relevance | path

Searched refs:handler2 (Results 1 - 25 of 37) sorted by relevance

12

/third_party/ltp/testcases/kernel/uevents/
H A Duevent03.c72 char *handlers, *handler1, *handler2, *sysname; in verify_uevent() local
182 handler2 = strtok(NULL, " "); in verify_uevent()
183 if (!handler2) in verify_uevent()
186 get_minor_major(handler2, minor_event2, major_event2, MINOR_MAJOR_SIZE); in verify_uevent()
210 "add@%s/%s", sysname, handler2); in verify_uevent()
213 "remove@%s/%s", sysname, handler2); in verify_uevent()
216 "DEVPATH=%s/%s", sysname, handler2); in verify_uevent()
219 "DEVNAME=input/%s", handler2); in verify_uevent()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D2-4.c15 2. Call sigaction again to set handler for SIGCHLD to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-5.c15 2. Call sigaction again to set handler for SIGCONT to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-3.c15 2. Call sigaction again to set handler for SIGBUS to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-6.c15 2. Call sigaction again to set handler for SIGFPE to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-7.c15 2. Call sigaction again to set handler for SIGHUP to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-8.c15 2. Call sigaction again to set handler for SIGILL to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-9.c15 2. Call sigaction again to set handler for SIGINT to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-1.c15 2. Call sigaction again to set handler for SIGABRT to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-10.c15 2. Call sigaction again to set handler for SIGPIPE to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-11.c15 2. Call sigaction again to set handler for SIGQUIT to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-12.c15 2. Call sigaction again to set handler for SIGSEGV to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-13.c15 2. Call sigaction again to set handler for SIGTERM to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-14.c15 2. Call sigaction again to set handler for SIGTSTP to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-15.c15 2. Call sigaction again to set handler for SIGTTIN to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-16.c15 2. Call sigaction again to set handler for SIGTTOU to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-17.c15 2. Call sigaction again to set handler for SIGUSR1 to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-18.c15 2. Call sigaction again to set handler for SIGUSR2 to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-24.c15 2. Call sigaction again to set handler for SIGVTALRM to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-19.c15 2. Call sigaction again to set handler for SIGALRM to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-20.c15 2. Call sigaction again to set handler for SIGPROF to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-22.c15 2. Call sigaction again to set handler for SIGTRAP to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-25.c15 2. Call sigaction again to set handler for SIGXCPU to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-26.c15 2. Call sigaction again to set handler for SIGXFSZ to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()
H A D2-21.c15 2. Call sigaction again to set handler for SIGSYS to use handler2,
28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function
46 act.sa_handler = handler2; in main()

Completed in 8 milliseconds

12