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

  /src/sys/fs/udf/
udf_osta.c 36 * NOTE: This routine only performs error checking on the compID.
51 unsigned int compID;
55 compID = UDFCompressed[0];
57 /* Translate 254/255 compID values used for deleted entries */
58 if (compID == 254)
59 compID = 8;
60 if (compID == 255)
61 compID = 16;
63 /* First check for valid compID. */
64 if (compID != 8 && compID != 16)
    [all...]
udf_osta.c 36 * NOTE: This routine only performs error checking on the compID.
51 unsigned int compID;
55 compID = UDFCompressed[0];
57 /* Translate 254/255 compID values used for deleted entries */
58 if (compID == 254)
59 compID = 8;
60 if (compID == 255)
61 compID = 16;
63 /* First check for valid compID. */
64 if (compID != 8 && compID != 16)
    [all...]

Completed in 24 milliseconds