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

/opensolaris-onvv-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mii.h259 uint16_t toggle:1; member in struct:_mii_nptxr::__anon8549
263 uint16_t toggle:1;
283 uint16_t toggle:1; member in struct:_mii_lprxnpr::__anon8550
287 uint16_t toggle:1;
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c971 /* get data toggle information for this endpoint */
975 uchar_t toggle; local
983 toggle = (uchar_t)(ph_impl->usba_ph_flags & USBA_PH_DATA_TOGGLE);
987 return (toggle);
991 /* set data toggle information for this endpoint */
994 uchar_t toggle)
1004 ph_impl->usba_ph_flags |= (USBA_PH_DATA_TOGGLE & toggle);
993 usba_hcdi_set_data_toggle(usba_device_t *usba_device, uint8_t ep_addr, uchar_t toggle) argument
/opensolaris-onvv-gate/usr/src/lib/print/mod_ipp/
H A Dmod_ipp.c402 ipp_operation(cmd_parms *cmd, void *cfg, char *op, char *toggle) argument
407 status = ipp_configure_operation(&config->operations, op, toggle);
/opensolaris-onvv-gate/usr/src/stand/lib/inet/
H A Dipv4.c544 ipv4_setpromiscuous(int toggle) argument
548 promiscuous = toggle;
/opensolaris-onvv-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...]
/opensolaris-onvv-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...]

Completed in 123 milliseconds