| st.c  | 2010         uint8_t posdata[32];  local in function:st_updatefilepos  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])) 2058  uint8_t posdata[20];  local in function:st_rdpos      [all...] |