HomeSort by: relevance | last modified time | path
    Searched defs:nevcnt (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/systat/
vmstat.c 155 int nevcnt; variable in typeref:typename:int
172 if (reallocarr(&ie_head, nevcnt + 1, sizeof(*ie)) != 0) {
176 ie = ie_head + nevcnt;
187 nevcnt++;
375 for (i = 0; i < nevcnt; i++) {
638 for (i = 0; i < nevcnt; i++) {
831 for (i = 0; i < nevcnt; i++)
859 if ((stats->evcnt = calloc(nevcnt, sizeof(u_int64_t))) == NULL) {
875 memmove(to->evcnt = evcnt, from->evcnt, nevcnt * sizeof *evcnt);
vmstat.c 155 int nevcnt; variable in typeref:typename:int
172 if (reallocarr(&ie_head, nevcnt + 1, sizeof(*ie)) != 0) {
176 ie = ie_head + nevcnt;
187 nevcnt++;
375 for (i = 0; i < nevcnt; i++) {
638 for (i = 0; i < nevcnt; i++) {
831 for (i = 0; i < nevcnt; i++)
859 if ((stats->evcnt = calloc(nevcnt, sizeof(u_int64_t))) == NULL) {
875 memmove(to->evcnt = evcnt, from->evcnt, nevcnt * sizeof *evcnt);
vmstat.c 155 int nevcnt; variable in typeref:typename:int
172 if (reallocarr(&ie_head, nevcnt + 1, sizeof(*ie)) != 0) {
176 ie = ie_head + nevcnt;
187 nevcnt++;
375 for (i = 0; i < nevcnt; i++) {
638 for (i = 0; i < nevcnt; i++) {
831 for (i = 0; i < nevcnt; i++)
859 if ((stats->evcnt = calloc(nevcnt, sizeof(u_int64_t))) == NULL) {
875 memmove(to->evcnt = evcnt, from->evcnt, nevcnt * sizeof *evcnt);
vmstat.c 155 int nevcnt; variable in typeref:typename:int
172 if (reallocarr(&ie_head, nevcnt + 1, sizeof(*ie)) != 0) {
176 ie = ie_head + nevcnt;
187 nevcnt++;
375 for (i = 0; i < nevcnt; i++) {
638 for (i = 0; i < nevcnt; i++) {
831 for (i = 0; i < nevcnt; i++)
859 if ((stats->evcnt = calloc(nevcnt, sizeof(u_int64_t))) == NULL) {
875 memmove(to->evcnt = evcnt, from->evcnt, nevcnt * sizeof *evcnt);

Completed in 52 milliseconds