Home
last modified time | relevance | path

Searched defs:ipart (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/dktp/
H A Dfdisk.h75 struct ipart { struct
76 unsigned char bootid; /* bootable or not */
77 unsigned char beghead; /* beginning head, sector, cylinder */
78 unsigned char begsect; /* begcyl is a 10-bit number. High 2 bits */
79 unsigned char begcyl; /* are in begsect. */
80 unsigned char systid; /* OS type */
81 unsigned char endhead; /* ending head, sector, cylinder */
82 unsigned char endsect; /* endcyl is a 10-bit number. High 2 bits */
83 unsigned char endcyl; /* are in endsect. */
84 uint32_t relsect; /* first sector relative to start of disk */
[all …]
/freebsd/lib/msun/tests/
H A Dnearbyint_test.c116 double ipart; in test_modf() local