Lines Matching defs:properties
206 * The USB IA node properties are not defined in
400 /* Set usb interface properties to interface node. */
416 /* copy parent's usb_device.* properties */
682 char *properties[] = { "vendor", "product", "serial", NULL };
702 /* add printer properties */
705 /* copy parent's selected usb* properties to printer properties */
707 for (i = 0; properties[i] != NULL; i++) {
710 snprintf(src, sizeof (src), "%s.%s", subsystem, properties[i]);
711 snprintf(dst, sizeof (dst), "printer.%s", properties[i]);