Lines Matching full:event
8 sysevent_post_event \- post system event for applications
28 the event, or \fINULL\fR if there are no such attributes for this event
37 pointer to a string defining the event class
55 pointer to a string defining the event's publisher nam
64 pointer to a string defining the event subclass
79 The \fBsysevent_post_event()\fR function causes a system event of the specified
85 identifier) of the event posting application. The publisher should be the name
86 of the application generating the event.
91 generating the system event. A system event generated by \fBdevfsadm\fR(1M) has
96 event publishers.
99 Upon successful queuing of the system event, a unique identifier is assigned to
104 The \fBsysevent_post_event()\fR function returns \fB0\fR if the system event
117 Insufficient resources to queue the system event.
159 \fBExample 1 \fRPost a system event event with no attributes.
162 The following example posts a system event event with no attributes.
169 fprintf(stderr, "error logging system event\en");
175 \fBExample 2 \fRPost a system event with two name-value pair attributes.
178 The following example posts a system event event with two name-value pair
197 fprintf(stderr, "error logging system event\en");