Home
last modified time | relevance | path

Searched refs:in_progress (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/sbin/rcorder/
H A Drcorder.c99 flag in_progress; member
122 flag in_progress; member
244 temp->in_progress = RESET; in filenode_new()
296 head->in_progress = RESET; in add_provide()
343 pnode->in_progress = RESET; in add_provide()
530 head->in_progress = RESET; in make_fake_provision()
537 pnode->in_progress = RESET; in make_fake_provision()
647 if (head->in_progress == SET) { in satisfy_req()
654 head->in_progress = SET; in satisfy_req()
717 if (fnode->in_progress == SET) { in do_file()
[all …]
/freebsd-12.1/sys/powerpc/ofw/
H A Dofw_machdep.c657 volatile int in_progress; member
672 rv_args->in_progress = 0; in ofw_rendezvous_dispatch()
678 while (rv_args->in_progress) in ofw_rendezvous_dispatch()
700 rv_args.in_progress = 1; in openfirmware()
/freebsd-12.1/contrib/amd/amd/
H A Damfs_generic.c105 int in_progress = 0; /* # of (un)mount in progress */ in amfs_lookup_node() local
193 in_progress++; in amfs_lookup_node()
210 if (in_progress) { in amfs_lookup_node()
211 dlog("Waiting while %d mount(s) in progress", in_progress); in amfs_lookup_node()
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_leapsec.h127 int in_progress; /* not 0 if smearing is in progress, i.e. the offset has been computed */ member
H A Dntp_timer.c571 leap_smear.in_progress = 0; in check_leapsec()
607 leap_smear.in_progress = 1; in check_leapsec()
H A Dntp_proto.c4615 if (leap_smear.in_progress) { in fast_xmit()
4631 if (leap_smear.in_progress) { in fast_xmit()
4651 if (leap_smear.in_progress) in fast_xmit()
4664 if (leap_smear.in_progress) in fast_xmit()
/freebsd-12.1/tests/sys/fs/fusefs/
H A Dinterrupt.cc552 TEST_F(Intr, in_progress) in TEST_F() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2724 auto in_progress = CommandHandlingState::eInProgress; in InterruptCommand() local
2726 in_progress, CommandHandlingState::eInterrupted); in InterruptCommand()