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.h66 struct ipart { struct
67 unsigned char bootid; /* bootable or not */
68 unsigned char beghead; /* beginning head, sector, cylinder */
69 unsigned char begsect; /* begcyl is a 10-bit number. High 2 bits */
70 unsigned char begcyl; /* are in begsect. */
71 unsigned char systid; /* OS type */
72 unsigned char endhead; /* ending head, sector, cylinder */
73 unsigned char endsect; /* endcyl is a 10-bit number. High 2 bits */
74 unsigned char endcyl; /* are in endsect. */
75 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