OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nevcnt
(Results
1 - 1
of
1
) 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);
Completed in 44 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025