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.h76 struct ipart { struct
77 unsigned char bootid; /* bootable or not */
78 unsigned char beghead; /* beginning head, sector, cylinder */
79 unsigned char begsect; /* begcyl is a 10-bit number. High 2 bits */
80 unsigned char begcyl; /* are in begsect. */
81 unsigned char systid; /* OS type */
82 unsigned char endhead; /* ending head, sector, cylinder */
83 unsigned char endsect; /* endcyl is a 10-bit number. High 2 bits */
84 unsigned char endcyl; /* are in endsect. */
85 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