Home
last modified time | relevance | path

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

/netbsd-src/sbin/rcorder/
H A Drcorder.c112 int in_progress; member
135 int in_progress; member
254 temp->in_progress = RESET; in filenode_new()
306 head->in_progress = RESET; in add_provide()
353 pnode->in_progress = RESET; in add_provide()
493 head->in_progress = RESET; in make_fake_provision()
500 pnode->in_progress = RESET; in make_fake_provision()
611 if (head->in_progress == SET) { in satisfy_req()
618 head->in_progress = SET; in satisfy_req()
681 if (fnode->in_progress == SET) { in do_file()
[all …]
/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.c544 newfd->bits.localsock.in_progress = FALSE; in local_rendezvous_callback()
960 thisfd->bits.localsock.in_progress); in read_from_local_sock()
965 if (thisfd->bits.localsock.in_progress) { in read_from_local_sock()
1044 if (thisfd->bits.localsock.in_progress) { in read_from_local_sock()
1135 thisfd->bits.localsock.in_progress = FALSE; in read_from_local_sock()
1186 thisfd->bits.localsock.in_progress = TRUE; in read_from_local_sock()
1226 thisfd->bits.localsock.in_progress = TRUE; in distribute_command()
1247 thisfd->bits.localsock.in_progress = TRUE; in distribute_command()
1265 thisfd->bits.localsock.in_progress = TRUE; in distribute_command()
1685 client->bits.localsock.in_progress = FALSE; in send_local_reply()
H A Dclvmd.h51 int in_progress; /* Only execute one cmd at a time per client */ member
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Damfs_generic.c107 int in_progress = 0; /* # of (un)mount in progress */ in amfs_lookup_node() local
195 in_progress++; in amfs_lookup_node()
212 if (in_progress) { in amfs_lookup_node()
213 dlog("Waiting while %d mount(s) in progress", in_progress); in amfs_lookup_node()
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Dntp_leapsec.h129 int in_progress; /* not 0 if smearing is in progress, i.e. the offset has been computed */ member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-affine.c704 unsigned in_progress : 1; variable
799 exp->in_progress = 1; in aff_combination_expand()
805 exp->in_progress = 0; in aff_combination_expand()
811 gcc_assert (!exp->in_progress); in aff_combination_expand()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-affine.cc713 unsigned in_progress : 1; member in name_expansion
808 exp->in_progress = 1; in aff_combination_expand()
814 exp->in_progress = 0; in aff_combination_expand()
820 gcc_assert (!exp->in_progress); in aff_combination_expand()