Searched refs:code (Results 426 - 450 of 475) sorted by relevance

<<111213141516171819

/haiku/src/bin/network/ftpd/
H A Dftpd.c10 * 1. Redistributions of source code must retain the above copyright
958 * is that sgetpwnam() is known to be called from ftpd code only.
1237 * the following code is stolen from imap-uw PAM authentication module and
2072 * A helper macro to avoid code duplication
2391 int c, code;
2395 code = lstat(filename, &st) == 0 && S_ISDIR(st.st_mode) ? 212 : 213;
2402 lreply(code, "Status of %s:", filename);
2431 reply(code, "End of status.");
3113 /* more proper error code? */
3192 perror_reply(int code, cha
[all...]
/haiku/src/kits/interface/
H A DSlider.cpp306 BSlider::Perform(perform_code code, void* _data) argument
308 switch (code) {
369 return BControl::Perform(code, _data);
H A DTabView.cpp577 BTabView::Perform(perform_code code, void* _data) argument
579 switch (code) {
590 return BView::Perform(code, _data);
H A DTwoDimensionalLayout.cpp47 // code and serves as a proxy for the layout, providing service methods
1424 BTwoDimensionalLayout::Perform(perform_code code, void* _data) argument
1426 return BAbstractLayout::Perform(code, _data);
H A DChannelSlider.cpp387 BChannelSlider::MouseMoved(BPoint where, uint32 code, const BMessage* message) argument
392 BChannelControl::MouseMoved(where, code, message);
H A DTextView.cpp661 BTextView::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
664 if (_PerformMouseMoved(where, code))
667 switch (code) {
680 BView::MouseMoved(where, code, dragMessage);
1081 BTextView::Perform(perform_code code, void* _data) argument
1083 switch (code) {
1132 return BView::Perform(code, _data);
1864 // ToDo: The following code isn't very efficient, because it always starts
3216 // to have less code duplication, and a single place where to do changes
4768 BTextView::_PerformMouseMoved(BPoint where, uint32 code) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.cpp1101 dosfs_ioctl(fs_volume *_vol, fs_vnode *_node, void *cookie, uint32 code,
1112 switch (code) {
1166 " code = %" B_PRIu32 "\n", vol->id, node->vnid, code));
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h14 * The initial developer of the original code is David A. Hinds
343 u_char code; member in struct:cistpl_lan_connector_t
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp356 Chart::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp447 TransportButton::MouseMoved(BPoint point, uint32 code, const BMessage *) argument
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp100 Desktop::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h22 // magic code for ioctls
213 // PLL design and the PLL code only tests for >= rt_r300
327 // mapping of pll divider code to actual divider value
330 uint8 code; // code as used in register member in struct:__anon21
397 uint32 datatype; // Radeon code for pixel format
/haiku/headers/os/interface/
H A DAffineTransform.h57 virtual status_t Unflatten(type_code code,
H A DView.h187 virtual void MouseMoved(BPoint where, uint32 code,
603 virtual status_t Perform(perform_code code, void* data);
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css464 cmdsynopsis, code, command, computeroutput, envar, filename, keycode, keysym,
/haiku/src/kits/media/
H A DMediaTrack.cpp634 BMediaTrack::AddTrackInfo(uint32 code, const void* data, size_t size, argument
640 return fWriter->AddTrackInfo(fStream, code, data, size, flags);
/haiku/src/kits/network/libnetapi/
H A DNetworkAddress.cpp1139 BNetworkAddress::Unflatten(type_code code, const void* buffer, ssize_t size) argument
1144 if (!AllowsTypeCode(code))
/haiku/src/system/boot/platform/atari_m68k/
H A Dtoscalls.h277 /* those are used by asm code too */
909 #define nat_feat_call(id, code, a...) \
914 ret = c->nfCall(id | code, ##a); \
/haiku/src/servers/app/
H A DDesktop.cpp603 Desktop::BroadcastToAllApps(int32 code) argument
608 fApplications.ItemAt(i)->PostMessage(code);
616 Desktop::BroadcastToAllWindows(int32 code) argument
622 window->ServerWindow()->PostMessage(code);
1270 // (the code below would have to be changed then, though)
2604 Desktop::_DispatchMessage(int32 code, BPrivate::LinkReceiver& link) argument
2606 switch (code) {
2743 app->PostMessage(code);
2868 printf("Desktop %d:%s received unexpected code %" B_PRId32 "\n", 0,
2869 "baron", code);
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c613 bcn->code = WPI_CMD_SET_BEACON;
2678 cmd->code = buf->code;
2953 tx_data.code = WPI_CMD_TX_DATA;
3056 tx_data.code = WPI_CMD_TX_DATA;
3235 wpi_cmd(struct wpi_softc *sc, uint8_t code, const void *buf, uint16_t size, argument
3253 if (code == WPI_CMD_SCAN)
3265 __func__, wpi_cmd_str(code), size, async);
3295 cmd->code = code;
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c2826 * advertise these capabilities. Thus this code
3289 * Yes, the rate control code doesn't know these are A-MPDU
3351 switch (calib->code) {
3383 calib->code);
3387 "saving calibration result idx=%d, code=%d len=%d\n", idx, calib->code, len);
3922 * Mark the entry so the above code will check it
4440 * The original driver code only enabled protection for OFDM rates.
4882 cmd->code = IWN_CMD_TX_DATA;
5241 iwn_cmd(struct iwn_softc *sc, int code, cons argument
7551 iwn_addba_response(struct ieee80211_node *ni, struct ieee80211_tx_ampdu *tap, int code, int baparamset, int batimeout) argument
[all...]
/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/apps/deskbar/
H A DStatusView.cpp1880 TResizeControl::MouseMoved(BPoint where, uint32 code, argument
1884 return BControl::MouseMoved(where, code, dragMessage);
1912 BControl::MouseMoved(where, code, dragMessage);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorSlider.cpp249 ColorSlider::MouseMoved( BPoint where, uint32 code, argument
/haiku/headers/private/media/
H A DServerInterface.h1052 type_code code; member in struct:controllable_get_parameter_web_reply

Completed in 439 milliseconds

<<111213141516171819