Searched refs:PC98_PARTSIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/sys/
H A Ddiskpc98.h40 #define PC98_PARTSIZE 32 macro
74 CTASSERT(sizeof (struct pc98_partition) == PC98_PARTSIZE); variable
/freebsd-10.1-release/sys/geom/part/
H A Dg_part_pc98.c425 p = buf + SECSIZE + index * PC98_PARTSIZE;
473 p = buf + SECSIZE + index * PC98_PARTSIZE;
585 p = table->table + (index - 1) * PC98_PARTSIZE;
605 bzero(p, PC98_PARTSIZE);

Completed in 57 milliseconds