OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nhd
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/i386/stand/lib/
bootinfo_biosgeom.c
65
int
nhd
;
local
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
78
if (xfilecore_drives(&privword, NULL, &nfd, &
nhd
) != NULL)
82
drive >=
nhd
+ 4)
/src/external/public-domain/sqlite/dist/
shell.c
22442
int
nhd
= 0, hdv;
local
22444
while(
nhd
<2 && (c=z[i+1+
nhd
])!=0 && (hdv=hexDigitValue(c))>=0 ){
22446
++
nhd
;
22448
i +=
nhd
;
Completed in 54 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026