Searched refs:pipefds (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/build-bios/ccas_wrap/
H A Dccas_wrap.c44 int pipefds[2]; local
124 if (pipe(pipefds) < 0) {
129 do_spawn_file_actions(assembler_path, &asm_file_actions, pipefds[0], pipefds[1], 0);
130 do_spawn_file_actions(compiler_path, &cc_file_actions, pipefds[1], pipefds[0], 1);
144 (void) close(pipefds[0]);
145 (void) close(pipefds[1]);
/osnet-11/usr/src/grub/grub2/build-uefi64/ccas_wrap/
H A Dccas_wrap.c44 int pipefds[2]; local
124 if (pipe(pipefds) < 0) {
129 do_spawn_file_actions(assembler_path, &asm_file_actions, pipefds[0], pipefds[1], 0);
130 do_spawn_file_actions(compiler_path, &cc_file_actions, pipefds[1], pipefds[0], 1);
144 (void) close(pipefds[0]);
145 (void) close(pipefds[1]);
/osnet-11/usr/src/grub/grub2/ccas_wrap/
H A Dccas_wrap.c44 int pipefds[2]; local
124 if (pipe(pipefds) < 0) {
129 do_spawn_file_actions(assembler_path, &asm_file_actions, pipefds[0], pipefds[1], 0);
130 do_spawn_file_actions(compiler_path, &cc_file_actions, pipefds[1], pipefds[0], 1);
144 (void) close(pipefds[0]);
145 (void) close(pipefds[1]);

Completed in 21 milliseconds