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

/opensolaris-onvv-gate/usr/src/lib/libntfs/common/libntfs/
H A Dcrypto.c176 ntfs_log_error("You have to specify the key file, a pointer "
191 ntfs_log_error("Key file is not a regular file, cannot read "
196 ntfs_log_error("Key file has zero size.\n");
245 ntfs_log_error("Failed to export rsa parameters. (Is the "
253 ntfs_log_error("Failed to convert RSA parameter %i "
273 ntfs_log_error("Failed to build RSA private key s-exp.\n");
323 ntfs_log_error("Failed to initialize PKCS#12 structure: %s\n",
332 ntfs_log_error("Failed to convert the PFX file from DER to "
352 ntfs_log_error("You are probably misspelled password to PFX "
359 ntfs_log_error("Faile
[all...]
H A Dmft.c172 ntfs_log_error("Partial write while writing $Mft "
318 ntfs_log_error("Sector size is bigger than MFT record size. "
481 ntfs_log_error("Failed to read mft bitmap "
582 ntfs_log_error("Failed to determine last allocated "
596 ntfs_log_error("Failed to read from lcn bitmap.\n");
606 ntfs_log_error("Failed to write to lcn "
622 ntfs_log_error("Failed to allocate a cluster for "
629 ntfs_log_error("Failed to merge runlists for mft "
632 ntfs_log_error("Failed to deallocate "
651 ntfs_log_error("Faile
[all...]
H A Dlogfile.c74 ntfs_log_error("$LogFile uses unsupported page size.\n");
82 ntfs_log_error("Found restart area in incorrect "
89 ntfs_log_error("$LogFile version %i.%i is not "
106 ntfs_log_error("$LogFile restart page specifies "
115 ntfs_log_error("$LogFile restart page specifies "
130 ntfs_log_error("$LogFile restart page specifies "
139 ntfs_log_error("$LogFile restart page is not modified "
177 ntfs_log_error("$LogFile restart area specifies "
192 ntfs_log_error("$LogFile restart area specifies "
207 ntfs_log_error("
[all...]
H A Ddir.c511 ntfs_log_error("Out of memory.\n");
1110 ntfs_log_error("Invalid arguments.\n");
1122 ntfs_log_error("Failed to allocate new MFT record: %s.\n",
1134 ntfs_log_error("Not enough memory.\n");
1149 ntfs_log_error("Failed to add STANDARD_INFORMATION "
1164 ntfs_log_error("Not enough memory.\n");
1201 ntfs_log_error("Failed to add SECURITY_DESCRIPTOR "
1218 ntfs_log_error("Not enough memory.\n");
1244 ntfs_log_error("Failed to add INDEX_ROOT attribute.\n");
1294 ntfs_log_error("Faile
[all...]
H A Dvolume.c120 ntfs_log_error("%s(): Inode %llu still have %d "
209 ntfs_log_error("Incomplete multi sector transfer detected in "
214 ntfs_log_error("$MFT has invalid magic.\n");
224 ntfs_log_error("$MFT is corrupt.\n");
231 ntfs_log_error("$MFT has corrupt attribute list.\n");
239 ntfs_log_error("$MFT/$ATTRIBUTE_LIST has invalid length.\n");
249 ntfs_log_error("Failed to get value of "
254 ntfs_log_error("Got unexpected amount of data when "
285 ntfs_log_error("$MFT must be non-resident but a "
293 ntfs_log_error("
[all...]
H A Dcollate.c88 ntfs_log_error("data1_len or/and data2_len not equal to 4.\n");
201 ntfs_log_error("Invalid arguments passed.\n");
H A Dindex.c406 ntfs_log_error("Corrupt index block signature: vcn %lld inode "
414 ntfs_log_error("Corrupt index block: VCN (%lld) is different "
424 ntfs_log_error("Corrupt index block : VCN (%lld) of inode %llu "
501 ntfs_log_error("Index entry out of bounds in inode "
519 ntfs_log_error("Collation error. Perhaps a filename "
594 ntfs_log_error("Failed to read full index block at "
766 ntfs_log_error("Index entry with child node found in a leaf "
1439 ntfs_log_error("Index already have such entry.\n");
1499 ntfs_log_error("Invalid arguments.\n");
1787 ntfs_log_error("Invali
[all...]
H A Dattrib.c113 ntfs_log_error("Non-zero (%04x) attribute flags. Cannot handle "
1232 ntfs_log_error("BUG! Failed to find run after "
1304 ntfs_log_error("BUG! Failed to find run after "
1315 ntfs_log_error("BUG! LCN is lesser than 0. "
1460 ntfs_log_error("Eeek! Failed to recover from error. "
4118 ntfs_log_error("BUG! Failed to resize attribute record. "
4319 ntfs_log_error("Damaged attribute. Name is "
4540 ntfs_log_error("Attribute list mapping "
4576 ntfs_log_error("BUG! Ran out of space in mft "
4607 ntfs_log_error("BU
[all...]
H A Dinode.c301 ntfs_log_error("%s(): Not all attributes are closed. "
1140 ntfs_log_error("%s(): Invalid arguments.\n", "ntfs_inode_update_times");
1176 ntfs_log_error("Invalid argument.\n");
/opensolaris-onvv-gate/usr/src/cmd/ntfsprogs/
H A Dutils.c140 ntfs_log_error("Failed to set locale, using default '%s'.\n",
175 ntfs_log_error("The device %s doesn't exist\n", name);
187 ntfs_log_error("Use the force option to ignore this "
194 ntfs_log_error("%s", opened_volume_msg);
195 ntfs_log_error("You can use force option to avoid this "
225 ntfs_log_error(invalid_ntfs_msg, device);
227 ntfs_log_error("%s", corrupt_volume_msg);
229 ntfs_log_error("%s", hibernated_volume_msg);
231 ntfs_log_error("%s", unclean_journal_msg);
233 ntfs_log_error("
[all...]
H A Dntfscat.c199 ntfs_log_error("You must specify exactly one "
206 ntfs_log_error("You must specify exactly one "
212 ntfs_log_error("Couldn't parse attribute.\n");
230 ntfs_log_error("You must specify exactly one inode.\n");
234 ntfs_log_error("Couldn't parse inode number.\n");
262 ntfs_log_error("Unknown option '%s'.\n", argv[optind-1]);
279 ntfs_log_error("You must specify a device.\n");
283 ntfs_log_error("You must specify a file or inode "
288 ntfs_log_error("You can't specify both a file and inode.\n");
293 ntfs_log_error("Yo
[all...]
H A Dntfscp.c170 ntfs_log_error("You must specify exactly two "
177 ntfs_log_error("You can specify only one "
185 ntfs_log_error("Couldn't parse attribute.\n");
207 ntfs_log_error("You can specify only one "
228 ntfs_log_error("Unknown option '%s'.\n",
246 ntfs_log_error("You must specify a device.\n");
249 ntfs_log_error("You must specify a source file.\n");
252 ntfs_log_error("You must specify a destination "
258 ntfs_log_error("You may not use --quiet and --verbose "
385 ntfs_log_error("ERRO
[all...]
H A Dntfsfix.c192 ntfs_log_error("$Volume has been deleted. Cannot handle this "
206 ntfs_log_error("Attribute $VOLUME_INFORMATION was not found in "
213 ntfs_log_error("Attribute $VOLUME_INFORMATION must be resident "
225 ntfs_log_error("Attribute $VOLUME_INFORMATION in $Volume is "
261 ntfs_log_error("Error setting volume flags.\n");
370 ntfs_log_error("$MFT error: Incomplete multi "
378 ntfs_log_error("$MFT error: Invalid mft "
388 ntfs_log_error("$MFTMirr error: Incomplete "
395 ntfs_log_error("$MFTMirr error: Invalid mft "
456 ntfs_log_error("Volum
[all...]
H A Dmkntfs.c276 ntfs_log_error("You may only specify the %s once.\n", name);
282 ntfs_log_error("Cannot understand the %s '%s'.\n", name, string);
303 ntfs_log_error("You may only specify the %s once.\n", name);
309 ntfs_log_error("Cannot understand the %s '%s'.\n", name,
374 ntfs_log_error("Internal error: invalid parameters to "
420 ntfs_log_error("You may only specify the label "
481 ntfs_log_error("Option '%s' requires an "
484 ntfs_log_error("Unknown option '%s'.\n",
495 ntfs_log_error("You must specify a device.\n");
570 ntfs_log_error("Faile
[all...]
H A Dntfsundelete.c144 ntfs_log_error("ERROR: Couldn't alloc mem for parsing inodes!\n");
156 ntfs_log_error("ERROR: Invalid Number: %s\n", opt_arg_ptr);
166 ntfs_log_error("ERROR: Missing range end!\n");
174 ntfs_log_error("ERROR: Invalid Number: %s\n", opt_arg_temp);
204 ntfs_log_error("ERROR: Missing new value at end of input!\n");
305 ntfs_log_error("Pattern to transform is empty\n");
316 ntfs_log_error("Couldn't allocate memory in transform()\n");
384 ntfs_log_error("Invalid time '%s'.\n", value);
389 ntfs_log_error("Internal error, strtoll didn't return a suffix.\n");
394 ntfs_log_error("Invali
[all...]
H A Dntfslabel.c171 ntfs_log_error("Unknown option '%s'.\n", argv[optind-1]);
189 ntfs_log_error("You must specify a device.\n");
194 ntfs_log_error("You may not use --quiet and --verbose at "
223 ntfs_log_error("%s is mounted read-write, results may be "
290 ntfs_log_error("Refusing to change label on "
314 ntfs_log_error("Error: Attribute $VOLUME_NAME must be "
326 ntfs_log_error("New label is too long. Maximum %u characters "
H A Dntfscluster.c224 ntfs_log_error("Option '%s' requires an argument.\n", argv[optind-1]);
226 ntfs_log_error("Unknown option '%s'.\n", argv[optind-1]);
249 ntfs_log_error("You must specify exactly one device.\n");
254 ntfs_log_error("You may not use --quiet and --verbose at the same time.\n");
259 ntfs_log_error("You may only specify one action: --info, --cluster, --sector or --last.\n");
262 ntfs_log_error("The range must be in ascending order.\n");
439 ntfs_log_error("!buffer\n");
532 ntfs_log_error("Cannot open inode %llu\n",
546 ntfs_log_error("Cannot open inode %llu\n",
H A Dntfsls.c282 ntfs_log_error("Unknown option '%s'.\n", argv[optind - 1]);
304 ntfs_log_error("You must specify exactly one "
310 ntfs_log_error("You may not use --quiet and --verbose at the "
438 ntfs_log_error
507 ntfs_log_error("Cannot represent filename in current locale.\n");
532 ntfs_log_error("Failed to allocate for subdir.\n");
H A Dcluster.c78 ntfs_log_error("Couldn't read the data runs.\n");
H A Dntfsinfo.c230 ntfs_log_error("Option 'T' is deprecated, it was "
251 ntfs_log_error("Unknown option '%s'.\n",
256 ntfs_log_error("Option '%s' requires an "
261 ntfs_log_error("Unhandled option case: %d.\n", c);
279 ntfs_log_error("You must specify exactly one "
286 ntfs_log_error("You must specify an inode to "
292 ntfs_log_error("You may not use --quiet and --verbose "
299 ntfs_log_error("You may not specify --inode "
1001 ntfs_log_error("ntfsinfo error: could not "
1009 ntfs_log_error("ntfsinf
[all...]
/opensolaris-onvv-gate/usr/src/lib/libntfs/common/include/ntfs/
H A Dlogging.h93 #define ntfs_log_error(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_ERROR,NULL,FORMAT,##ARGS) macro
106 #define ntfs_log_error(...) ntfs_log_redirect("unknown",__FILE__,__LINE__,NTFS_LOG_LEVEL_ERROR,NULL,__VA_ARGS__) macro

Completed in 205 milliseconds