HomeSort by: relevance | last modified time | path
    Searched defs:nhd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/stand/lib/
bootinfo_biosgeom.c 65 int nhd; local in function:bi_getbiosgeom
71 nhd = get_harddrives();
73 printf("nhd %d\n", nhd);
76 bibg_len += nhd * sizeof(struct bi_biosgeom_entry);
81 for (i = nvalid = 0; i < MAX_BIOSDISKS && nvalid < nhd; i++) {
179 if (nvalid < nhd)
180 bibg_len -= (nhd - nvalid) * sizeof(struct bi_biosgeom_entry);
  /src/sys/arch/acorn32/stand/lib/
riscosdisk.c 66 int drive, partition, nfd, nhd, err; local in function:rodisk_open
78 if (xfilecore_drives(&privword, NULL, &nfd, &nhd) != NULL)
82 drive >= nhd + 4)

Completed in 11 milliseconds