Query: dat_evd_enable
OS: opensolaris
Section: 3dat
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
dat_evd_enable(3DAT) Direct Access Transport Library Functions dat_evd_enable(3DAT)NAMEdat_evd_enable - enable the Event DispatcherSYNOPSIScc [ flag... ] file... -ldat [ library... ] #include <dat/udat.h> DAT_RETURN dat_evd_enable( IN DAT_EVD_HANDLE evd_handle )PARAMETERSevd_handle Handle for an instance of Event Dispatcher.DESCRIPTIONThe dat_evd_enable() function enables the Event Dispatcher so that the arrival of an event can trigger the associated CNO. The enabling and disabling EVD has no effect on direct waiters on the EVD. However, direct waiters effectively take ownership of the EVD, so that the speci- fied CNO is not triggered even if is enabled. If the Event Dispatcher is already enabled, this operation is no-op.RETURN VALUESDAT_SUCCESS The operation was successful. DAT_INVALID_HANDLE The evd_handle parameter is invalid.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard: uDAPL, 1.1, 1.2 | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+SEE ALSOdat_evd_disable(3DAT), libdat(3LIB), attributes(5) SunOS 5.11 16 Jul 2004 dat_evd_enable(3DAT)