Searched refs:prom_ihs (Results 1 – 1 of 1) sorted by relevance
111 static ihandle_t prom_ihs[MAXPROMFD]; variable143 ASSERT(prom_ihs[fd] == 0); in bop_open()144 prom_ihs[fd] = ih; in bop_open()165 ASSERT(prom_ihs[fd] != 0); in bop_read()167 return (prom_fread(prom_ihs[fd], fd, buf, size)); in bop_read()176 ASSERT(prom_ihs[fd] != 0); in bop_seek()177 return (prom_fseek(prom_ihs[fd], fd, off)); in bop_seek()186 ASSERT(prom_ihs[fd] != 0); in bop_close()187 prom_fclose(prom_ihs[fd], fd); in bop_close()188 prom_ihs[fd] = 0; in bop_close()[all …]