Searched refs:promOpio (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/
H A DSbus.c52 static struct openpromio *promOpio; variable in typeref:struct:openpromio *
77 promOpio->oprom_size = sizeof(int);
80 *(int *)promOpio->oprom_array = node;
81 if (ioctl(promFd, OPROMNEXT, promOpio) < 0)
83 promCurrentNode = *(int *)promOpio->oprom_array;
84 return *(int *)promOpio->oprom_array;
90 promOpio->oprom_size = sizeof(int);
93 *(int *)promOpio->oprom_array = node;
94 if (ioctl(promFd, OPROMCHILD, promOpio) < 0)
96 promCurrentNode = *(int *)promOpio
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus/
H A DSbus.c53 static struct openpromio *promOpio; variable in typeref:struct:openpromio *
80 promOpio->oprom_size = sizeof(int);
84 *(int *) promOpio->oprom_array = node;
85 if (ioctl(promFd, OPROMNEXT, promOpio) < 0)
87 promCurrentNode = *(int *) promOpio->oprom_array;
88 return *(int *) promOpio->oprom_array;
94 promOpio->oprom_size = sizeof(int);
98 *(int *) promOpio->oprom_array = node;
99 if (ioctl(promFd, OPROMCHILD, promOpio) < 0)
101 promCurrentNode = *(int *) promOpio
[all...]

Completed in 3 milliseconds