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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c594 uint32_t regs_prop_len; local
607 DDI_PROP_DONTPASS, "reg", &regs_list, &regs_prop_len) !=
613 for (index = 0; index * 5 < regs_prop_len; index++) {
624 if (index * 5 >= regs_prop_len) {

Completed in 69 milliseconds