Home
last modified time | relevance | path

Searched refs:c_flag (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c43 char c_flag; /* info about the callb state */ member
147 cp->c_flag |= CALLB_TAKEN; in callb_add_common()
223 if (!(me->c_flag & CALLB_EXECUTING)) in callb_delete()
232 me->c_flag = CALLB_FREE; in callb_delete()
258 while (cp->c_flag & CALLB_EXECUTING) in callb_execute_class()
263 if (cp->c_flag == CALLB_FREE) in callb_execute_class()
265 cp->c_flag |= CALLB_EXECUTING; in callb_execute_class()
278 cp->c_flag &= ~CALLB_EXECUTING; in callb_execute_class()
/freebsd/usr.bin/hexdump/tests/
H A Dod_test.sh29 atf_test_case c_flag
48 atf_add_test_case c_flag
H A Dhexdump_test.sh49 atf_test_case c_flag
208 atf_add_test_case c_flag
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py597 c_flag = {
603 if c_flag is None:
605 c_flags |= c_flag
649 c_flag = {
655 if c_flag is None:
657 c_flags |= c_flag
1568 c_flag = {
1574 if c_flag is None:
1576 c_flags |= c_flag
/freebsd/crypto/heimdal/appl/afsutil/
H A Dpagsh.c70 static int c_flag; variable
76 { NULL, 'c', arg_flag, &c_flag },
201 if (errno == ENOENT || c_flag) { in main()
/freebsd/usr.bin/rs/tests/
H A Drs_test.sh28 atf_test_case c_flag
373 atf_add_test_case c_flag
/freebsd/usr.sbin/sysrc/tests/
H A Dsysrc_test.sh209 atf_test_case c_flag
347 atf_add_test_case c_flag
/freebsd/usr.bin/du/tests/
H A Ddu_test.sh145 atf_test_case c_flag
329 atf_add_test_case c_flag
/freebsd/crypto/openssh/
H A Dssh-agent.c2263 int c_flag = 0, d_flag = 0, D_flag = 0, k_flag = 0; in main() local
2314 c_flag++; in main()
2338 if (c_flag) in main()
2385 (c_flag || k_flag || s_flag || d_flag || D_flag || u_flag)) in main()
2397 if (ac == 0 && !c_flag && !s_flag) { in main()
2401 c_flag = 1; in main()
2421 format = c_flag ? "unsetenv %s;\n" : "unset %s;\n"; in main()
2533 format = c_flag ? in main()
2552 format = c_flag ? "setenv %s %s;\n" : "%s=%s; export %s;\n"; in main()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp1083 kmp_flag_64<> c_flag(&child_bar->b_arrived, new_state); in __kmp_hyper_barrier_gather() local
1084 c_flag.wait(this_thr, FALSE USE_ITT_BUILD_ARG(itt_sync_obj)); in __kmp_hyper_barrier_gather()