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

/osnet-11/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;
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare.c1050 nvlist_t *notification; local
1053 if (nvlist_alloc(&notification, NV_UNIQUE_NAME, 0) != 0)
1059 if (nvlist_add_int32(notification, tag, rc) != 0)
1062 *nvlp = notification;
1067 * Add the return code for one protocol to the given notification list.
1554 * per-protocol error lists to generate an entry for the fs notification
1659 * Send the per share notification list to the FS plugin.

Completed in 22 milliseconds