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

/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp118 int _OpenAttributes(int mode,
653 int fd = _OpenAttributes(O_RDONLY);
889 Volume::_OpenAttributes(int mode, enum attr_mode attrMode) function in class:Volume
901 int fd = _OpenAttributes(O_RDONLY);
939 int fd = _OpenAttributes(O_WRONLY);
969 int fd = _OpenAttributes(O_RDONLY, kSharedAttributes);
975 fd = _OpenAttributes(O_RDONLY, kDeviceAttributes);
990 int fd = _OpenAttributes(O_WRONLY, kSharedAttributes);
996 fd = _OpenAttributes(O_WRONLY, kDeviceAttributes);

Completed in 30 milliseconds