Searched defs:asm_file_actions (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/build-bios/ccas_wrap/
H A Dccas_wrap.c47 posix_spawn_file_actions_t asm_file_actions, cc_file_actions; local
129 do_spawn_file_actions(assembler_path, &asm_file_actions, pipefds[0], pipefds[1], 0);
133 if (posix_spawnp(&apid, assembler_path, &asm_file_actions, NULL,
/osnet-11/usr/src/grub/grub2/build-uefi64/ccas_wrap/
H A Dccas_wrap.c47 posix_spawn_file_actions_t asm_file_actions, cc_file_actions; local
129 do_spawn_file_actions(assembler_path, &asm_file_actions, pipefds[0], pipefds[1], 0);
133 if (posix_spawnp(&apid, assembler_path, &asm_file_actions, NULL,
/osnet-11/usr/src/grub/grub2/ccas_wrap/
H A Dccas_wrap.c47 posix_spawn_file_actions_t asm_file_actions, cc_file_actions; local
129 do_spawn_file_actions(assembler_path, &asm_file_actions, pipefds[0], pipefds[1], 0);
133 if (posix_spawnp(&apid, assembler_path, &asm_file_actions, NULL,

Completed in 21 milliseconds