Home
last modified time | relevance | path

Searched refs:cstructsize (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/lib/libprocstat/
Dcore.c180 int cstructsize; in procstat_core_get() local
214 if (nhdr.n_descsz < sizeof(cstructsize)) { in procstat_core_get()
218 if (!core_read(core, &cstructsize, sizeof(cstructsize))) in procstat_core_get()
220 if (cstructsize != psc_type_info[type].structsize) { in procstat_core_get()
224 len = nhdr.n_descsz - sizeof(cstructsize); in procstat_core_get()
432 int cstructsize; in procstat_core_note_count() local
464 if (nhdr.n_descsz < sizeof(cstructsize)) { in procstat_core_note_count()
468 if (!core_read(core, &cstructsize, sizeof(cstructsize))) in procstat_core_note_count()
470 if (cstructsize != psc_type_info[type].structsize) { in procstat_core_note_count()
474 if (nhdr.n_descsz - sizeof(cstructsize) == 0) in procstat_core_note_count()