Searched refs:onoff (Results 1 - 11 of 11) sorted by relevance

/haiku/src/bin/network/telnet/
H A Dsys_bsd.c383 int onoff; local
562 onoff = 0;
589 onoff = 1;
680 ioctl(tin, FIONBIO, (char *)&onoff);
681 ioctl(tout, FIONBIO, (char *)&onoff);
801 NetNonblockingIO(int fd, int onoff) argument
803 ioctl(fd, FIONBIO, (char *)&onoff);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.h281 * onoff != 0 turns radio on; otherwise off.
289 int mwl_hal_setradio(struct mwl_hal *mh, int onoff, MWL_HAL_PREAMBLE preamble);
604 int mwl_hal_setwmm(struct mwl_hal *mh, int onoff);
645 int mwl_hal_setoptimizationlevel(struct mwl_hal *mh, int onoff);
H A Dmwlhal.c724 mwl_hal_setradio(struct mwl_hal *mh0, int onoff, MWL_HAL_PREAMBLE preamble) argument
734 if (onoff == 0)
738 pCmd->RadioOn = htole16(onoff);
1839 mwl_hal_setwmm(struct mwl_hal *mh0, int onoff) argument
1848 pCmd->Action = htole16(onoff);
/haiku/src/kits/network/libnetapi/
H A DNetEndpoint.cpp306 int onoff = (int) enable; local
307 return SetOption(SO_REUSEADDR, SOL_SOCKET, &onoff, sizeof(onoff));
/haiku/src/add-ons/kernel/drivers/network/ether/virtio/
H A Dvirtio_net.cpp223 uint8 onoff; member in struct:__anon12
230 s.onoff = value == 0;
237 status = get_memory_map(&s.onoff, sizeof(s.onoff), &entries[1], 1);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_proto.h160 void ieee80211_vap_set_shortslottime(struct ieee80211vap *, int onoff);
H A Dieee80211_proto.c1194 ieee80211_vap_set_shortslottime(struct ieee80211vap *vap, int onoff) argument
1203 if (onoff)
1209 "%s: called; onoff=%d\n", __func__, onoff);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malohal.c632 malo_hal_setradio(struct malo_hal *mh, int onoff, argument
643 if (onoff == 0)
647 cmd->radio_on = htole16(onoff);
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c832 iflib_netmap_register(struct netmap_adapter *na, int onoff) argument
840 IFDI_CRCSTRIP_SET(ctx, onoff, iflib_crcstrip);
852 if (onoff) {
859 IFDI_CRCSTRIP_SET(ctx, onoff, iflib_crcstrip); // XXX why twice ?
1322 iflib_netmap_intr(struct netmap_adapter *na, int onoff) argument
1327 if (onoff) {
4601 iflib_led_func(void *arg, int onoff) argument
4606 IFDI_LED_FUNC(ctx, onoff);
/haiku/src/add-ons/kernel/drivers/audio/ac97/
H A Dac97.c44 void ac97_amp_enable(ac97_dev *dev, bool onoff);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.c4015 em_if_led_func(if_ctx_t ctx, int onoff) argument
4019 if (onoff) {

Completed in 154 milliseconds