Searched refs:cstructsize (Results 1 – 1 of 1) sorted by relevance
217 int cstructsize; in procstat_core_get() local251 if (nhdr.n_descsz < sizeof(cstructsize)) { in procstat_core_get()255 if (!core_read(core, &cstructsize, sizeof(cstructsize))) in procstat_core_get()257 if (cstructsize != psc_type_info[type].structsize) { in procstat_core_get()261 len = nhdr.n_descsz - sizeof(cstructsize); in procstat_core_get()469 int cstructsize; in procstat_core_note_count() local501 if (nhdr.n_descsz < sizeof(cstructsize)) { in procstat_core_note_count()505 if (!core_read(core, &cstructsize, sizeof(cstructsize))) in procstat_core_note_count()507 if (cstructsize != psc_type_info[type].structsize) { in procstat_core_note_count()511 if (nhdr.n_descsz - sizeof(cstructsize) == 0) in procstat_core_note_count()