Home
last modified time | relevance | path

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

/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dreplay.c35 struct MsgPort *rp_replyport = NULL; variable
3968 rp_replyport = IExec->AllocSysObject(ASOT_PORT, TAG_DONE); in rp_init()
3969 if( !rp_replyport ) in rp_init()
3977 ASOMSG_ReplyPort, rp_replyport, in rp_init()
4026 rp_sigs = ((1L<<rp_subtask_sig)|(1L<<rp_replyport->mp_SigBit)); in rp_init()
4070 if( rp_replyport ) IExec->FreeSysObject( ASOT_PORT, rp_replyport ); in rp_shutdown()
4110 wsigs = (1L<<rp_replyport->mp_SigBit)|(1L<<rp_subtask_sig); in rp_send_command()
4116 if( gsigs & (1L<<rp_replyport->mp_SigBit)) in rp_send_command()
4117 IExec->GetMsg( rp_replyport ); in rp_send_command()