Searched refs:blockdev (Results 1 - 5 of 5) sorted by path

/macosx-10.9.5/ntfs-83/util/
H A Dntfs.util.c1213 char blockdev[MAXPATHLEN]; local
1301 err = snprintf(blockdev, sizeof(blockdev), "/dev/%s", dev);
1302 if (err >= (int)sizeof(blockdev)) {
1307 if (stat(blockdev, &sb)) {
1308 fprintf(stderr, "%s: stat %s failed, %s\n", progname, blockdev,
1353 err = do_mount(progname, blockdev, mp, removable, readonly,
/macosx-10.9.5/pdisk-9/
H A Ddump.c425 CFStringRef blockdev; local
427 blockdev = IORegistryEntryCreateCFProperty(media,
431 if(blockdev) {
433 if(CFStringGetCString(blockdev, name+sizeof("/dev/r")-1,
444 CFRelease(blockdev);
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dfileutils.rb1257 def blockdev?
1259 s and s.blockdev?
1357 when blockdev?
/macosx-10.9.5/ruby-104/ruby/test/pathname/
H A Dtest_pathname.rb966 assert_equal(false, Pathname("f").blockdev?)
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_file_exhaustive.rb161 assert(!(File.blockdev?(@dir)))
162 assert(!(File.blockdev?(@file)))
163 assert(!(File.blockdev?(@nofile)))
918 assert_equal(File.blockdev?(f), test(?b, f))
1030 assert(!(File::Stat.new(@dir).blockdev?))
1031 assert(!(File::Stat.new(@file).blockdev?))

Completed in 239 milliseconds