Home
last modified time | relevance | path

Searched refs:atf_fs_stat_get_device (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/atf/atf-c/detail/
H A Dfs.h96 dev_t atf_fs_stat_get_device(const atf_fs_stat_t *);
H A Dfs_test.c390 ATF_REQUIRE_EQ(atf_fs_stat_get_device(&st1), in ATF_TC_BODY()
391 atf_fs_stat_get_device(&st2)); in ATF_TC_BODY()
H A Dfs.c593 atf_fs_stat_get_device(const atf_fs_stat_t *st) in atf_fs_stat_get_device() function
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.cpp318 return atf_fs_stat_get_device(&m_stat); in get_device()