Home | History | Annotate | Download | only in src

Lines Matching refs:ofio

2740     struct ofiocdesc ofio;
2744 ofio.of_nodeid = 0;
2745 ofio.of_name = "/";
2746 ofio.of_namelen = 1;
2747 if (ioctl(of, OFIOCFINDDEVICE, &ofio) != -1) {
2748 ofio.of_name = "model";
2749 ofio.of_namelen = 5;
2750 ofio.of_buf = cpuline;
2751 ofio.of_buflen = sizeof(cpuline);
2752 while (ioctl(of, OFIOCGET, &ofio) != -1) {