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

  /src/sys/arch/sh3/sh3/
disksubr.c 224 struct disklabel tdl; local in function:dkcksum_mmeye
229 tdl = *lp;
232 fstype = (uint16_t *)&tdl.d_partitions[i].p_fstype;
238 start = (uint16_t *)&tdl;
246 tdl.d_checksum == 0) {
disksubr.c 224 struct disklabel tdl; local in function:dkcksum_mmeye
229 tdl = *lp;
232 fstype = (uint16_t *)&tdl.d_partitions[i].p_fstype;
238 start = (uint16_t *)&tdl;
246 tdl.d_checksum == 0) {

Completed in 25 milliseconds