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

/osnet-11/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...]

Completed in 15 milliseconds