Home
last modified time | relevance | path

Searched refs:toggle (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-12.1/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c239 toggle = 0; in signal_wait_race_threadfunc()
245 } while (toggle != 1); in signal_wait_race_threadfunc()
269 toggle = 0; in ATF_TC_BODY()
278 toggle = 1; in ATF_TC_BODY()
284 } while (toggle != 0); in ATF_TC_BODY()
288 toggle = 1; in ATF_TC_BODY()
369 toggle = 0; in broadcast_threadfunc()
374 } while (toggle != 1); in broadcast_threadfunc()
400 toggle = 0; in ATF_TC_BODY()
409 toggle = 1; in ATF_TC_BODY()
[all …]
/freebsd-12.1/tools/ifnet/
H A Dconvert_drvapi.sh50 case $toggle
55 toggle="2"
61 toggle="3"
67 toggle="4"
73 toggle="1"
/freebsd-12.1/usr.sbin/gpioctl/
H A Dgpioctl.c218 int config, list, name, toggle, verbose; in main() local
220 config = toggle = verbose = list = name = pin_type = 0; in main()
243 toggle = 1; in main()
310 if (toggle) { in main()
/freebsd-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-flash.c397 uint8_t toggle = status ^ old_status; in cvmx_flash_erase_block() local
400 if (toggle & (1<<6)) in cvmx_flash_erase_block()
408 toggle = status ^ old_status; in cvmx_flash_erase_block()
411 if (toggle & (1<<6)) in cvmx_flash_erase_block()
H A Dcvmx-usb.h1085 extern void cvmx_usb_set_toggle(cvmx_usb_state_t *state, int endpoint_num, int toggle);
/freebsd-12.1/sys/dev/usb/controller/
H A Dsaf1761_otg.c493 td->toggle = 1; in saf1761_host_setup_tx()
562 td->toggle ^= 1; in saf1761_host_bulk_data_rx()
588 td->toggle = 1; in saf1761_host_bulk_data_rx()
673 td->toggle = 1; in saf1761_host_bulk_data_tx()
705 td->toggle ^= 1; in saf1761_host_bulk_data_tx()
781 td->toggle = 1; in saf1761_host_intr_data_rx()
875 td->toggle = 1; in saf1761_host_intr_data_tx()
915 td->toggle ^= 1; in saf1761_host_intr_data_tx()
1450 uint8_t toggle; in saf1761_otg_xfer_do_fifo() local
1480 toggle = td->toggle; in saf1761_otg_xfer_do_fifo()
[all …]
H A Ddwc_otg.c947 td->toggle = 1; in dwc_otg_host_setup_tx()
973 td->toggle = 1; in dwc_otg_host_setup_tx()
1215 td->toggle = 1; in dwc_otg_host_rate_check_interrupt()
1232 td->toggle = 0; in dwc_otg_host_rate_check()
1248 td->toggle = 1; in dwc_otg_host_rate_check()
1324 td->toggle ^= 1; in dwc_otg_host_data_rx_sub()
1563 td->toggle = 1; in dwc_otg_host_data_rx()
1961 td->toggle = 1; in dwc_otg_host_data_tx()
2374 uint8_t toggle; in dwc_otg_xfer_do_fifo() local
2409 toggle = td->toggle; in dwc_otg_xfer_do_fifo()
[all …]
H A Dsaf1761_otg.h86 uint8_t toggle:1; member
H A Ddwc_otg.h91 uint8_t toggle:1; member
H A Dmusb_otg.h332 uint8_t toggle; member
H A Dmusb_otg.c1783 if (td->toggle) in musbotg_host_data_rx()
1833 td->toggle ^= 1; in musbotg_host_data_rx()
2129 if (td->toggle) in musbotg_host_data_tx()
2143 td->toggle ^= 1; in musbotg_host_data_tx()
2498 td->toggle = xfer->endpoint->toggle_next; in musbotg_setup_standard_chain()
2741 xfer->endpoint->toggle_next = td->toggle; in musbotg_standard_done_sub()
/freebsd-12.1/stand/forth/
H A Dloader.4th201 \ show, enable, disable, toggle module loading. They all take module from
214 : toggle-module find-module ?dup if dup module.flag @ 0= set-module-flag then ;
250 s" toggle-module" s" toggle loading of a module" .?
H A Dmenu.4th528 \ Set menu toggle state to active state
870 \ state is OFF, toggle to ON
892 true \ new value of toggle state var (to be stored later)
894 \ state is ON, toggle to OFF
907 false \ new value of toggle state var (to be stored below)
910 \ now we'll store the new toggle state (on top of stack)
/freebsd-12.1/contrib/dialog/samples/
H A Dchecklist9.txt12 Press \Zb\ZrSPACE\Zn to toggle an option on/off. \n\n\
/freebsd-12.1/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_kr.h102 al_bool toggle; member
H A Dal_hal_eth_kr.c818 np->toggle = AL_REG_FIELD_GET(reg, AL_ETH_KR_AN_NP_ADV1_TOGGLE_MASK, in al_eth_kr_next_page_read()
852 np->toggle); in al_eth_kr_next_page_write()
/freebsd-12.1/contrib/libxo/xohtml/external/
H A Djquery.qtip.js228 self.toggle(TRUE, cache.event, FALSE);
448 v && (!this.rendered && this.render(TRUE) || this.toggle(TRUE));
940 PROTOTYPE.toggle = function(state, event) { function in PROTOTYPE
1092 PROTOTYPE.show = function(event) { return this.toggle(TRUE, event); };
1094 PROTOTYPE.hide = function(event) { return this.toggle(FALSE, event); };
1245 var callback = $.proxy(function(){ this.toggle(TRUE, event); }, this);
1281 var callback = $.proxy(function(){ this.toggle(FALSE, event); }, this);
1919 toggle: NULL, property
2170 this.element.toggle(this.enabled);
2321 .toggle(!!(border || i));
[all …]
/freebsd-12.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c428 (mlx4_priv(dev)->cmd.toggle == in cmd_pending()
493 (cmd->toggle << HCR_T_BIT) | in mlx4_cmd_post()
504 cmd->toggle = cmd->toggle ^ 1; in mlx4_cmd_post()
2097 u16 param, u8 toggle) in mlx4_master_do_cmd() argument
2108 if (toggle != slave_state[slave].comm_toggle) { in mlx4_master_do_cmd()
2110 toggle, slave); in mlx4_master_do_cmd()
2250 int toggle; in mlx4_master_comm_channel() local
2267 toggle = comm_cmd >> 31; in mlx4_master_comm_channel()
2268 if (toggle != slt) { in mlx4_master_comm_channel()
2279 comm_cmd & 0xffff, toggle); in mlx4_master_comm_channel()
[all …]
/freebsd-12.1/sys/compat/linux/
H A Dlinux_misc.c2421 linux_debug(int syscall, int toggle, int global) in linux_debug() argument
2425 char c = toggle ? 0 : 0xff; in linux_debug()
2432 if (toggle) in linux_debug()
2452 int error, sysc, toggle; in linux_sysctl_debug() local
2464 toggle = strtol(p, NULL, 0); in linux_sysctl_debug()
2467 error = linux_debug(sysc, toggle, global); in linux_sysctl_debug()
/freebsd-12.1/usr.sbin/bsdconfig/include/
H A Dusage.hlp12 SPACE Select or toggle the current item.
/freebsd-12.1/sys/gnu/dts/arm/
H A Drk3288-evb.dtsi168 * but it shouldn't hurt to toggle this pin there anyway.
/freebsd-12.1/sys/dev/sound/pcm/
H A Dchannel_if.m182 * software support that the user may toggle via sysctl/mixext.
/freebsd-12.1/sys/arm/mv/
H A Dgpio.c950 mv_gpio_polarity(device_t dev, uint32_t pin, uint8_t enable, uint8_t toggle) in mv_gpio_polarity() argument
961 if (toggle) { in mv_gpio_polarity()
/freebsd-12.1/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c744 toggle(int argc, char *argv[]) in toggle() function
2305 { "toggle", togglestring, toggle, 0 },
/freebsd-12.1/contrib/telnet/telnet/
H A Dcommands.c815 toggle(int argc, char *argv[]) in toggle() function
2545 { "toggle", togglestring, toggle, 0 },

12