Searched refs:speed (Results 26 - 50 of 67) sorted by relevance

123

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dusb.h178 /* Device speed. */
179 grub_usb_speed_t speed;
177 grub_usb_speed_t speed; member in struct:grub_usb_device
/osnet-11/usr/src/lib/libsqlite/
H A Dmain.mk378 speed.html: $(TOP)/www/speed.tcl
379 tclsh $(TOP)/www/speed.tcl >speed.html
424 speed.html \
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c740 int speed; local
742 speed = PCI_FREQ_66;
744 speed = PCI_FREQ_100;
746 speed = PCI_FREQ_133;
747 *speed_at = speed;
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Duhci.c459 grub_uint32_t data, grub_usb_speed_t speed)
485 ((speed == GRUB_USB_SPEED_LOW) ? (1 << 26) : 0);
542 transfer->dev->speed);
456 grub_uhci_transaction(struct grub_uhci *u, unsigned int endp, grub_transfer_type_t type, unsigned int addr, unsigned int toggle, grub_size_t size, grub_uint32_t data, grub_usb_speed_t speed) argument
H A Dohci.c692 /* Set the device speed. */
693 target |= (transfer->dev->speed == GRUB_USB_SPEED_LOW) << 13;
799 /* Note: It could be simpler if speed, format and max. packet
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c244 u32 speed; member in struct:tlan_private
1568 if (priv->speed == TLAN_SPEED_10 &&
1571 } else if (priv->speed == TLAN_SPEED_10 &&
1575 } else if (priv->speed == TLAN_SPEED_100 &&
1578 } else if (priv->speed == TLAN_SPEED_100 &&
1627 if (priv->speed == TLAN_SPEED_100) {
H A Dns83820.c421 int speed, fullduplex, newlinkstate; local
463 speed = 4; /* 1000F */
475 speed = ((cfg / CFG_SPDSTS0) & 3);
495 speeds[speed], fullduplex ? "full" : "half");
H A De1000.c109 static void e1000_get_speed_and_duplex(struct e1000_hw *hw, uint16_t *speed, uint16_t *duplex);
1431 /* Adjust VCO speed to improve BER performance */
1536 * Detects which PHY is present and the speed and duplex
1551 /* With 82543, we need to force speed and duplex on the MAC equal to what
1552 * the PHY speed and duplex configuration is. In addition, we need to
1788 * the user should have provided a speed/duplex override. If so, then
1851 * 1) Set up the MAC to the current PHY speed/duplex
1918 /* First we clear all the 10/100 mb speed bits in the Auto-Neg
1919 * Advertisement Register (Address 4) and the 1000 mb speed bits in
2032 * Link should have been established previously. Reads the speed an
2204 uint16_t speed; local
2598 e1000_get_speed_and_duplex(struct e1000_hw *hw, uint16_t *speed, uint16_t *duplex) argument
[all...]
/osnet-11/usr/src/lib/libnsl/dial/
H A Duucp.h290 char *speed; /* transmission baud rate */ member in struct:call
301 #define F_CLASS 3 /* an optional prefix and the speed */
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c1561 unsigned speed = 9600; local
1579 speed = grub_strtoul (ptr, &ptr, 0);
1586 serial.speed = speed;
1665 serial.speed = 9600;
1684 serial.speed = grub_strtoul (ptr, &ptr, 0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs729 cfsetispeed(termios_ref, speed)
731 speed_t speed
734 cfsetospeed(termios_ref, speed)
736 speed_t speed
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDigest.pm261 =head1 Digest speed
263 This table should give some indication on the relative speed of
H A Dbigrat.pm184 Math::BigInt::Lite (for speed, and only if it is loadable)
H A DBenchmark.pm219 This chart is sorted from slowest to fastest, and shows the percent speed
257 calculate the speed of CODE before running it for TIME. The actual
288 seconds. Note though that the speed computations are still conducted
H A DAutoLoader.pm312 startup speed disadvantage in the one-time parsing of the lines after
H A Dbigint.pm350 Math::BigInt::Lite (for speed, and only if it is loadable)
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dserial.c42 {"speed", 's', 0, N_("Set the serial port speed."), 0, ARG_TYPE_INT},
193 config.speed = grub_strtoul (state[2].arg, 0, 0);
/osnet-11/usr/src/lib/storage/liba5k/common/hdrs/
H A Da5k.h329 speed : 3; member in struct:fan_element_status
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c711 * Fetch values for current lane and speed properties
2481 int speed; local
2483 speed = PCI_FREQ_66;
2485 speed = PCI_FREQ_100;
2487 speed = PCI_FREQ_133;
2488 *speed_at = speed;
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c343 * and speed (in that order), which matches the documented default policy for
952 dladm_wlan_speed2str(dladm_wlan_speed_t *speed, char *buf) argument
954 (void) snprintf(buf, DLADM_STRSIZE, "%.*f", *speed % 2,
955 (float)(*speed) / 2);
1047 dladm_wlan_str2speed(const char *str, dladm_wlan_speed_t *speed) argument
1049 *speed = (dladm_wlan_speed_t)(atof(str) * 2);
/osnet-11/usr/src/lib/librstp/common/
H A Dstp_in.c505 int /* call it, when port speed has been changed, speed in Kb/s */
506 STP_IN_changed_port_speed (int port_index, long speed) argument
517 port->operSpeed = speed;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm268 For the sake of speed and efficiency, most of the encodings are now
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm503 The heart of Storable is written in C for decent speed. Extra low-level
505 sacrifice encapsulation for the benefit of greater speed.
856 speed of storing -- the exact penalty will depend on the complexity of
918 different architectures are incompatible. This is done for increased speed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm192 To considerably speed up the initial CPAN shell startup, it is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm361 There is no significant speed gain between compile time and run time

Completed in 2317 milliseconds

123