Home
last modified time | relevance | path

Searched refs:DPSECT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/disk/
H A Dmbr.h82 #define DPSECT(s) ((s) & 0x3f) /* isolate relevant bits of sector */ macro
/freebsd/sbin/fdisk/
H A Dfdisk.c506 ,DPSECT(partp->dp_ssect) in print_part()
509 ,DPSECT(partp->dp_esect)); in print_part()
592 tsec = DPSECT(partp->dp_ssect); in change_part()
602 tsec = DPSECT(partp->dp_esect); in change_part()