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