Searched refs:_size (Results 101 - 113 of 113) sorted by relevance

12345

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athvar.h1389 #define ath_hal_setuprxdesc(_ah, _ds, _size, _intreq) \
1390 ((*(_ah)->ah_setupRxDesc)((_ah), (_ds), (_size), (_intreq)))
1418 #define ath_hal_setuptxstatusring(_ah, _tsstart, _tspstart, _size) \
1420 (_size)))
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp1634 off_t* _size)
1638 if (!partition || !child || !_size)
1642 off_t size = *_size;
1646 *_size = size;
1633 ep_validate_resize_child(partition_data* partition, partition_data* child, off_t* _size) argument
/haiku/headers/private/kernel/arch/x86/
H A Darch_cpu.h671 void* x86_get_double_fault_stack(int32 cpu, size_t* _size);
/haiku/src/servers/app/decorator/
H A DTabDecorator.cpp967 float* _size, float* _inset) const
982 *_size = tabSize - 2 * *_offset + *_inset;
966 _GetButtonSizeAndOffset(const BRect& tabRect, float* _offset, float* _size, float* _inset) const argument
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp524 ModelLoader::_ReadDebugEvents(void** _eventData, size_t* _size) argument
594 *_size = size;
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp1238 uint32 &_pciAddress, uint32 &_size, uint8 &flags, uint32 *_highRAMAddress,
1281 _size = size;
1298 PCI::_GetRomBarInfo(PCIDev *dev, uint8 offset, uint32 &_address, uint32 *_size, argument
1311 if (_size != NULL)
1312 *_size = _BarSize(newValue & PCI_rom_address_mask);
1237 _GetBarInfo(PCIDev *dev, uint8 offset, uint32 &_ramAddress, uint32 &_pciAddress, uint32 &_size, uint8 &flags, uint32 *_highRAMAddress, uint32 *_highPCIAddress, uint32 *_highSize) argument
/haiku/src/kits/interface/
H A DFont.cpp417 font_style style, float* _size)
431 link.Read<float>(_size);
416 _get_system_default_font_(const char* which, font_family family, font_style style, float* _size) argument
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp152 const void*& _block, off_t& _size)
163 _size = 0;
169 fInstructionPointer, _block, _size);
151 GetCallTarget(uint64 offset, uint8 refType, const void*& _block, off_t& _size) argument
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp778 float* _size, float* _inset) const
786 *_size = std::max(0.0f, tabSize - 7.0f);
777 _GetButtonSizeAndOffset(const BRect& tabRect, float* _offset, float* _size, float* _inset) const argument
/haiku/src/apps/bootmanager/
H A Dbootman.S165 %define sizeof(s) s %+ _size
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp652 off_t offset, void* buffer, size_t* _size)
668 return file_cache_read(fileCache, cookie, offset, buffer, _size);
675 off_t offset, const void* buffer, size_t* _size)
691 return file_cache_write(fileCache, cookie, offset, buffer, _size);
651 ReadFileCache(ino_t vnodeID, void* cookie, off_t offset, void* buffer, size_t* _size) argument
674 WriteFileCache(ino_t vnodeID, void* cookie, off_t offset, const void* buffer, size_t* _size) argument
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp1480 x86_get_double_fault_stack(int32 cpu, size_t* _size)
1482 *_size = kDoubleFaultStackSize;
/haiku/src/system/kernel/vm/
H A Dvm.cpp1952 uint32 addressSpec, addr_t* _size, uint32 protection,
1956 "= %p, spec = %" B_PRIu32 ", _size = %p, protection = %" B_PRIu32 ", "
1958 addressSpec, _size, protection, vecs, vecCount));
2038 if (_size != NULL)
2039 *_size = size;
1951 vm_map_physical_memory_vecs(team_id team, const char* name, void** _address, uint32 addressSpec, addr_t* _size, uint32 protection, struct generic_io_vec* vecs, uint32 vecCount) argument

Completed in 375 milliseconds

12345