Lines Matching defs:hard
1849 * It's hard to write a negative number of file marks.
2025 int hard;
2028 for (hard = 0; hard < sizeof(posdata); hard++)
2029 printf("%02x ", posdata[hard] & 0xff);
2055 st_rdpos(struct st_softc *st, int hard, uint32_t *blkptr)
2071 if (hard && (st->flags & ST_WRITTEN)) {
2086 if (hard)
2096 for (hard = 0; hard < sizeof(posdata); hard++)
2097 printf("%02x ", posdata[hard] & 0xff);
2112 st_setpos(struct st_softc *st, int hard, uint32_t *blkptr)
2129 if (hard)