Lines Matching refs:sInfo
709 sInfo = '';
727 sInfo += chr(((bCur & (0x7f >> iBit)) << iBit) | bLow);
734 sInfo += chr(bLow);
739 sInfo = sInfo.replace('@', 'com.apple.');
740 sInfo = sInfo.replace('>', 'com.apple.driver.');
741 sInfo = sInfo.replace('|', 'com.apple.iokit.');
742 sInfo = sInfo.replace('$', 'com.apple.security.');
743 sInfo = sInfo.replace('!A', 'Apple');
744 sInfo = sInfo.replace('!a', 'Action');
745 sInfo = sInfo.replace('!B', 'Bluetooth');
746 sInfo = sInfo.replace('!C', 'Controller');
747 sInfo = sInfo.replace('!F', 'Family');
748 sInfo = sInfo.replace('!I', 'Intel');
749 sInfo = sInfo.replace('!U', 'AppleUSB');
750 sInfo = sInfo.replace('!P', 'Profile');
753 return sInfo