Searched refs:cstructsize (Results 1 – 1 of 1) sorted by relevance
178 int cstructsize; in procstat_core_get() local212 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() local462 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()