Home
last modified time | relevance | path

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

/dragonfly/sbin/rcorder/
HDrcorder.c90 flag in_progress; member
114 flag in_progress; member
245 temp->in_progress = RESET; in filenode_new()
297 head->in_progress = RESET; in add_provide()
344 pnode->in_progress = RESET; in add_provide()
532 head->in_progress = RESET; in make_fake_provision()
539 pnode->in_progress = RESET; in make_fake_provision()
651 if (head->in_progress == SET) { in satisfy_req()
658 head->in_progress = SET; in satisfy_req()
721 if (fnode->in_progress == SET) { in do_file()
[all …]
/dragonfly/contrib/lvm2/dist/daemons/clvmd/
HDclvmd.c544 newfd->bits.localsock.in_progress = FALSE; in local_rendezvous_callback()
959 thisfd->bits.localsock.in_progress); in read_from_local_sock()
964 if (thisfd->bits.localsock.in_progress) { in read_from_local_sock()
1043 if (thisfd->bits.localsock.in_progress) { in read_from_local_sock()
1134 thisfd->bits.localsock.in_progress = FALSE; in read_from_local_sock()
1185 thisfd->bits.localsock.in_progress = TRUE; in read_from_local_sock()
1225 thisfd->bits.localsock.in_progress = TRUE; in distribute_command()
1246 thisfd->bits.localsock.in_progress = TRUE; in distribute_command()
1264 thisfd->bits.localsock.in_progress = TRUE; in distribute_command()
1684 client->bits.localsock.in_progress = FALSE; in send_local_reply()
HDclvmd.h51 int in_progress; /* Only execute one cmd at a time per client */ member
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-affine.c675 unsigned in_progress : 1; member
732 exp->in_progress = 1; in aff_combination_expand()
740 exp->in_progress = 0; in aff_combination_expand()
746 gcc_assert (!exp->in_progress); in aff_combination_expand()
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-affine.c590 unsigned in_progress : 1; member
648 exp->in_progress = 1; in aff_combination_expand()
674 exp->in_progress = 0; in aff_combination_expand()
680 gcc_assert (!exp->in_progress); in aff_combination_expand()