Searched refs:toggle (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c49 static int count, share, toggle, total; variable
239 toggle = 0;
245 } while (toggle != 1);
269 toggle = 0;
278 toggle = 1;
284 } while (toggle != 0);
288 toggle = 1;
369 toggle = 0;
374 } while (toggle != 1);
400 toggle
[all...]
/freebsd-11-stable/tools/ifnet/
H A Dconvert_drvapi.sh50 case $toggle
55 toggle="2"
61 toggle="3"
67 toggle="4"
73 toggle="1"
/freebsd-11-stable/usr.sbin/gpioctl/
H A Dgpioctl.c218 int config, list, name, toggle, verbose; local
220 config = toggle = verbose = list = name = pin_type = 0;
243 toggle = 1;
310 if (toggle) {
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-flash.c397 uint8_t toggle = status ^ old_status; local
400 if (toggle & (1<<6))
408 toggle = status ^ old_status;
411 if (toggle & (1<<6))
H A Dcvmx-usb.h207 * endpoint. Each transaction has a PID toggle that changes 0/1
512 CVMX_USB_COMPLETE_DATATGLERR, /**< The transaction failed with a data toggle error even after a number of retries */
1082 * The FreeBSD host driver uses these functions to manipulate the toggle to deal
1085 extern void cvmx_usb_set_toggle(cvmx_usb_state_t *state, int endpoint_num, int toggle);
H A Dcvmx-usb.c1875 /* Update the DATA0/DATA1 toggle */
3040 /* We need to remember the PID toggle state for the next transaction. The
3070 the transfer. For example, PID toggle errors cause these */
3440 extern void cvmx_usb_set_toggle(cvmx_usb_state_t *state, int endpoint_num, int toggle) argument
3445 pipe->pid_toggle = !!toggle;
/freebsd-11-stable/sys/dev/usb/controller/
H A Dsaf1761_otg.h86 uint8_t toggle:1; member in struct:saf1761_otg_td
H A Dsaf1761_otg.c474 temp = SOTG_PTD_DW3_ACTIVE | (td->toggle << 25) | SOTG_PTD_DW3_CERR_3;
493 td->toggle = 1;
562 td->toggle ^= 1;
585 /* set toggle, if any */
588 td->toggle = 1;
600 temp = SOTG_PTD_DW3_ACTIVE | (td->toggle << 25) |
670 /* set toggle, if any */
673 td->toggle = 1;
685 temp = SOTG_PTD_DW3_ACTIVE | (td->toggle << 25) |
705 td->toggle
1450 uint8_t toggle; local
[all...]
H A Ddwc_otg.h89 uint8_t toggle:1; member in struct:dwc_otg_td
H A Ddwc_otg.c949 td->toggle = 1;
975 td->toggle = 1;
1214 /* set toggle, if any */
1217 td->toggle = 1;
1234 td->toggle = 0;
1250 td->toggle = 1;
1326 td->toggle ^= 1;
1424 * mandate a particular data toggle
1426 * transfers. Switch the data toggle
1432 "data toggle erro
2376 uint8_t toggle; local
[all...]
H A Dmusb_otg.h142 #define MUSB2_MASK_CSR0H_DT 0x02 /* Host Side data toggle */
330 uint8_t toggle; member in struct:musbotg_td
H A Dmusb_otg.c1760 if (td->toggle)
1765 /* Set data toggle */
1810 td->toggle ^= 1;
2106 if (td->toggle)
2111 /* Set data toggle */
2120 td->toggle ^= 1;
2475 td->toggle = xfer->endpoint->toggle_next;
2718 xfer->endpoint->toggle_next = td->toggle;
2943 /* reset data toggle */
3003 /* reset data toggle */
[all...]
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_kr.h102 al_bool toggle; member in struct:al_eth_an_np
H A Dal_hal_eth_kr.c818 np->toggle = AL_REG_FIELD_GET(reg, AL_ETH_KR_AN_NP_ADV1_TOGGLE_MASK,
852 np->toggle);
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js181 // Update title only if its not a callback (called in toggle if so)
190 // Set proper rendered flag and update content if not a callback function (called in toggle)
202 (name === 'toggle' ? ['tooltipshow','tooltiphide'] : ['tooltip'+name])
228 self.toggle(TRUE, cache.event, FALSE);
448 v && (!this.rendered && this.render(TRUE) || this.toggle(TRUE));
940 PROTOTYPE.toggle = function(state, event) {
1068 // If no effect type is supplied, use a simple toggle
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(TRU
[all...]
H A Djquery.js2324 // toggle individual class names
2343 // toggle whole className
3852 toggle: function( fn ) {
8275 rfxtypes = /^(?:toggle|show|hide)$/,
8367 // Save the old toggle function
8368 _toggle: jQuery.fn.toggle,
8370 toggle: function( fn, fn2, callback ) {
8383 this.animate(genFx("toggle", 3), fn, fn2, callback);
8481 method = jQuery._data( this, "toggle" + p ) || ( val === "toggle"
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c298 mlx4_warn(dev, "Communication channel is not idle - my toggle is %d (cmd:0x%x)\n",
428 (mlx4_priv(dev)->cmd.toggle ==
493 (cmd->toggle << HCR_T_BIT) |
504 cmd->toggle = cmd->toggle ^ 1;
2097 u16 param, u8 toggle)
2108 if (toggle != slave_state[slave].comm_toggle) {
2109 mlx4_warn(dev, "Incorrect toggle %d from slave %d. *** MASTER STATE COMPROMISED ***\n",
2110 toggle, slave);
2250 int toggle; local
2096 mlx4_master_do_cmd(struct mlx4_dev *dev, int slave, u8 cmd, u16 param, u8 toggle) argument
[all...]
H A Dmlx4.h631 u8 toggle; member in struct:mlx4_cmd
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c2414 linux_debug(int syscall, int toggle, int global) argument
2418 char c = toggle ? 0 : 0xff;
2425 if (toggle)
2445 int error, sysc, toggle; local
2457 toggle = strtol(p, NULL, 0);
2460 error = linux_debug(sysc, toggle, global);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c430 * to by the arguments to the "toggle" command.
574 char *name; /* name of toggle */
716 printf("%-15s toggle %s\r\n", c->name, c->help);
746 toggle(int argc, char *argv[])
754 "Need an argument to 'toggle' command. 'toggle ?' for help.\r\n");
763 fprintf(stderr, "'%s': ambiguous argument ('toggle ?' for help).\r\n",
767 fprintf(stderr, "'%s': unknown argument ('toggle ?' for help).\r\n",
802 { "echo", "character to toggle local echoing on/off", 0, &echoc },
1243 printf("Deprecated usage - please use 'toggle crmo
744 toggle(int argc, char *argv[]) function
[all...]
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c519 * to by the arguments to the "toggle" command.
652 const char *name; /* name of toggle */
761 "(debugging) toggle printing of hexadecimal terminal data",
787 printf("%-15s toggle %s\n", c->name, c->help);
817 toggle(int argc, char *argv[])
825 "Need an argument to 'toggle' command. 'toggle ?' for help.\n");
834 fprintf(stderr, "'%s': ambiguous argument ('toggle ?' for help).\n",
838 fprintf(stderr, "'%s': unknown argument ('toggle ?' for help).\n",
875 { "echo", "character to toggle loca
815 toggle(int argc, char *argv[]) function
[all...]

Completed in 251 milliseconds