/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_cond.c | 49 static int count, share, toggle, total; variable 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() [all …]
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_res.h | 283 u8 toggle; member 650 #define BNXT_QPLIB_INIT_DBHDR(xid, type, indx, toggle) \ argument 653 ((toggle) << (BNXT_QPLIB_DBR_TOGGLE_SHIFT))) 694 u8 toggle = 0; in bnxt_qplib_ring_db() local 698 toggle = info->toggle; in bnxt_qplib_ring_db() 704 key = BNXT_QPLIB_INIT_DBHDR(info->xid, type, indx, toggle); in bnxt_qplib_ring_db() 725 u8 toggle = 0; in bnxt_qplib_armen_db() local 728 toggle = info->toggle; in bnxt_qplib_armen_db() 730 key = BNXT_QPLIB_INIT_DBHDR(info->xid, type, 0, toggle); in bnxt_qplib_armen_db()
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | gpio-wdt.txt | 8 - toggle: Either a high-to-low or a low-to-high transition clears 19 to toggle the signal when the device is open and the timeout elapsed. 26 hw_algo = "toggle";
|
/freebsd/usr.sbin/gpioctl/ |
H A D | gpioctl.c | 221 int config, list, name, toggle, verbose; in main() local 223 config = toggle = verbose = list = name = pin_type = 0; in main() 246 toggle = 1; in main() 313 if (toggle) { in main()
|
/freebsd/tools/ifnet/ |
H A D | convert_ifapi.sh | 51 case $toggle in 57 toggle=$(((toggle + 1) % 4))
|
/freebsd/contrib/libfido2/tools/ |
H A D | assert_get.c | 19 struct toggle { struct 41 parse_toggle(const char *str, struct toggle *opt) in parse_toggle() argument 79 prepare_assert(FILE *in_f, int flags, const struct toggle *opt) in prepare_assert() 216 struct toggle opt; in assert_get()
|
H A D | config.c | 49 config_always_uv(char *path, int toggle) in config_always_uv() argument 64 if (v == toggle) { in config_always_uv()
|
/freebsd/contrib/googletest/docs/_sass/ |
H A D | main.scss | 49 .sidebar .nav-toggle { 187 .sidebar .nav-toggle:checked {
|
/freebsd/sys/dev/usb/controller/ |
H A D | dwc_otg.c | 941 td->toggle = 1; in dwc_otg_host_setup_tx() 967 td->toggle = 1; in dwc_otg_host_setup_tx() 1206 /* set toggle, if any */ in dwc_otg_host_rate_check_interrupt() 1209 td->toggle = 1; in dwc_otg_host_rate_check_interrupt() 1226 td->toggle = 0; in dwc_otg_host_rate_check() 1242 td->toggle = 1; in dwc_otg_host_rate_check() 1318 td->toggle ^= 1; in dwc_otg_host_data_rx_sub() 1416 * mandate a particular data toggle in dwc_otg_host_data_rx() 1418 * transfers. Switch the data toggle in dwc_otg_host_data_rx() 1424 "data toggle erro in dwc_otg_host_data_rx() 2361 uint8_t toggle; dwc_otg_xfer_do_fifo() local [all...] |
H A D | dwc_otg.h | 90 uint8_t toggle:1; member
|
H A D | musb_otg.h | 331 uint8_t toggle; member
|
/freebsd/stand/forth/ |
H A D | loader.4th | 229 \ show, enable, disable, toggle module loading. They all take module from 242 : toggle-module find-module ?dup if dup module.flag @ 0= set-module-flag then ; 278 s" toggle-module" s" toggle loading of a module" .?
|
/freebsd/usr.sbin/mixer/tests/ |
H A D | mixer_test.sh | 221 atf_check -o ignore -e empty mixer vol.mute=toggle 261 atf_check -o ignore -e empty mixer ${recsrc}.recsrc=toggle
|
/freebsd/contrib/dialog/samples/ |
H A D | checklist9.txt | 12 Press \Zb\ZrSPACE\Zn to toggle an option on/off. \n\n\
|
/freebsd/sys/contrib/alpine-hal/eth/ |
H A D | al_hal_eth_kr.h | 102 al_bool toggle; member
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | tps65217.txt | 15 - ti,pmic-shutdown-controller: Telling the PMIC to shutdown on PWR_EN toggle.
|
/freebsd/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/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/sys/contrib/device-tree/Bindings/mfd/ |
H A D | bd9571mwv.txt | 39 accommodate a toggle power switch (the RSTBMODE pin is
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | mvebu-devbus.txt | 46 - devbus,badr-skew-ps: Defines the time delay from from A[2:0] toggle, 97 DEV_A[2:0] and Data are kept valid (do not toggle) for
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | jedec,spi-nor.txt | 76 systems don't toggle the flash RESET# pin upon system reset
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sda660-inforce-ifc6560.dts | 166 * The board will lock up if we toggle the BLSP clock, unless the 178 * The board will lock up if we toggle the BLSP clock, unless the
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | qca,qca7000.txt | 27 In this mode the SPI master must toggle the chip select
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | properties.shlib | 74 # Functions to toggle on/off properties
|
/freebsd/usr.sbin/bsdconfig/include/ |
H A D | usage.hlp | 12 SPACE Select or toggle the current item.
|