Searched refs:middle (Results 1 – 5 of 5) sorted by relevance
295 pid_t middle = libxl__ev_child_fork(gc, &ss->mid, spawn_middle_death); in libxl__spawn_spawn() local296 if (middle ==-1) { rc = ERROR_FAIL; goto out_err; } in libxl__spawn_spawn()298 if (middle) { in libxl__spawn_spawn()
2051 my $middle = $nw[@nw - 2];2056 (length($middle) == 1 ||2057 (length($middle) == 2 && substr($middle, -1) eq "."))) {2058 $name = "$first $middle $last";2060 $name = "$middle $last";
58 call lock. If you happen to have crashed in the middle of that,
167 (* Paths shouldn't have a "//" in the middle *)
598 + * into the middle of an existing extent on disk, sharing it599 + * between two snapshots (useful if some bytes in the middle of the
Completed in 8 milliseconds