Searched defs:mnemonic (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmButton.java207 public void setMnemonic(int mnemonic) { argument
208 setMnemonic((char)mnemonic);
211 public void setMnemonic(char mnemonic) { argument
213 super.setMnemonic(mnemonic);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c1777 char mnemonic[4]; local
1838 mnemonic[0] = pBuffer[i++];
1839 mnemonic[1] = pBuffer[i++];
1840 mnemonic[2] = 0;
1842 if (strcmp(mnemonic, "RV") == 0) {
1847 if (mnemonic[0] == 0) {
1854 "\n %s: ", mnemonic);
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h709 __u8 mnemonic; member in struct:fw_flowc_mnemval

Completed in 251 milliseconds