Searched refs:nhd (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/sys/arch/i386/stand/lib/ |
| H A D | bootinfo_biosgeom.c | 65 int nhd; in bi_getbiosgeom() local 71 nhd = get_harddrives(); in bi_getbiosgeom() 73 printf("nhd %d\n", nhd); in bi_getbiosgeom() 76 bibg_len += nhd * sizeof(struct bi_biosgeom_entry); in bi_getbiosgeom() 81 for (i = nvalid = 0; i < MAX_BIOSDISKS && nvalid < nhd; i++) { in bi_getbiosgeom() 179 if (nvalid < nhd) in bi_getbiosgeom() 180 bibg_len -= (nhd - nvalid) * sizeof(struct bi_biosgeom_entry); in bi_getbiosgeom()
|
| /netbsd-src/sys/arch/acorn32/stand/lib/ |
| H A D | riscosdisk.c | 66 int drive, partition, nfd, nhd, err; in rodisk_open() local 78 if (xfilecore_drives(&privword, NULL, &nfd, &nhd) != NULL) in rodisk_open() 82 drive >= nhd + 4) in rodisk_open()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | am3517-evm.dts | 129 compatible = "newhaven,nhd-4.3-480272ef-atxl";
|
| H A D | logicpd-torpedo-baseboard.dtsi | 138 compatible = "newhaven,nhd-4.3-480272ef-atxl";
|
| H A D | am335x-evmsk.dts | 186 compatible = "newhaven,nhd-4.3-480272ef-atxl";
|
| H A D | am437x-sk-evm.dts | 127 compatible = "newhaven,nhd-4.3-480272ef-atxl", "panel-dpi";
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | shell.c | 22442 int nhd = 0, hdv; in resolve_backslashes() local 22444 while( nhd<2 && (c=z[i+1+nhd])!=0 && (hdv=hexDigitValue(c))>=0 ){ in resolve_backslashes() 22446 ++nhd; in resolve_backslashes() 22448 i += nhd; in resolve_backslashes()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2001 | 23441 (finclude): Insert 'nhd' argument, to be copied into
|