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

  /src/usr.sbin/mmcformat/
mmcformat.c 574 uscsi_format_disc(struct uscsi_dev *mydev, int immed, int format_type,
616 buffer[ 8] = (format_type << 2) | certification;
693 uint32_t format_type, format_blks, format_param, blockingnr; local in function:main
892 format_type = 0;
916 format_type = 0x00;
919 format_type = mrw ? 0x24 : 0x10;
924 format_type = 0x10;
932 format_type = mrw ? 0x24 : 0x26;
935 format_type = spare ? 0x30 : 0x31;
949 format_type = 0x01
    [all...]
mmcformat.c 574 uscsi_format_disc(struct uscsi_dev *mydev, int immed, int format_type,
616 buffer[ 8] = (format_type << 2) | certification;
693 uint32_t format_type, format_blks, format_param, blockingnr; local in function:main
892 format_type = 0;
916 format_type = 0x00;
919 format_type = mrw ? 0x24 : 0x10;
924 format_type = 0x10;
932 format_type = mrw ? 0x24 : 0x26;
935 format_type = spare ? 0x30 : 0x31;
949 format_type = 0x01
    [all...]

Completed in 182 milliseconds