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

12345

/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp2361 AttributeList::Iterator attribute = Attributes().GetIterator(); local
/haiku/src/apps/diskprobe/
H A DProbeView.cpp1075 ProbeView::ProbeView(entry_ref* ref, const char* attribute, argument
1148 char attribute[B_ATTR_NAME_LENGTH]; local
/haiku/headers/os/drivers/usb/
H A DUSB_video.h227 uint8 attribute; member in struct:__anon16::__anon17::videocontrol_interface_as_orignator
/haiku/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
960 OpenDir(void **cookie, bool attribute) argument
1003 ReadDir(void *cookie, struct dirent *buffer, size_t bufferSize, uint32 *num, bool attribute) argument
1076 AddEntry(overlay_dirent *entry, bool attribute) argument
1111 RemoveEntry(const char *name, overlay_dirent **_entry, bool attribute) argument
1439 _CreateCommon(const char *name, int type, int perms, ino_t *newInodeNumber, OverlayInode **_node, bool attribute, type_code attributeType) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp344 Attribute* attribute = iterator.Next(); local
363 Attribute* attribute = iterator.Next(); local
438 Attribute* attribute = new(std::nothrow) Attribute(name, type); local
509 fill_stat_buffer(Volume* volume, Inode* inode, Attribute* attribute, struct stat& stat) argument
1255 Attribute* attribute = iterator.Next(); local
1265 AddAttribute(Attribute* attribute, bool overwrite) argument
1285 Attribute* attribute = new(std::nothrow) Attribute(name, type); local
1339 Attribute* attribute = iterator.Next(); local
2034 Attribute* attribute = cookie->current; local
2061 Attribute* attribute = inode->FindAttribute(name); local
2097 Attribute* attribute = inode->FindAttribute(name); local
2133 Attribute* attribute = inode->FindAttribute((const char*)_cookie); local
2150 Attribute* attribute = inode->FindAttribute((const char*)_cookie); local
2175 Attribute* attribute = inode->FindAttribute((const char*)_cookie); local
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8052 fs_read_attr(int fd, const char *attribute, uint32 type, off_t pos, argument
9721 char attribute[B_FILE_NAME_LENGTH]; local
9746 char attribute[B_FILE_NAME_LENGTH]; local
9774 char attribute[B_FILE_NAME_LENGTH]; local
[all...]

Completed in 188 milliseconds

12345