Lines Matching refs:evbuf
47 struct err_notify_evbuf evbuf;
164 sccb->evbuf.header.length = sizeof(sccb->evbuf) + report->length;
165 sccb->evbuf.header.type = EVTYP_ERRNOTIFY;
166 sccb->header.length = sizeof(sccb->header) + sccb->evbuf.header.length;
168 sccb->evbuf.action = report->action;
169 sccb->evbuf.atype = SCLP_ATYPE_PCI;
170 sccb->evbuf.fh = fh;
171 sccb->evbuf.fid = fid;
173 memcpy(sccb->evbuf.data, report->data, report->length);