Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c86 static sysevent_t **eventbuf; /* Global array of event buffers */ variable
423 eventbuf = (sysevent_t **)calloc(SE_EVENT_DISPATCH_CNT, in main()
425 if (eventbuf == NULL) { in main()
430 eventbuf[i] = malloc(LOGEVENT_BUFSIZE); in main()
431 if (eventbuf[i] == NULL) { in main()
542 (void) bcopy(ev, eventbuf[deliver_buf], size); in door_upcall()
1028 eid.eid_seq = sysevent_get_seq(eventbuf[dispatch_buf]); in dispatch()
1029 sysevent_get_time(eventbuf[dispatch_buf], &eid.eid_ts); in dispatch()
1048 ev_sz = sysevent_get_size(eventbuf[dispatch_buf]); in dispatch()
1088 (void) bcopy(eventbuf[dispatch_buf], new_ev, ev_sz); in dispatch()