Searched defs:systid (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/rmformat/
H A Drmformat.h143 uint8_t systid; /* OS type */ member in struct:fdisk_part
/illumos-gate/usr/src/cmd/hal/utils/
H A Dfsutils.c101 int systid; member in struct:part_find_s
124 int systid; local
139 systid = ipart[i].systid;
141 if (systid == 0) {
145 if (is_dos_extended(systid) && (sec == lastsec)) {
153 if (valid && f(arg, ipart[i].systid, relsect,
162 find_dos_drive_cb(void *arg, int systid, uint_t relsect, uint_t numsect) argument
166 if (is_dos_drive(systid)) {
170 p->r_systid = systid;
201 get_num_dos_drives_cb(void *arg, int systid, uint_t relsect, uint_t numsect) argument
[all...]
/illumos-gate/usr/src/cmd/fstyp/
H A Dfstyp.c295 int systid; member in struct:part_find_s
318 int systid; local
333 systid = ipart[i].systid;
335 if (systid == 0) {
339 if (is_dos_extended(systid) && (sec == lastsec)) {
347 if (valid && f(arg, ipart[i].systid, relsect,
356 find_dos_drive_cb(void *arg, int systid, uint32_t relsect, uint32_t numsect) argument
360 if (is_dos_drive(systid)) {
364 p->r_systid = systid;
[all...]
/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dfdisk.h80 unsigned char systid; /* OS type */ member in struct:ipart
93 * Values for systid.
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c1265 Table[0].systid = SUNIXOS2; /* Solaris */
1434 if (Table[new_pt].systid != SUNIXOS &&
1435 Table[new_pt].systid != SUNIXOS2)
1442 if ((Old_Table[old_pt].systid == SUNIXOS) ||
1443 (Old_Table[old_pt].systid == SUNIXOS2)) {
1469 if (Old_Table[old_pt].systid == EFI_PMBR) {
1476 if (Table[new_pt].systid != EFI_PMBR)
1479 if ((Old_Table[old_pt].systid ==
1480 Table[new_pt].systid) &&
1778 uchar_t systid; local
[all...]

Completed in 64 milliseconds