Searched refs:packed_if_str (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/
H A Dudev-builtin-usb_id.c242 char packed_if_str[UTIL_NAME_SIZE] = ""; local
262 dev_if_packed_info(dev, packed_if_str, sizeof(packed_if_str));
307 dev_if_packed_info(dev_usb, packed_if_str, sizeof(packed_if_str));
459 if (!isempty(packed_if_str))
460 udev_builtin_add_property(dev, test, "ID_USB_INTERFACES", packed_if_str);

Completed in 850 milliseconds