Lines Matching refs:vlog
896 vlog( "sizeof( void*) = %ld\n", sizeof( void *) ); in PrintArch()
898 vlog( "ARCH:\tppc\n" ); in PrintArch()
900 vlog( "ARCH:\tppc64\n" ); in PrintArch()
902 vlog( "ARCH:\tppc\n" ); in PrintArch()
904 vlog( "ARCH:\ti386\n" ); in PrintArch()
906 vlog( "ARCH:\tx86_64\n" ); in PrintArch()
908 vlog( "ARCH:\tarm\n" ); in PrintArch()
910 vlog( "ARCH:\taarch64\n" ); in PrintArch()
912 vlog( "ARCH:\tWindows\n" ); in PrintArch()
922 vlog( "cpu type:\t%d\n", type ); in PrintArch()
925 vlog( "cpu subtype:\t%d\n", type ); in PrintArch()
931 vlog("uname error"); in PrintArch()
934 vlog("system name = %s\n", buffer.sysname); in PrintArch()
935 vlog("node name = %s\n", buffer.nodename); in PrintArch()
936 vlog("release = %s\n", buffer.release); in PrintArch()
937 vlog("version = %s\n", buffer.version); in PrintArch()
938 vlog("machine = %s\n", buffer.machine); in PrintArch()