Home
last modified time | relevance | path

Searched refs:st_rdev (Results 1 – 7 of 7) sorted by relevance

/libuv/src/unix/
H A Dtty.c124 if (major(sb.st_rdev) == NODEVMAJOR) in uv__tty_is_slave()
127 result = (pts == major(sb.st_rdev)); in uv__tty_is_slave()
H A Dfs.c1455 dst->st_rdev = src->st_rdev; in uv__to_stat()
H A Dlinux.c1128 buf->st_rdev = makedev(statxbuf->stx_rdev_major, statxbuf->stx_rdev_minor); in uv__statx_to_stat()
/libuv/src/win/
H A Dfs.c1825 statbuf->st_rdev = FILE_DEVICE_NULL << 16; in fs__stat_assign_statbuf_null()
1929 statbuf->st_rdev = 0; in fs__stat_assign_statbuf()
2029 statbuf->st_rdev = (file_type == UV_TTY ? FILE_DEVICE_CONSOLE : FILE_DEVICE_NAMED_PIPE) << 16; in fs__fstat_handle()
/libuv/test/
H A Dtest-fs.c1516 ASSERT_EQ(s->st_rdev, (uint64_t) t.st_rdev); in TEST_IMPL()
1632 ASSERT_EQ(st->st_rdev, in TEST_IMPL()
/libuv/include/
H A Duv.h391 uint64_t st_rdev; member
/libuv/docs/src/
H A Dfs.rst58 uint64_t st_rdev;

Completed in 44 milliseconds