Home | History | Annotate | Download | only in libdiskconfig

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);
121 LOGE("Unsupported partition type found: %s", tmp);
149 LOGE("Could not malloc disk_info");
155 LOGE("Could not malloc part_lst");
163 LOGE("Could not read config file %s", fn);
168 LOGE("Could not find device section in config file '%s'", fn);
174 LOGE("device path is requried");
181 LOGE("partition scheme is required");
186 LOGE("'gpt' partition scheme not supported yet.");
189 LOGE("Unknown partition scheme specified: %s", tmp);
197 LOGE("Invalid sector size: %s", tmp);
203 LOGE("start_lba must be provided");
208 LOGE("Invalid starting LBA (or zero): %s", tmp);
214 LOGE("num_lba is required");
220 LOGE("Device must specify partition list");
247 LOGE("Cannot stat, errno=%d.", errno);
252 LOGE("Could not re-read partition table. REBOOT!. (errno=%d)", errno);
284 LOGE("Cannot open device '%s' (errno=%d)", dinfo->device, errno);
289 LOGE("Cannot stat file '%s', errno=%d.", dinfo->device, errno);
302 LOGE("Cannot get sector size (errno=%d)", errno);
307 LOGE("Device sector size is zero or sector sizes do not match!");
314 LOGE("Could not get block device size (errno=%d)", errno);
324 LOGE("Sector size for regular file images cannot be zero");
334 LOGE("Device does not refer to a regular file or a block device!");
353 LOGE("Zero-size partition '%s' is invalid.", part->name);
358 LOGE("Only the last partition in the list can request to fill "
366 LOGE("Unknown partition type (0x%x) encountered for partition "
374 LOGE("Total requested size of partitions (%llu) is greater than disk "
402 LOGE("Uknown partition scheme.");
441 LOGE("Configuration is invalid.");
526 LOGE("GPT is presently not supported");
529 LOGE("Unknown partition table scheme");