Lines Matching refs:sysinfo
23 * Verify that sysinfo() succeeds to get the system information and fills
27 * sysinfo() returns value 0 on success and the sysinfo structure should
41 * if we are being called by another sysinfo test.
72 #include <sys/sysinfo.h>
84 struct sysinfo *sys_buf;
89 sys_buf = malloc(sizeof(struct sysinfo));
101 TEST(sysinfo(sys_buf));
105 tst_brkm(TFAIL, cleanup, "sysinfo() Failed, errno=%d"
112 * sysinfo.