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

/illumos-gate/usr/src/uts/common/sys/
H A Dopenpromio.h51 } opio_u; member in struct:openpromio
54 #define oprom_array opio_u.b
55 #define oprom_node opio_u.i
56 #define oprom_len opio_u.i
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo.h76 * differences. The first is that the opio_u.b element is char * instead of
79 * The second regards opio_u.i, which was an int, but is now int []. In almost
80 * all cases, only opio_u.i (opio_u.i[0]) will be referenced. However, certain
84 * from the start. In reality, no element greater than opio_u.i[4] is currently
85 * referenced, hence OPROM_NODE_SIZE (named because opio_u.i is usually
89 * affords an easy way to determine whether opio_u contains char * or int.
97 } opio_u; member in struct:dynopenpromio

Completed in 57 milliseconds