Home
last modified time | relevance | path

Searched defs:vscp_vec (Results 1 – 2 of 2) sorted by relevance

/minix/minix/include/minix/
H A Dsafecopies.h41 struct vscp_vec { struct
43 endpoint_t v_from; /* source */
44 endpoint_t v_to; /* destination */
45 cp_grant_id_t v_gid; /* grant id of other process */
46 size_t v_offset; /* offset in other grant */
47 vir_bytes v_addr; /* address in copier's space */
48 size_t v_bytes; /* no. of bytes */
/minix/minix/drivers/storage/fbd/
H A Dfbd.c281 struct vscp_vec vscp_vec[SCPVEC_NR]; in fbd_transfer_copy() local