Searched refs:target_md (Results 1 – 1 of 1) sorted by relevance
4162 struct target_msqid_ds *target_md; in target_to_host_msqid_ds() local 4164 if (!lock_user_struct(VERIFY_READ, target_md, target_addr, 1)) in target_to_host_msqid_ds() 4168 host_md->msg_stime = tswapal(target_md->msg_stime); in target_to_host_msqid_ds() 4169 host_md->msg_rtime = tswapal(target_md->msg_rtime); in target_to_host_msqid_ds() 4170 host_md->msg_ctime = tswapal(target_md->msg_ctime); in target_to_host_msqid_ds() 4171 host_md->__msg_cbytes = tswapal(target_md->__msg_cbytes); in target_to_host_msqid_ds() 4172 host_md->msg_qnum = tswapal(target_md->msg_qnum); in target_to_host_msqid_ds() 4173 host_md->msg_qbytes = tswapal(target_md->msg_qbytes); in target_to_host_msqid_ds() 4174 host_md->msg_lspid = tswapal(target_md->msg_lspid); in target_to_host_msqid_ds() 4175 host_md->msg_lrpid = tswapal(target_md in target_to_host_msqid_ds() 4183 struct target_msqid_ds *target_md; host_to_target_msqid_ds() local [all...]