Searched defs:notification (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DConsumerException.java64 * @param notification usually the object passed to a {@link
66 * notification could be any of the following: <ul> <li>a {@link
77 * notification object set by user code. May be {@code null}.
81 ConsumerException(String message, Object notification) argument
84 notificationObject = notification;
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c223 * notification code below.
3808 * requested the specific <notification> that the message carries AND is
3809 * eligible and ready to receive the notification immediately.
3817 gld_notify_qs(gld_mac_info_t *macinfo, mblk_t *mp, uint32_t notification) argument
3831 * for those eligible to receive the present notification.
3846 if (!(notification & gld->gld_notifications))
3852 * All OK; send dup'd notification up this
4049 * notification to each client that has previously requested such
4055 uint32_t notification; local
4062 notification
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c4725 * Allocate and initialize a DLPI notification. (May be called as writer.)
4728 ip_dlnotify_alloc(uint_t notification, uint_t data) argument
4737 notifyp->dl_notification = notification;
4743 ip_dlnotify_alloc2(uint_t notification, uint_t data1, uint_t data2) argument
4752 notifyp->dl_notification = notification;
8314 * notification. In that case, connp is NULL.
8432 * a DL_NOTE_REPLUMB notification, connp could be NULL.
8650 * socket notification logic.
8703 ip0dbg(("ip_rput_dlpi_writer: unknown notification "
13345 * has backenabled the ill_wq. Send sockfs notification abou
[all...]

Completed in 98 milliseconds