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

/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_util.c210 unsigned char *chbuf; local
239 if (di_prop_bytes(di_prop, &chbuf) <
243 bcopy(chbuf, &prop_val, sizeof (uint_t));
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_subr.c523 unsigned char *chbuf; local
547 if (di_prop_bytes(di_prop, &chbuf) < sizeof (uint_t)) {
550 bcopy(chbuf, &lun, sizeof (uint_t));
825 unsigned char *chbuf; local
850 if (di_prop_bytes(di_prop, &chbuf) < sizeof (uint_t)) {
853 bcopy(chbuf, &phy, sizeof (uint_t));

Completed in 19 milliseconds