Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libprocstat/
H A Dcore.c178 int cstructsize; in procstat_core_get() local
212 if (nhdr.n_descsz < sizeof(cstructsize)) { in procstat_core_get()
216 if (!core_read(core, &cstructsize, sizeof(cstructsize))) in procstat_core_get()
218 if (cstructsize != psc_type_info[type].structsize) { in procstat_core_get()
222 len = nhdr.n_descsz - sizeof(cstructsize); in procstat_core_get()
430 int cstructsize; in procstat_core_note_count() local
462 if (nhdr.n_descsz < sizeof(cstructsize)) { in procstat_core_note_count()
466 if (!core_read(core, &cstructsize, sizeof(cstructsize))) in procstat_core_note_count()
468 if (cstructsize != psc_type_info[type].structsize) { in procstat_core_note_count()
472 if (nhdr.n_descsz - sizeof(cstructsize) == 0) in procstat_core_note_count()