Searched refs:_kern_open_attr (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/libroot/os/
H A Dfs_attr.cpp105 status_t status = _kern_open_attr(-1, path, attribute, type, openMode);
113 status_t status = _kern_open_attr(fd, NULL, attribute, type, openMode);
/haiku/src/tools/fs_shell/
H A Dsyscalls.h62 int _kern_open_attr(int fd, const char *name, int openMode);
H A Dcommand_cp.cpp563 int attrFD = _kern_open_attr(fFD, name, FSSH_O_RDONLY);
589 int attrFD = _kern_open_attr(fFD, name, FSSH_O_RDONLY);
H A Dvfs.cpp5620 _kern_open_attr(int fd, const char *name, int openMode) function in namespace:FSShell
/haiku/headers/private/system/
H A Dsyscalls.h313 extern int _kern_open_attr(int fd, const char* path, const char *name,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1214 void _kern_open_attr() {} function
H A Dlibroot_stubs_legacy.c1134 void _kern_open_attr() {} function
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8693 _kern_open_attr(int fd, const char* path, const char* name, uint32 type, function

Completed in 182 milliseconds