Searched defs:rawlen (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_prop_decode.c | 960 di_slot_names_decode(uchar_t *rawdata, int rawlen, argument 971 if (rawlen < sizeof (slots)) 993 maxsp = sp + (rawlen - sizeof (slots));
|
H A D | devinfo.c | 3481 int rawlen, count; local 3488 rawlen = di_prop_rawdata(prop, &rawdata); 3489 if (rawlen <= 0 || rawdata == NULL) 3492 count = di_slot_names_decode(rawdata, rawlen, prop_data); 3531 int rawlen, count; local 3534 rawlen = di_prom_prop_data(prom_prop, &rawdata); 3535 if (rawlen <= 0 || rawdata == NULL) 3538 count = di_slot_names_decode(rawdata, rawlen, prop_data);
|
Completed in 36 milliseconds