Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dfs.h107 ino_t atf_fs_stat_get_inode(const atf_fs_stat_t *);
H A Dfs_test.c395 ATF_REQUIRE_EQ(atf_fs_stat_get_inode(&st1), in ATF_TC_BODY()
396 atf_fs_stat_get_inode(&st2)); in ATF_TC_BODY()
H A Dfs.c604 atf_fs_stat_get_inode(const atf_fs_stat_t *st) in atf_fs_stat_get_inode() function
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dfs.cpp329 return atf_fs_stat_get_inode(&m_stat); in get_inode()