Symbol: DATA
headers/os/package/hpkg/PackageAttributes.h
26
B_DEFINE_HPKG_ATTRIBUTE(13, RAW, "data", DATA)
src/add-ons/accelerants/radeon_hd/atombios/atom.cpp
1455
int index = GetIndexIntoMasterTable(DATA, VRAM_UsageByFirmware);
src/add-ons/accelerants/radeon_hd/connector.cpp
217
int index = GetIndexIntoMasterTable(DATA, LVDS_Info);
src/add-ons/accelerants/radeon_hd/connector.cpp
369
int index = GetIndexIntoMasterTable(DATA, GPIO_Pin_LUT);
src/add-ons/accelerants/radeon_hd/connector.cpp
431
int index = GetIndexIntoMasterTable(DATA, GPIO_I2C_Info);
src/add-ons/accelerants/radeon_hd/connector.cpp
566
int index = GetIndexIntoMasterTable(DATA, SupportedDevicesInfo);
src/add-ons/accelerants/radeon_hd/connector.cpp
670
int index = GetIndexIntoMasterTable(DATA, Object_Header);
src/add-ons/accelerants/radeon_hd/gpu.cpp
45
int index = GetIndexIntoMasterTable(DATA, FirmwareInfo);
src/add-ons/accelerants/radeon_hd/pll.cpp
170
int index = GetIndexIntoMasterTable(DATA, PPLL_SS_Info);
src/add-ons/accelerants/radeon_hd/pll.cpp
214
int index = GetIndexIntoMasterTable(DATA, ASIC_InternalSS_Info);
src/add-ons/accelerants/radeon_hd/pll.cpp
77
int index = GetIndexIntoMasterTable(DATA, FirmwareInfo);
src/add-ons/kernel/file_systems/xfs/BPlusTree.cpp
192
if (type == DATA)
src/add-ons/kernel/file_systems/xfs/BPlusTree.cpp
598
if (type == DATA) {
src/add-ons/kernel/file_systems/xfs/BPlusTree.cpp
769
status = SearchAndFillPath(dataBlockNumber, DATA);
src/add-ons/kernel/file_systems/xfs/BPlusTree.cpp
784
curDirBlock->NumRecs(), &targetMap, DATA, pathIndex);
src/add-ons/kernel/file_systems/xfs/LeafDirectory.cpp
136
if (type == DATA)
src/add-ons/kernel/file_systems/xfs/LeafDirectory.cpp
162
if (type == DATA) {
src/add-ons/kernel/file_systems/xfs/LeafDirectory.cpp
243
status = FillBuffer(DATA, fDataBuffer, 0);
src/add-ons/kernel/file_systems/xfs/LeafDirectory.cpp
273
status = FillBuffer(DATA, fDataBuffer,
src/add-ons/kernel/file_systems/xfs/LeafDirectory.cpp
283
status = FillBuffer(DATA, fDataBuffer,
src/add-ons/kernel/file_systems/xfs/LeafDirectory.cpp
376
status = FillBuffer(DATA, fDataBuffer,
src/add-ons/kernel/file_systems/xfs/LeafDirectory.cpp
51
status_t status = FillBuffer(DATA, fDataBuffer, 0);
src/add-ons/kernel/file_systems/xfs/Node.cpp
113
if (type == DATA)
src/add-ons/kernel/file_systems/xfs/Node.cpp
139
if (type == DATA) {
src/add-ons/kernel/file_systems/xfs/Node.cpp
272
status = FillBuffer(DATA, fDataBuffer, 0);
src/add-ons/kernel/file_systems/xfs/Node.cpp
303
status = FillBuffer(DATA, fDataBuffer,
src/add-ons/kernel/file_systems/xfs/Node.cpp
313
status = FillBuffer(DATA, fDataBuffer,
src/add-ons/kernel/file_systems/xfs/Node.cpp
434
status = FillBuffer(DATA, fDataBuffer,
src/system/libroot/posix/glibc/libio/libioP.h
186
typedef _IO_size_t (*_IO_xsputn_t) (_IO_FILE *FP, const void *DATA,
src/system/libroot/posix/glibc/libio/libioP.h
188
#define _IO_XSPUTN(FP, DATA, N) JUMP2 (__xsputn, FP, DATA, N)
src/system/libroot/posix/glibc/libio/libioP.h
189
#define _IO_WXSPUTN(FP, DATA, N) WJUMP2 (__xsputn, FP, DATA, N)
src/system/libroot/posix/glibc/libio/libioP.h
194
typedef _IO_size_t (*_IO_xsgetn_t) (_IO_FILE *FP, void *DATA, _IO_size_t N);
src/system/libroot/posix/glibc/libio/libioP.h
195
#define _IO_XSGETN(FP, DATA, N) JUMP2 (__xsgetn, FP, DATA, N)
src/system/libroot/posix/glibc/libio/libioP.h
196
#define _IO_WXSGETN(FP, DATA, N) WJUMP2 (__xsgetn, FP, DATA, N)
src/system/libroot/posix/glibc/libio/libioP.h
253
#define _IO_SYSREAD(FP, DATA, LEN) JUMP2 (__read, FP, DATA, LEN)
src/system/libroot/posix/glibc/libio/libioP.h
254
#define _IO_WSYSREAD(FP, DATA, LEN) WJUMP2 (__read, FP, DATA, LEN)
src/system/libroot/posix/glibc/libio/libioP.h
261
#define _IO_SYSWRITE(FP, DATA, LEN) JUMP2 (__write, FP, DATA, LEN)
src/system/libroot/posix/glibc/libio/libioP.h
262
#define _IO_WSYSWRITE(FP, DATA, LEN) WJUMP2 (__write, FP, DATA, LEN)