Lines Matching refs:os_info
138 os_info("Checking syscall emulation for ptrace..."); in check_sysemu()
178 os_info("OK\n"); in check_sysemu()
191 os_info("Checking that ptrace can change system call numbers..."); in check_ptrace()
223 os_info("OK\n"); in check_ptrace()
237 os_info("Core dump limits :\n\tsoft - "); in check_coredump_limit()
239 os_info("NONE\n"); in check_coredump_limit()
241 os_info("%llu\n", (unsigned long long)lim.rlim_cur); in check_coredump_limit()
243 os_info("\thard - "); in check_coredump_limit()
245 os_info("NONE\n"); in check_coredump_limit()
247 os_info("%llu\n", (unsigned long long)lim.rlim_max); in check_coredump_limit()
261 os_info("Failed to get host CPU features\n"); in get_host_cpu_features()