Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/kyua/utils/process/
H A Dstatus_test.cpp53 template< int ExitStatus >
56 std::exit(ExitStatus); in child_exit()
H A Doperations_test.cpp112 template< int ExitStatus >
116 std::exit(ExitStatus); in child_exit()
H A Dchild_test.cpp85 template< int ExitStatus, char Message >
91 std::exit(ExitStatus); in child_simple_function()
/freebsd-13.1/usr.bin/truss/
H A Dsyscall.h153 ExitStatus, enumerator
H A Dsyscalls.c591 .args = { { Int, 0 }, { ExitStatus | OUT, 1 }, { Waitoptions, 2 },
594 .args = { { Idtype, 0 }, { Quad, 1 }, { ExitStatus | OUT, 2 },
2423 case ExitStatus: { in print_arg()
/freebsd-13.1/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h952 IN EFI_STATUS ExitStatus,
/freebsd-13.1/stand/efi/include/
H A Defiapi.h357 IN EFI_STATUS ExitStatus,