Home
last modified time | relevance | path

Searched refs:ldcnt (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/fdisk/
H A Dfdisk.c1773 int part_count = 0, ldcnt = 0; in load() local
1875 if ((ldcnt = in load()
1902 if (ldcnt >= MAX_EXT_PARTS) { in load()
2054 ldcnt = FD_NUMPART + 1; in load()
2070 fdisk_delete_logical_drive(epp, ldcnt); in load()
2073 ldcnt++; in load()
2167 if ((ldcnt = fdisk_get_logical_drive_count(epp)) == 0) { in load()
2181 if (ldcnt >= MAX_EXT_PARTS) { in load()