Searched refs:reason (Results 51 - 62 of 62) sorted by relevance

123

/haiku/src/apps/terminal/
H A DTermView.cpp2006 int32 reason; local
2007 if (message->FindInt32("reason", &reason) != B_OK)
2008 reason = 0;
2010 fListener->NotifyTermViewQuit(this, reason);
3235 TermView::Listener::NotifyTermViewQuit(TermView* view, int32 reason) argument
H A DTermWindow.cpp1667 TermWindow::NotifyTermViewQuit(TermView* view, int32 reason) argument
1674 message.AddInt32("reason", reason);
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js2007 RemoteDesktopSession.prototype.onDisconnect = function(reason)
2011 this.disconnectCallback(reason);
2236 var onDisconnect = function(reason) {
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.cpp522 L2capEndpoint::_HandleCommandRejected(uint8 ident, uint16 reason, argument
/haiku/src/system/kernel/
H A Dthread.cpp1301 // but since the only reason this can fail is that we
2161 Signal childSignal(SIGCHLD, team->exit.reason, B_OK, team->id);
2162 if (team->exit.reason == CLD_EXITED) {
2330 the kernel for any reason.
3108 team->exit.reason = CLD_EXITED;
H A Dsignal.cpp278 when creating the clone fails for any reason. Otherwise, the function
1109 // a good reason why we would want to, though.
1211 team->exit.reason = CLD_KILLED;
2464 it will appear as if the syscall just returned. That is also the reason, why
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_proto.c112 ieee80211_reason_to_string(uint16_t reason) argument
114 switch (reason) {
232 "unspecified reason");
872 * reason.
H A Dieee80211_scan_sta.c1479 const uint8_t macaddr[IEEE80211_ADDR_LEN], int reason)
1489 macaddr, "%s: reason %u fails %u",
1490 __func__, reason, se->se_fails);
1478 sta_assoc_fail(struct ieee80211_scan_state *ss, const uint8_t macaddr[IEEE80211_ADDR_LEN], int reason) argument
H A Dieee80211_node.c1056 ieee80211_node_deauth(struct ieee80211_node *ni, int reason) argument
1061 IEEE80211_SEND_MGMT(ni, IEEE80211_FC0_SUBTYPE_DEAUTH, reason);
H A Dieee80211_mesh.c2465 * XXX: check reason code, for example we could receive
2851 "send PEER CLOSE action: localid 0x%x, peerid 0x%x reason %d (%s)",
2862 + sizeof(uint16_t) /* reason code */
3241 uint16_t peerid, uint16_t reason)
3269 ADDSHORT(frm, reason);
3240 ieee80211_add_meshpeer(uint8_t *frm, uint8_t subtype, uint16_t localid, uint16_t peerid, uint16_t reason) argument
/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp952 TRACE_BT("LocalDeviceImpl: %s: Handle=%#x, reason=%s status=%x\n", __FUNCTION__, event->handle,
953 BluetoothError(event->reason), event->status);
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex174 As there is in fact no good reason to have different resource file formats,

Completed in 139 milliseconds

123