| /freebsd-12.1/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_cond.c | 239 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 D | convert_drvapi.sh | 50 case $toggle 55 toggle="2" 61 toggle="3" 67 toggle="4" 73 toggle="1"
|
| /freebsd-12.1/usr.sbin/gpioctl/ |
| H A D | gpioctl.c | 218 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 D | cvmx-flash.c | 397 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 D | cvmx-usb.h | 1085 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 D | saf1761_otg.c | 493 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 D | dwc_otg.c | 947 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 D | saf1761_otg.h | 86 uint8_t toggle:1; member
|
| H A D | dwc_otg.h | 91 uint8_t toggle:1; member
|
| H A D | musb_otg.h | 332 uint8_t toggle; member
|
| H A D | musb_otg.c | 1783 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 D | loader.4th | 201 \ 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 D | menu.4th | 528 \ 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 D | checklist9.txt | 12 Press \Zb\ZrSPACE\Zn to toggle an option on/off. \n\n\
|
| /freebsd-12.1/sys/contrib/alpine-hal/eth/ |
| H A D | al_hal_eth_kr.h | 102 al_bool toggle; member
|
| H A D | al_hal_eth_kr.c | 818 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 D | jquery.qtip.js | 228 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 D | mlx4_cmd.c | 428 (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 D | linux_misc.c | 2421 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 D | usage.hlp | 12 SPACE Select or toggle the current item.
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | rk3288-evb.dtsi | 168 * but it shouldn't hurt to toggle this pin there anyway.
|
| /freebsd-12.1/sys/dev/sound/pcm/ |
| H A D | channel_if.m | 182 * software support that the user may toggle via sysctl/mixext.
|
| /freebsd-12.1/sys/arm/mv/ |
| H A D | gpio.c | 950 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 D | commands.c | 744 toggle(int argc, char *argv[]) in toggle() function 2305 { "toggle", togglestring, toggle, 0 },
|
| /freebsd-12.1/contrib/telnet/telnet/ |
| H A D | commands.c | 815 toggle(int argc, char *argv[]) in toggle() function 2545 { "toggle", togglestring, toggle, 0 },
|