Searched refs:PORT_CODE_MASK (Results 1 – 4 of 4) sorted by relevance
67 #define PORT_CODE_MASK 0xff macro
535 switch (opcode & PORT_CODE_MASK) { in portfs32()569 opcode &= PORT_CODE_MASK; in portfs()598 switch (opcode & PORT_CODE_MASK) { in portfs()
1517 subcode = arg0 & PORT_CODE_MASK; in getsubcode()
5941 switch (((uint_t)uap->a1) & PORT_CODE_MASK) { in aui_portfs()