HomeSort by: relevance | last modified time | path
    Searched defs:native_params (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/disklabel/
main.c 296 static struct disklabel_params native_params; variable in typeref:struct:disklabel_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.maxpartition
    [all...]
main.c 296 static struct disklabel_params native_params; variable in typeref:struct:disklabel_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.maxpartition
    [all...]

Completed in 21 milliseconds