Searched refs:_length (Results 126 - 134 of 134) sorted by relevance

123456

/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h420 void SetLength(uint16 _length) { argument
421 length = B_HOST_TO_LENDIAN_INT16(_length) & 0x7fff; }
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp3141 const void*& _expression, off_t& _length) const
3148 _length = location->expression.length;
3154 instructionPointer, _expression, _length);
3163 target_addr_t address, const void*& _expression, off_t& _length) const
3206 _length = expressionLength;
/haiku/headers/private/kernel/
H A Dvfs.h277 socklen_t *_length);
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp1190 size_t *_length)
1193 value, _length);
1189 udp_control(net_protocol *protocol, int level, int option, void *value, size_t *_length) argument
/haiku/src/kits/media/
H A DMediaRoster.cpp3023 bool createAndTruncate, bigtime_t* _length)
3039 if (_length != NULL)
3040 request.duration = *_length;
3047 if (!createAndTruncate && _length)
3048 *_length = reply.duration;
3022 SetRefFor(const media_node& file_interface, const entry_ref& file, bool createAndTruncate, bigtime_t* _length) argument
/haiku/headers/private/system/
H A Dsyscalls.h382 void *value, socklen_t *_length);
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp288 x86_get_mtrr(uint32 index, uint64* _base, uint64* _length, uint8* _type) argument
292 return sCpuModule->get_mtrr(index, _base, _length, _type);
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp1073 TCPEndpoint::GetOption(int option, void* _value, int* _length) argument
1075 if (*_length != sizeof(int))
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp856 size_t *_length)
855 domain_control(net_protocol *protocol, int level, int option, void *value, size_t *_length) argument

Completed in 282 milliseconds

123456