Handbook
Glossary
mach-error ( return -- )
Vocabulary
iokit
Inputs
return
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
iokit
:
mach-error
( return -- )
dup
KERN_SUCCESS
=
[
drop
]
[
<mach-error>
throw
]
if
;