Searched refs:flag_val (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/containers/userns/ |
H A D | userns01.c | 38 cap_flag_value_t flag_val; in child_fn1() local 53 cap_get_flag(caps, i, CAP_EFFECTIVE, &flag_val); in child_fn1() 54 if (!flag_val) in child_fn1() 57 cap_get_flag(caps, i, CAP_PERMITTED, &flag_val); in child_fn1() 58 if (!flag_val) in child_fn1() 62 if (!flag_val) in child_fn1()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_pop/ |
H A D | 1-3.c | 34 static void a_cleanup_func1(void *flag_val PTS_ATTRIBUTE_UNUSED) in a_cleanup_func1() 41 static void a_cleanup_func2(void *flag_val PTS_ATTRIBUTE_UNUSED) in a_cleanup_func2() 48 static void a_cleanup_func3(void *flag_val PTS_ATTRIBUTE_UNUSED) in a_cleanup_func3()
|
H A D | 1-2.c | 37 static void a_cleanup_func(void *flag_val) in a_cleanup_func() argument 39 cleanup_flag = (long)flag_val; in a_cleanup_func()
|
H A D | 1-1.c | 37 static void a_cleanup_func(void *flag_val) in a_cleanup_func() argument 39 cleanup_flag = (long)flag_val; in a_cleanup_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/ |
H A D | 1-1.c | 40 static void a_cleanup_func(void *flag_val) in a_cleanup_func() argument 42 cleanup_flag = (long)flag_val; in a_cleanup_func()
|
H A D | 1-3.c | 39 static void a_cleanup_func(void *flag_val) in a_cleanup_func() argument 41 cleanup_flag = (long)flag_val; in a_cleanup_func()
|
H A D | 1-2.c | 43 static void a_cleanup_func(void *flag_val) in a_cleanup_func() argument 45 cleanup_flag = (long)flag_val; in a_cleanup_func()
|
/third_party/toybox/toys/pending/ |
H A D | route.c | 133 char iface[64] = {0,}, flag_val[10]; //there are 9 flags "UGHRDMDAC" for route. in display_routes() local 158 get_flag_value(flag_val, flags); in display_routes() 159 if (flags & RTF_REJECT) flag_val[0] = '!'; in display_routes() 160 xprintf("%-15.15s %-15.15s %-16s%-6s", destip, gateip, maskip, flag_val); in display_routes() 409 char ipv6_src_addr[41], flag_val[10], buf2[INET6_ADDRSTRLEN]; in display_routes6() local 428 get_flag_value(flag_val, flag); in display_routes6() 436 toybuf, buf2, flag_val, metric, refcount, use, iface); in display_routes6()
|
/third_party/toybox/toys/net/ |
H A D | netstat.c | 280 char *out = toybuf, *flag_val; in display_routes() local 319 flag_val = out; in display_routes() 324 if (flags & RTF_REJECT) *flag_val = '!'; in display_routes() 326 printf("%-15.15s %-15.15s %-16s%-6s", destip, gateip, maskip, flag_val); in display_routes()
|
Completed in 4 milliseconds