Searched refs:keep_going (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/hfs-285/fsck_hfs/
H A Dutilities.c291 static volatile int keep_going = 1; variable
313 while(keep_going || cur_in_mem_log != in_mem_log) {
316 while (keep_going != 0 && cur_in_mem_log == in_mem_log) {
380 while(keep_going || cur_in_mem_out != in_mem_out) {
383 while (keep_going != 0 && cur_in_mem_out == in_mem_out) {
442 keep_going = 0;
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_lookup.c120 int vbusyflags, int *keep_going, int nc_generation,
202 int rdonly, vbusyflags, keep_going, wantparent; local
206 keep_going = 0;
212 &keep_going, ndp->ni_ncgeneration, wantparent, 0, ctx);
215 if (keep_going) {
618 int vbusyflags, int *keep_going, int nc_generation,
626 *keep_going = 0;
683 *keep_going = 1;
733 *keep_going = 1;
922 int keep_going; local
617 lookup_handle_found_vnode(struct nameidata *ndp, struct componentname *cnp, int rdonly, int vbusyflags, int *keep_going, int nc_generation, int wantparent, int atroot, vfs_context_t ctx) argument
[all...]
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Darp_session.c1116 boolean_t keep_going = TRUE; local
1133 keep_going = FALSE;
1137 if (keep_going) {
/macosx-10.10/system_cmds-643.1.1/latency.tproj/
H A Dlatency.c1821 int keep_going = 1; local
1847 keep_going = 0;
1925 return keep_going;
/macosx-10.10/zsh-61/zsh/Src/
H A Dhist.c1107 putoldhistentryontop(short keep_going) argument
1110 Histent he = keep_going? next : hist_ring->down;
1114 if (!keep_going)
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm9839 my $keep_going = 0;
9891 $keep_going = 1;
9931 if ($keep_going) {
[all...]

Completed in 164 milliseconds