Searched defs:toggle (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c965 /* get data toggle information for this endpoint */
969 uchar_t toggle; local
977 toggle = (uchar_t)(ph_impl->usba_ph_flags & USBA_PH_DATA_TOGGLE);
981 return (toggle);
985 /* set data toggle information for this endpoint */
988 uchar_t toggle)
998 ph_impl->usba_ph_flags |= (USBA_PH_DATA_TOGGLE & toggle);
987 usba_hcdi_set_data_toggle(usba_device_t *usba_device, uint8_t ep_addr, uchar_t toggle) argument
/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dmod_ipp.c422 ipp_operation(cmd_parms *cmd, void *cfg, const char *op, const char *toggle) argument
428 (char *)op, (char *)toggle);
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c544 ipv4_setpromiscuous(int toggle) argument
548 promiscuous = toggle;
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mii.h259 uint16_t toggle:1; member in struct:_mii_nptxr::__anon8465
263 uint16_t toggle:1;
283 uint16_t toggle:1; member in struct:_mii_lprxnpr::__anon8466
287 uint16_t toggle:1;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c629 * to by the arguments to the "toggle" command.
771 char *name; /* name of toggle */
876 "(debugging) toggle printing of hexadecimal terminal data",
898 "%-15s toggle %s\n", c->name, c->help);
929 toggle(argc, argv) function
939 "Need an argument to 'toggle' command. "
940 "'toggle ?' for help.\n");
950 "('toggle ?' for help).\n", name);
954 "('toggle ?' for help).\n", name);
990 { "echo", "character to toggle loca
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c2643 /* Restore the data toggle information */
6168 uint_t buf, fc, toggle, flag; local
6205 toggle = 0;
6226 if (toggle) {
6232 toggle = 0;
6238 toggle = 1;
8515 uint_t toggle = 0, fc, ctrl, psw; local
8541 if (toggle) {
8543 toggle = 0;
8547 toggle
[all...]

Completed in 146 milliseconds