Searched defs:attribute (Results 101 - 107 of 107) sorted by relevance

12345

/haiku-fatelf/src/apps/mail/
H A DMailWindow.cpp1266 const char* attribute; local
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp589 Inode* attribute; local
981 Inode* attribute; local
1053 Inode* attribute; local
1092 Inode* attribute = NULL; local
1309 ReleaseAttribute(Inode* attribute) argument
1319 CreateAttribute(Transaction& transaction, const char* name, uint32 type, Inode** attribute) argument
2899 Inode* attribute; local
[all...]
/haiku-fatelf/src/apps/diskprobe/
H A DProbeView.cpp1184 ProbeView::ProbeView(BRect rect, entry_ref *ref, const char *attribute, argument
1288 char attribute[B_ATTR_NAME_LENGTH]; local
/haiku-fatelf/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp341 Attribute* attribute = iterator.Next(); local
360 Attribute* attribute = iterator.Next(); local
435 Attribute* attribute = new Attribute(name, type); local
507 fill_stat_buffer(Volume* volume, Inode* inode, Attribute* attribute, struct stat& stat) argument
1246 Attribute* attribute = iterator.Next(); local
1256 AddAttribute(Attribute* attribute, bool overwrite) argument
1276 Attribute* attribute = new Attribute(name, type); local
1330 Attribute* attribute = iterator.Next(); local
2031 Attribute* attribute = cookie->current; local
2058 Attribute* attribute = inode->FindAttribute(name); local
2094 Attribute* attribute = inode->FindAttribute(name); local
2130 Attribute* attribute = inode->FindAttribute((const char*)_cookie); local
2147 Attribute* attribute = inode->FindAttribute((const char*)_cookie); local
2172 Attribute* attribute = inode->FindAttribute((const char*)_cookie); local
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp246 OverlayInode(OverlayVolume *volume, fs_vnode *superVnode, ino_t inodeNumber, OverlayInode *parentDir, const char *name, mode_t mode, bool attribute, type_code attributeType) argument
556 Create(const char *name, int openMode, int perms, void **cookie, ino_t *newInodeNumber, bool attribute, type_code attributeType) argument
958 OpenDir(void **cookie, bool attribute) argument
1001 ReadDir(void *cookie, struct dirent *buffer, size_t bufferSize, uint32 *num, bool attribute) argument
1072 AddEntry(overlay_dirent *entry, bool attribute) argument
1107 RemoveEntry(const char *name, overlay_dirent **_entry, bool attribute) argument
1435 _CreateCommon(const char *name, int type, int perms, ino_t *newInodeNumber, OverlayInode **_node, bool attribute, type_code attributeType) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2read.c535 struct attribute struct
[all...]
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs.cpp7797 fs_read_attr(int fd, const char *attribute, uint32 type, off_t pos, argument
9410 _user_read_attr(int fd, const char* attribute, off_t pos, void* userBuffer, argument
9425 _user_write_attr(int fd, const char* attribute, uint32 type, off_t pos, argument
9443 _user_stat_attr(int fd, const char* attribute, struct attr_info* userAttrInfo) argument

Completed in 181 milliseconds

12345