Interface KERNEL$SUCCESS

IO request handler

SpaceUser/kernel
ContextSync/async
May blockNo
SPLAny
Dynamic memoryNo

#include <SPAD/AC.H>

IORQ type: IORQ

Description

This handler sets status to 0 and returns an AST.

It is defined as:
DECL_IOCALL(KERNEL$SUCCESS, SPL_TOP, IORQ)
{
        RQ->status = 0;
        RETURN_AST(RQ);
}

IORQ type

Pointer to structure IORQ (or any structure that begins with IORQ_HEAD) that will be canceled.

See also

DECL_AST, CALL_IORQ