Lines Matching refs:name
143 static int assert_u32_equal(u32 val, u32 ok, const char *name)
147 "was 0x%x.\n", (long long)current_mft_record, name,
155 static int assert_u32_noteq(u32 val, u32 wrong, const char *name)
159 "0x%x.\n", (long long)current_mft_record, name,
166 static int assert_u32_lesseq(u32 val1, u32 val2, const char *name)
170 name, (int)val1, (int)val2);
177 static int assert_u32_less(u32 val1, u32 val2, const char *name)
181 name, (int)val1, (int)val2);
487 * todo: name must be legal unicode.
511 // todo: name comes before mapping pairs, and after the header.
535 "name intersecting header.\n");
539 "with value before name.\n");
819 const char *name;
824 name = argv[1];
830 dev = ntfs_device_alloc(name, 0, &ntfs_device_default_io_ops, NULL);