Lines Matching defs:native_params
296 static struct disklabel_params native_params;
490 labeloffset = native_params.labeloffset = getlabeloffset();
491 labelsector = native_params.labelsector = getlabelsector();
492 labelusesmbr = native_params.labelusesmbr = getlabelusesmbr();
493 maxpartitions = native_params.maxpartitions = getmaxpartitions();
494 byteorder = native_params.byteorder = BYTE_ORDER;
649 native_p = native_params.labelusesmbr == labelusesmbr
650 && native_params.labelsector == labelsector
651 && native_params.labeloffset == labeloffset
652 && maxpartitions <= native_params.maxpartitions