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

/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c448 int cs_size, ngrps; local
453 cs_size = get_prop_size(find_prop(pnode, "cs-status"));
455 if (cs_size > 0) {
470 * The units of cs_size will be either number of bytes
482 if (cs_size < sizeof (struct cs_status)) {
483 /* cs_size is number of total int [] elements */
484 ngrps = cs_size / 7;
486 /* cs_size is total byte count */
487 ngrps = cs_size/sizeof (struct cs_status);

Completed in 25 milliseconds