Lines Matching defs:fks
1902 static struct forkstat fks;
1908 bzero(&fks, sizeof(struct forkstat));
1920 if (sysctl(mib, 2, &fks, &size, NULL, 0) == -1)
1928 (void)printf("%u\n", fks.cntfork);
1931 (void)printf("%u\n", fks.cntvfork);
1934 (void)printf("%u\n", fks.cnttfork);
1937 (void)printf("%u\n", fks.cntkthread);
1940 (void)printf("%llu\n", fks.sizfork);
1943 (void)printf("%llu\n", fks.sizvfork);
1946 (void)printf("%llu\n", fks.siztfork);
1949 (void)printf("%llu\n", fks.sizkthread);