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

/freebsd-10.0-release/lib/libprocstat/
H A Dcore.c159 int cstructsize, structsize; local
231 if (nhdr.n_descsz < sizeof(cstructsize)) {
235 if (!core_read(core, &cstructsize, sizeof(cstructsize)))
237 if (cstructsize != structsize) {
241 len = nhdr.n_descsz - sizeof(cstructsize);

Completed in 61 milliseconds