Searched defs:cs_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c446 int cs_size, ngrps; local
451 cs_size = get_prop_size(find_prop(pnode, "cs-status"));
453 if (cs_size > 0) {
468 * The units of cs_size will be either number of bytes
480 if (cs_size < sizeof (struct cs_status)) {
481 /* cs_size is number of total int [] elements */
482 ngrps = cs_size / 7;
484 /* cs_size is total byte count */
485 ngrps = cs_size/sizeof (struct cs_status);

Completed in 59 milliseconds