Searched refs:tmphdr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/mpr/
H A Dmpr_user.c755 MPI2_REQUEST_HEADER *hdr, tmphdr; local
811 err = copyin(PTRIN(data->PtrRequest), &tmphdr, data->RequestSize);
820 function = tmphdr.Function;
822 function, tmphdr.MsgFlags);
839 bcopy(&tmphdr, task, data->RequestSize);
897 bcopy(&tmphdr, hdr, data->RequestSize);
/freebsd-10.3-release/sys/dev/mps/
H A Dmps_user.c767 MPI2_REQUEST_HEADER *hdr, tmphdr; local
823 err = copyin(PTRIN(data->PtrRequest), &tmphdr, data->RequestSize);
832 function = tmphdr.Function;
834 function, tmphdr.MsgFlags);
851 bcopy(&tmphdr, task, data->RequestSize);
909 bcopy(&tmphdr, hdr, data->RequestSize);

Completed in 104 milliseconds