Searched refs:code (Results 251 - 275 of 474) sorted by last modified time

<<111213141516171819

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c38 * and is unaffected by regulatory/country code settings.
140 * The #if 0'ed code is to check whether the previous TSF
593 * the following code sets them back to non-RIFS values.
726 int code; member in struct:__anon1131
745 "%s BB hang, signature 0x%x, code 0x%x\n",
746 __func__, hang_sig, hang_list[i].code);
747 return hang_list[i].code;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_eeprom.c541 ** \brief EEPROM fixup code for INI values
543 ** This routine provides a place to insert "fixup" code for specific devices
968 /* hard code for now, need to get from eeprom struct */
3865 ar9300_compression_header_unpack(u_int8_t *best, int *code, int *reference, argument
3874 *code = ((value[0] >> 5) & 0x0007);
3922 int code; local
3938 word, &code, &reference, &length, &major, &minor);
3941 "code=%d ref=%d length=%d major=%d minor=%d\n",
3942 __func__, cptr, code, reference, length, major, minor);
3962 switch (code) {
[all...]
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_intel.h11 * * Redistributions of source code must retain the above copyright
129 uint8_t code; member in struct:nvme_intel_smart_attribute
/haiku/headers/os/interface/
H A DAffineTransform.h57 virtual status_t Unflatten(type_code code,
H A DStringView.h72 virtual status_t Perform(perform_code code, void* data);
/haiku/headers/os/app/
H A DLooper.h145 void* ReadRawFromPort(int32* code,
149 virtual BMessage* ConvertToMessage(void* raw, int32 code);
/haiku/src/kits/media/
H A DTimeCode.cpp10 status_t us_to_timecode(bigtime_t micros, int * hours, int * minutes, int * seconds, int * frames, const timecode_info * code) argument
16 if (code) {
18 switch (code->type) {
27 l_frames = (((micros % 1000000) * code->fps_div) / 1000000) + (micros / 1000000 * code->fps_div);
35 return frames_to_timecode(l_frames, hours, minutes, seconds, frames, code);
38 status_t timecode_to_us(int hours, int minutes, int seconds, int frames, bigtime_t * micros, const timecode_info * code) argument
44 if (timecode_to_frames(hours, minutes, seconds, frames, &l_frames, code) == B_OK) {
46 if (code) {
48 switch (code
70 frames_to_timecode(int32 l_frames, int * hours, int * minutes, int * seconds, int * frames, const timecode_info * code) argument
142 timecode_to_frames(int hours, int minutes, int seconds, int frames, int32 * l_frames, const timecode_info * code) argument
[all...]
H A DParameterWeb.cpp556 BParameterWeb::AllowsTypeCode(type_code code) const
558 return code == TypeCode();
563 BParameterWeb::Unflatten(type_code code, const void* buffer, ssize_t size) argument
567 if (!AllowsTypeCode(code)) {
568 ERROR("BParameterWeb::Unflatten(): wrong type code\n");
1013 BParameterGroup::AllowsTypeCode(type_code code) const
1015 return code == TypeCode();
1020 BParameterGroup::Unflatten(type_code code, const void* buffer, ssize_t size) argument
1024 if (!AllowsTypeCode(code)) {
1025 ERROR("BParameterGroup::Unflatten() wrong type code\
1617 Unflatten(type_code code, const void* buffer, ssize_t size) argument
1919 Unflatten(type_code code, const void* buffer, ssize_t size) argument
2167 Unflatten(type_code code, const void* buffer, ssize_t size) argument
2308 Unflatten(type_code code, const void* buffer, ssize_t size) argument
2388 Unflatten(type_code code, const void* buffer, ssize_t size) argument
[all...]
H A DDataExchange.cpp214 int32 code; local
215 status = read_port_etc(request->reply_port, &code, reply, replySize,
H A DControllable.cpp17 * * Redistributions of source code must retain the above copyright notice,
269 reply.code = 0;
276 reply.code = fWeb->TypeCode();
292 reply.code = 0;
/haiku/headers/private/audio/
H A Dhmulti_audio.h4 /* possible auxillary functions (transport, time code, etc). */
646 uint32 code;
663 uint32 code;
/haiku/src/tests/kits/app/bmessenger/
H A DSMTarget.cpp199 RemoteSMTarget::_SendRequest(int32 code, const void *buffer, size_t size) argument
201 return write_port(fRemotePort, code, buffer, size);
209 int32 code; local
210 ssize_t readSize = read_port(fLocalPort, &code, buffer, size);
215 else if (code != expectedCode)
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h138 void Start(uint16 code);
142 status_t NextMessage(uint16& code);
229 RemoteMessage::Start(uint16 code) argument
234 Add(code);
H A DRemoteEventStream.cpp96 uint16 code = message.Code(); local
98 switch (code) {
131 switch (code) {
137 if (code != RP_MOUSE_MOVED)
144 if (code == RP_MOUSE_DOWN) {
150 if (code == RP_MOUSE_MOVED)
/haiku/src/servers/app/
H A DDelayedMessage.cpp113 typedef void(*FailureCallback)(int32 code, port_id port, void* data);
115 DelayedMessageData(int32 code, bigtime_t delay,
177 DelayedMessage::DelayedMessage(int32 code, bigtime_t delay, argument
180 fData(new(std::nothrow) DelayedMessageData(code, delay < DM_MINIMUM_DELAY
298 DelayedMessageData::DelayedMessageData(int32 code, bigtime_t delay, argument
301 fCode(code),
742 int32 code = -1; local
751 status = read_port_etc(fPort, &code, NULL, 0, B_RELATIVE_TIMEOUT,
765 switch (code) {
/haiku/src/libs/iconv/
H A Diconv.c628 const char* code; local
642 for (code = name;;) {
643 /* Search code in the table. */
644 for (cp = code, bp = buf, count = MAX_WORD_LENGTH+10+1; ; cp++, bp++) {
670 code = locale_charset();
673 if (code[0] == '\0')
686 code = locale_charset();
689 if (code[0] == '\0')
/haiku/src/kits/interface/
H A DAffineTransform.cpp118 BAffineTransform::Unflatten(type_code code, const void* _buffer, ssize_t size) argument
121 || code != BAffineTransform::TypeCode()) {
H A DAbstractLayout.cpp528 BAbstractLayout::Perform(perform_code code, void* _data) argument
530 return BLayout::Perform(code, _data);
H A DPrivateScreen.cpp420 int32 code; local
421 if (link.FlushWithReply(code) == B_OK
422 && code == B_OK)
H A DControl.cpp310 BControl::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
312 BView::MouseMoved(where, code, dragMessage);
474 BControl::Perform(perform_code code, void* _data) argument
476 switch (code) {
530 return BView::Perform(code, _data);
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp274 switch (data.code) {
753 // addresses have special handling to reduce code size
954 // addresses have special handling to reduce code size
1410 lcpheader.code = PPP_CONFIGURE_ACK;
1424 // addresses have special handling to reduce code size
1488 if (nak.code == PPP_CONFIGURE_NAK) {
1491 nak.code = PPP_CONFIGURE_REJECT;
1519 request->code = PPP_TERMINATE_REQUEST;
1547 ack->code = PPP_TERMINATE_ACK;
1555 ack.code
[all...]
/haiku/src/system/libroot/os/
H A Dport.c26 write_port(port_id port, int32 code, const void *buffer, size_t bufferSize) argument
28 return _kern_write_port_etc(port, code, buffer, bufferSize, 0, 0);
33 read_port(port_id port, int32 *code, void *buffer, size_t bufferSize) argument
35 return _kern_read_port_etc(port, code, buffer, bufferSize, 0, 0);
40 write_port_etc(port_id port, int32 code, const void *buffer, size_t bufferSize, argument
43 return _kern_write_port_etc(port, code, buffer, bufferSize, flags, timeout);
48 read_port_etc(port_id port, int32 *code, void *buffer, size_t bufferSize, argument
51 return _kern_read_port_etc(port, code, buffer, bufferSize, flags, timeout);
H A Ddebug.c19 uint32 code; member in struct:debug_string_entry
149 const char *defaultString, uint32 code, char *buffer, int32 bufferSize)
157 if (stringEntries[i].code == code) {
163 snprintf(buffer, bufferSize, defaultString, code);
148 get_debug_string(const debug_string_entry *stringEntries, const char *defaultString, uint32 code, char *buffer, int32 bufferSize) argument
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp730 // get the breakpoints in our source code range
1926 FileSourceCode* code = instance->GetFunction()->GetSourceCode();
1929 if (code == NULL)
1936 code->GetSourceFile()->GetLocatedPath(sourcePath);
2136 SourceCode* code = NULL; local
2144 code = instance->GetSourceCode();
2154 code = function->GetSourceCode();
2157 if (code != NULL)
2158 SetSourceCode(code);
2238 // set the source code, i
[all...]
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex7 \newcommand{\code}[1]{{\tt #1}}
20 % begin/end a code block
77 The resources start at \code{kX86ResourcesOffset}.
114 \item{\code{tag1}:
115 Must be \code{kPEFFileMagic1}.}
116 \item{\code{tag2}:
117 Must be \code{kPPCResourceFileMagic}.}
122 The resources start at \code{kPPCResourcesOffset}.
140 \code{kELFMinResourceAlignment} and the alignments of the segments in the file.
178 first field of the resources header (\code{r
[all...]

Completed in 369 milliseconds

<<111213141516171819