HomeSort by: relevance | last modified time | path
    Searched refs:ofio (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus/
netbsdSbus.c 76 static struct ofiocdesc ofio; variable in typeref:struct:ofiocdesc
114 ofio.of_nodeid = promCurrentNode;
115 ofio.of_name = (char *)prop;
116 ofio.of_namelen = strlen(prop);
117 ofio.of_buf = of_buf;
118 ofio.of_buflen = sizeof(of_buf);
120 if (ioctl(promFd, OFIOCGET, &ofio) < 0)
123 of_buf[ofio.of_buflen] = '\0';
126 *lenp = ofio.of_buflen;
134 ofio.of_nodeid = promCurrentNode
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/
netbsdSbus.c 76 static struct ofiocdesc ofio; variable in typeref:struct:ofiocdesc
114 ofio.of_nodeid = promCurrentNode;
115 ofio.of_name = (char *)prop;
116 ofio.of_namelen = strlen(prop);
117 ofio.of_buf = of_buf;
118 ofio.of_buflen = sizeof(of_buf);
120 if (ioctl(promFd, OFIOCGET, &ofio) < 0)
123 of_buf[ofio.of_buflen] = '\0';
126 *lenp = ofio.of_buflen;
134 ofio.of_nodeid = promCurrentNode
    [all...]
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_output.c 2740 struct ofiocdesc ofio; local
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)
    [all...]

Completed in 11 milliseconds