Lines Matching defs:posdata
2010 uint8_t posdata[32];
2014 memset(&posdata, 0, sizeof(posdata));
2019 (void *)&posdata, sizeof(posdata), ST_RETRIES, ST_CTL_TIME, NULL,
2027 printf("posdata: ");
2028 for (hard = 0; hard < sizeof(posdata); hard++)
2029 printf("%02x ", posdata[hard] & 0xff);
2033 if (posdata[0] & 0xC) { /* Block|Mark Position Unknown */
2036 posdata[0]));
2038 st->fileno = _8btol(&posdata[16]);
2058 uint8_t posdata[20];
2084 memset(&posdata, 0, sizeof(posdata));
2090 (void *)&posdata, sizeof(posdata), ST_RETRIES, ST_CTL_TIME, NULL,
2095 printf("posdata:");
2096 for (hard = 0; hard < sizeof(posdata); hard++)
2097 printf("%02x ", posdata[hard] & 0xff);
2100 if (posdata[0] & 0x4) { /* Block Position Unknown */
2106 *blkptr = _4btol(&posdata[4]);