HomeSort by: relevance | last modified time | path
    Searched defs:event_buf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
twa.c 1975 struct tw_cl_event_packet event_buf; local in function:twaioctl
2132 error = copyin(user_buf->pdata, &event_buf,
2135 event_index = (start_index + event_buf.sequence_id -
2140 event_buf.sequence_id)) {
2176 if ((error = copyin(user_buf->pdata, &event_buf,
2179 event_index = (start_index + event_buf.sequence_id -
2183 event_buf.sequence_id)) {
2195 "copyout to event_buf. error = %x\n", error);
twa.c 1975 struct tw_cl_event_packet event_buf; local in function:twaioctl
2132 error = copyin(user_buf->pdata, &event_buf,
2135 event_index = (start_index + event_buf.sequence_id -
2140 event_buf.sequence_id)) {
2176 if ((error = copyin(user_buf->pdata, &event_buf,
2179 event_index = (start_index + event_buf.sequence_id -
2183 event_buf.sequence_id)) {
2195 "copyout to event_buf. error = %x\n", error);

Completed in 28 milliseconds