Searched refs:eol (Results 1 – 3 of 3) sorted by relevance
58 * pre-eol (end of life) information. Follows JEDEC standard No.84-B50.60 uint16_t eol;
287 char *eol = strchr(interval_str_start, '\n'); in usb_get_service_interval() local288 if (!eol) { in usb_get_service_interval()292 char *tmp = (char *)calloc(1, eol-interval_str_start+1); in usb_get_service_interval()297 memcpy(tmp, interval_str_start, eol-interval_str_start); in usb_get_service_interval()
195 if (!(0 <= info[i].eol && info[i].eol <= 3 && 0 <= info[i].lifetimeA && in verifyStorageInfo()