Lines Matching full:loge
48 LOGE("Invalid disk length specified.");
67 LOGE("Invalid length specified: %s", str);
73 LOGE("Size modifier illegal when len is -1");
83 LOGE("Length specified is too large!: %llu KB", *plen);
111 LOGE("Partition type required: %s", pinfo->name);
119 LOGE("Unsupported partition type found: %s", tmp);
147 LOGE("Could not malloc disk_info");
153 LOGE("Could not malloc part_lst");
161 LOGE("Could not read config file %s", fn);
166 LOGE("Could not find device section in config file '%s'", fn);
172 LOGE("device path is requried");
179 LOGE("partition scheme is required");
184 LOGE("'gpt' partition scheme not supported yet.");
187 LOGE("Unknown partition scheme specified: %s", tmp);
195 LOGE("Invalid sector size: %s", tmp);
201 LOGE("start_lba must be provided");
206 LOGE("Invalid starting LBA (or zero): %s", tmp);
212 LOGE("num_lba is required");
218 LOGE("Device must specify partition list");
245 LOGE("Cannot stat, errno=%d.", errno);
250 LOGE("Could not re-read partition table. REBOOT!. (errno=%d)", errno);
282 LOGE("Cannot open device '%s' (errno=%d)", dinfo->device, errno);
287 LOGE("Cannot stat file '%s', errno=%d.", dinfo->device, errno);
300 LOGE("Cannot get sector size (errno=%d)", errno);
305 LOGE("Device sector size is zero or sector sizes do not match!");
312 LOGE("Could not get block device size (errno=%d)", errno);
322 LOGE("Sector size for regular file images cannot be zero");
332 LOGE("Device does not refer to a regular file or a block device!");
351 LOGE("Zero-size partition '%s' is invalid.", part->name);
356 LOGE("Only the last partition in the list can request to fill "
363 LOGE("Unknown partition type (0x%x) encountered for partition "
371 LOGE("Total requested size of partitions (%llu) is greater than disk "
399 LOGE("Uknown partition scheme.");
438 LOGE("Configuration is invalid.");
523 LOGE("GPT is presently not supported");
526 LOGE("Unknown partition table scheme");