Searched refs:ifs_str (Results 1 – 1 of 1) sorted by relevance
148 static int dev_if_packed_info(struct udev_device *dev, char *ifs_str, size_t len) { in dev_if_packed_info() argument178 ifs_str[0] = '\0'; in dev_if_packed_info()199 if (strstr(ifs_str, if_str) != NULL) in dev_if_packed_info()202 memcpy(&ifs_str[strpos], if_str, 8), in dev_if_packed_info()207 ifs_str[strpos++] = ':'; in dev_if_packed_info()208 ifs_str[strpos++] = '\0'; in dev_if_packed_info()