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

/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c1239 int property_len; local
1260 property_name, (caddr_t)&conf, &property_len))
1263 if ((property_len % sizeof (pci_class_val_t)) == 0)
1265 property_len / sizeof (pci_class_val_t), val);
1266 kmem_free(conf, property_len);

Completed in 81 milliseconds