Searched refs:which (Results 176 - 193 of 193) sorted by relevance

12345678

/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js481 RemoteRect.prototype.applyAsEllipse = function(context, which)
486 which.call(context);
2203 this.sendMessage.dataView.writeUint8(event.which);
2207 this.sendMessage.dataView.writeUint8(event.which);
/haiku/src/bin/rc/
H A Ddecompile.cpp126 // field's type code (which goes to the left of the field name) and
717 write_app_icon(uint32 which, const void *data, size_t length) argument
721 switch (which) {
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpireg.h565 uint32_t which; member in struct:wpi_mrr_setup
582 uint8_t which; member in struct:wpi_cmd_led
H A Dif_wpi.c41 * to the firmware which buffers have been accessed by updating reg2. At the
1554 /* Retrieve temperature at which the samples were taken. */
1827 * which is done with a firmware cmd. We also defer
3367 mrr.which = htole32(WPI_MRR_CTL);
3375 mrr.which = htole32(WPI_MRR_DATA);
3607 wpi_set_led(struct wpi_softc *sc, uint8_t which, uint8_t off, uint8_t on) argument
3613 led.which = which;
3696 /* Find the TX power group to which this channel belongs. */
3815 /* Select which P
[all...]
/haiku/src/servers/app/decorator/
H A DDecorator.cpp956 Decorator::UIColor(color_which which) argument
960 return settings.UIColor(which);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_stub_funcs.c594 uint32_t which, uint32_t *val)
603 uint32_t which, uint32_t val, HAL_STATUS *status)
593 ar9300_Stub_GetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE ctype, uint32_t which, uint32_t *val) argument
602 ar9300_Stub_SetCapability(struct ath_hal *ah , HAL_CAPABILITY_TYPE ctype, uint32_t which, uint32_t val, HAL_STATUS *status) argument
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaJack.cpp230 DiagramEndPoint *which)
234 MediaJack *otherJack = dynamic_cast<MediaJack *>(which);
229 connectionRequested( DiagramEndPoint *which) argument
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp1040 int32 which; local
1042 || message->FindInt32("be:which", &which) != B_OK)
1046 // if (which == B_MIME_TYPE_DELETED)
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h848 uint8_t which; member in struct:iwn_cmd_led
1138 uint16_t which; member in struct:iwn_sensitivity_cmd
1156 uint16_t which; member in struct:iwn_enhanced_sensitivity_cmd
1314 * which required tx flush host command to flush all the tx frames in queues
H A Dif_iwn.c2294 /* Read voltage at which samples were taken. */
2951 * which is done with a firmware cmd. We also defer
5426 * The mimo field is an index into the table which
5592 iwn_set_led(struct iwn_softc *sc, uint8_t which, uint8_t off, uint8_t on) argument
5607 led.which = which;
5615 * Set the critical temperature at which the firmware will stop the radio
6054 /* Determine which antennas are connected. */
6353 cmd.which = IWN_SENSITIVITY_WORKTBL;
6491 /* Select which P
[all...]
/haiku/src/apps/showimage/
H A DShowImageView.cpp1544 // This works with WonderBrush, though, which in turn had been
1759 ShowImageView::_SetIcon(bool clear, icon_size which) argument
1761 const int32 size = be_control_look->ComposeIconSize(which).IntegerWidth() + 1;
1808 info.SetIcon(clear ? NULL : &icon, which);
H A DToolBarIcons.cpp666 tool_bar_icon(uint32 which) argument
668 if (which >= sizeof(kIcons) / sizeof(IconData))
670 return kIcons[which].bitmap;
/haiku/src/apps/deskbar/
H A DStatusView.cpp151 // but not bigger than TabHeight which depends on be_bold_font
743 TReplicantTray::UnloadAddOn(node_ref* nodeRef, dev_t* device, bool which, argument
751 if ((which && nodeRef != NULL && item->nodeRef == *nodeRef)
/haiku/headers/private/system/
H A Dsyscalls.h158 extern pid_t _kern_process_info(pid_t process, int32 which);
/haiku/src/kits/tracker/
H A DIconCache.cpp701 switch ((uint32)wellKnownEntry->which) {
1102 // lockLater mode; we will decide which of the two to lock down depending
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2860.c991 /* determine to which 32-bit register our 16-bit word belongs */
1542 * that we know at which initial rate the frame was transmitted.
1792 * that we know at which initial rate the frame was transmitted.
2031 * We access the BBP through the 8051 microcontroller unit which means that
3017 rt2860_set_leds(struct rt2860_softc *sc, uint16_t which) argument
3020 which | (sc->leds & 0x7f), 0);
/haiku/src/system/kernel/
H A Dteam.cpp1075 // Orphaned Process Group: "A process group in which the parent of every
2340 /*! Returns the first job control entry from \a children, which matches \a id.
2377 stopped children which matches \a id.
2389 \param flags Specifies which children shall be considered. Dead children
4072 _user_process_info(pid_t process, int32 which) argument
4075 switch (which) {
4377 // thread (if that's not already this one), which will take the team down.
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_run.c1423 * passed a huge amount of data, which will crash the
1495 /* determine to which 32-bit register our 16-bit word belongs */
5330 run_set_leds(struct run_softc *sc, uint16_t which) argument
5333 which | (sc->leds & 0x7f));

Completed in 211 milliseconds

12345678