Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/disk/
H A Dmbr.h84 #define DPSECT(s) ((s) & 0x3f) /* isolate relevant bits of sector */ macro
/freebsd-14.2/sbin/fdisk/
H A Dfdisk.c503 ,DPSECT(partp->dp_ssect) in print_part()
506 ,DPSECT(partp->dp_esect)); in print_part()
589 tsec = DPSECT(partp->dp_ssect); in change_part()
599 tsec = DPSECT(partp->dp_esect); in change_part()