Lines Matching defs:prop
1247 case 3: /* for hot swap/plug, there will be 3 entries in "reg" prop */
3568 char *prop;
3580 (caddr_t)&prop, &prop_len) == DDI_PROP_SUCCESS) {
3583 ether_bcopy(prop, &hmep->hme_factaddr);
3588 kmem_free(prop, prop_len);
3596 "mac-address", (caddr_t)&prop, &prop_len) == DDI_PROP_SUCCESS) {
3598 ether_bcopy(prop, &hmep->hme_ouraddr);
3599 kmem_free(prop, prop_len);
3602 kmem_free(prop, prop_len);
3612 (caddr_t)&prop, &prop_len) == DDI_PROP_SUCCESS) {
3613 if ((strncmp("true", prop, prop_len) == 0) &&
3617 kmem_free(prop, prop_len);
3622 kmem_free(prop, prop_len);