Home
last modified time | relevance | path

Searched refs:flag_val (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/containers/userns/
H A Duserns01.c38 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 D1-3.c34 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 D1-2.c37 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 D1-1.c37 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 D1-1.c40 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 D1-3.c39 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 D1-2.c43 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 Droute.c133 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 Dnetstat.c280 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