Searched refs:pmv (Results 1 – 3 of 3) sorted by relevance
12 void (X0::*pmv)() volatile, in test_object_cvquals()24 (p->*pmv)(); in test_object_cvquals()29 …(pc->*pmv)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attri… in test_object_cvquals()34 (pv->*pmv)(); in test_object_cvquals()39 …(pcv->*pmv)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attr… in test_object_cvquals()44 (o.*pmv)(); in test_object_cvquals()49 …(oc.*pmv)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attrib… in test_object_cvquals()54 (ov.*pmv)(); in test_object_cvquals()59 …(ocv.*pmv)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attri… in test_object_cvquals()
925 pmap->pmv.type = 2; in udf_add_logvol_part_virtual()926 pmap->pmv.len = pmapv_size; in udf_add_logvol_part_virtual()928 udf_set_regid(&pmap->pmv.id, "*UDF Virtual Partition"); in udf_add_logvol_part_virtual()929 udf_add_udf_regid(&pmap->pmv.id); in udf_add_logvol_part_virtual()931 pmap->pmv.vol_seq_num = udf_rw16(1); /* no multi-volume */ in udf_add_logvol_part_virtual()932 pmap->pmv.part_num = udf_rw16(phys_part); in udf_add_logvol_part_virtual()969 udf_set_regid(&pmap->pmv.id, "*UDF Sparable Partition"); in udf_add_logvol_part_sparable()970 udf_add_udf_regid(&pmap->pmv.id); in udf_add_logvol_part_sparable()
478 struct part_map_virt pmv; member