Home
last modified time | relevance | path

Searched refs:oinfo (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dmtd.c136 struct otp_info oinfo; in mtd_ioctl() local
139 if (umove_or_printaddr(tcp, arg, &oinfo)) in mtd_ioctl()
143 oinfo.start, oinfo.length, oinfo.locked); in mtd_ioctl()
253 struct otp_info oinfo; in mtd_ioctl() local
259 if (umove_or_printaddr(tcp, arg, &oinfo)) in mtd_ioctl()
263 oinfo.start, oinfo.length, oinfo.locked); in mtd_ioctl()
/external/libmtp/src/
Dptp.c4868 PTPObjectInfo oinfo; in ptp_object_want()
4870 memset (&oinfo,0,sizeof(oinfo)); in ptp_object_want()
4880 oinfo.ParentObject = xpl->propval.u32; in ptp_object_want()
4888 oinfo.ObjectFormat = xpl->propval.u16; in ptp_object_want()
4894 oinfo.ObjectCompressedSize = xpl->propval.u32; in ptp_object_want()
4897 oinfo.ObjectCompressedSize = xpl->propval.u64; in ptp_object_want()
4910 oinfo.StorageID = xpl->propval.u32; in ptp_object_want()
4918 oinfo.ProtectionStatus = xpl->propval.u16; in ptp_object_want()
4928 oinfo.Filename = strdup(xpl->propval.str); in ptp_object_want()
4930 oinfo.Filename = NULL; in ptp_object_want()
[all …]