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

/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c111 static ihandle_t prom_ihs[MAXPROMFD]; variable
143 ASSERT(prom_ihs[fd] == 0);
144 prom_ihs[fd] = ih;
165 ASSERT(prom_ihs[fd] != 0);
167 return (prom_fread(prom_ihs[fd], fd, buf, size));
176 ASSERT(prom_ihs[fd] != 0);
177 return (prom_fseek(prom_ihs[fd], fd, off));
186 ASSERT(prom_ihs[fd] != 0);
187 prom_fclose(prom_ihs[fd], fd);
188 prom_ihs[f
[all...]

Completed in 182 milliseconds