HomeSort by relevance Sort by last modified time
    Searched refs:speed (Results 1 - 25 of 258) sorted by null

1 2 3 4 5 6 7 8 91011

  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
cfsetispeed.c 39 * sets the input baud rate stored in c_cflag to speed
43 cfsetispeed(struct termios *termios_p, speed_t speed)
46 * If the input speed is zero, set it to output speed
48 if (speed == 0) {
49 speed = termios_p->c_cflag & CBAUD;
51 speed += (CBAUD + 1);
54 if ((speed << 16) > CIBAUD) {
56 speed -= ((CIBAUD >> 16) + 1);
60 (termios_p->c_cflag & ~CIBAUD) | ((speed << 16) & CIBAUD)
    [all...]
cfsetospeed.c 39 * sets the output baud rate stored in c_cflag to speed
43 cfsetospeed(struct termios *termios_p, speed_t speed)
45 if (speed > CBAUD) {
47 speed -= (CBAUD + 1);
52 (termios_p->c_cflag & ~CBAUD) | (speed & CBAUD);
  /onnv/onnv-gate/usr/src/ucbcmd/stty/
stty.h 40 int speed; member in struct:speeds
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
baudrate.c 47 speed_t speed; member in struct:__anon4353
72 * Return the output speed of the terminal. The number returned is in
87 for (i = 0; speeds[i].speed != (speed_t) -1; ++i)
88 if (speeds[i].speed == value)
  /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
baudrate.c 52 speed_t speed; member in struct:__anon4366
77 * Return the output speed of the terminal. The number returned is in
88 for (i = 0; speeds[i].speed != (speed_t) -1; ++i)
89 if (speeds[i].speed == value)
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
posix_tty.c 39 * return the output speed from the struct
50 * set the speed in the struct
53 cfsetospeed(struct termios *termios_p, speed_t speed)
55 if (speed > (2*CBAUD + 1)) {
59 if (speed > CBAUD) {
61 speed -= (CBAUD + 1);
66 (termios_p->c_cflag & ~CBAUD) | (speed & CBAUD);
71 * return the input speed from the struct
83 * set the input speed in the struct
86 cfsetispeed(struct termios *termios_p, speed_t speed)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cdrw/
toshiba.h 42 int toshiba_speed_ctrl(cd_device *dev, int cmd, int speed);
toshiba.c 110 toshiba_speed_ctrl(cd_device *dev, int cmd, int speed)
128 "Cannot set speed on this device.\n"));
131 if (speed == 32) {
136 if ((speed != 1) && (speed != 2) && (speed != 4) &&
137 (speed != 12)) {
140 "%dx speed is not supported by the device.\n"));
168 mpage[14] = rev_speed_tbl[speed];
  /onnv/onnv-gate/usr/src/cmd/powertop/common/
cpufreq.c 47 #define HZ2MHZ(speed) ((speed) / MICROSEC)
75 ":::cpu-change-speed"
83 ":::cpu-change-speed"
103 ":::cpu-change-speed"
112 ":::cpu-change-speed"
157 * Perform setup necessary to enumerate and track CPU speed changes
208 state->speed = HZ2MHZ(atoll(token));
210 if (state->speed > max_cpufreq)
211 max_cpufreq = state->speed;
342 uint64_t speed; local
443 uint64_t speed; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bnu/
dial.c 60 * int speed; 212A modem: low=300, high=1200
61 * negative for "Any" speed
86 * DV_NT_E -12: requested speed does not match
171 char speed[10]; /* character value of speed passed to dial */ local
191 if (call.speed <= 0)
192 strcpy(speed,"Any");
194 sprintf(speed,"%d",call.speed);
205 alt[F_CLASS] = speed;
    [all...]
dial.h 63 #define DV_NT_E (-12) /* requested speed does not match */
69 int speed; /* 212A modem: low=300, high=1200 */ member in struct:__anon47
line.c 105 * set speed/echo/mode...
107 * spwant -> speed
110 * if spwant == 0, speed is untouched
124 int speed = -1; local
144 speed = ps->sp_name;
147 if (speed < 0)
148 DEBUG(5, "speed (%d) not supported\n", spwant);
149 ASSERT(speed >= 0, "BAD SPEED", "", spwant);
151 cfsetospeed(&ttbufs, speed);
400 int speed = -1; local
491 int speed = -1; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/dial/
dial.c 62 * int speed; 212A modem: low=300, high=1200
63 * negative for "Any" speed
88 * DV_NT_E -12: requested speed does not match
161 char speed[10]; /* character value of speed passed to dial */ local
181 if (call.speed <= 0)
182 (void) strcpy(speed, "Any");
184 (void) sprintf(speed, "%d", call.speed);
195 alt[F_CLASS] = speed;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/lib/printers/
putprinter.c 95 register char * speed; local
211 * the ".speed" member if the ".speed" member isn't already
213 * move any value from the ".speed" member to the stty list.
217 if (prbufp->speed)
218 speed = Strdup(prbufp->speed);
220 speed = 0;
244 * If "prbufp->speed" isn't set, then
245 * use the speed we just found. Don'
    [all...]
freeprinter.c 72 if (pp->speed)
73 Free (pp->speed);
  /onnv/onnv-gate/usr/src/cmd/tip/aculib/
df.c 46 int speed = 0; local
66 speed = cfgetospeed(&buf);
87 if (df03 && speed) {
90 (void) cfsetospeed(&buf, speed);
  /onnv/onnv-gate/usr/src/uts/common/io/usb/hcd/
README 32 overheads used for both full and high speed host controller drivers. This
41 2.Full speed bus
43 The following overheads, formulas and scheme are applicable both to full speed
44 host controllers and also to high speed hub Transaction Translators (TT),
45 which perform full/low speed transactions.
59 1 full speed bit time 83.54 ns
71 Low-speed overhead 64060 ns 97 bytes
77 Low-Speed clock* Slower than Full speed 8
90 1.Hub specific low speed overhea
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/nge/
nge_ndd.c 34 static char transfer_speed_propname[] = "transfer-speed";
35 static char speed_propname[] = "speed";
112 int speed; local
122 * The link speed may be forced to 10, 100 or 1000 Mbps using
123 * the property "transfer-speed". This may be done in OBP by
124 * using the command "apply transfer-speed=<speed> <device>".
125 * The speed may be 10, 100 or 1000 - any other value will be
127 * restricts it to the speed specified by the property.
132 speed = NGE_PROP_GET_INT(dip, transfer_speed_propname)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
ports.c 83 int speed, fd; local
88 if (pp->speed == NULL || (speed = atoi(pp->speed)) <= 0)
89 speed = -1;
92 call.speed = speed;
112 * in ".speed", if the printer port is dialed. Thus
  /onnv/onnv-gate/usr/src/lib/libdladm/common/
libdlether.c 104 * Get the speed-duplex stats specified in the ether_spdx_t table passed in
112 uint32_t speed; local
120 KSTAT_DATA_UINT32, &speed)) != DLADM_STATUS_OK) {
134 if (speed == 0)
189 * For a given param type, parse the list of speed-duplex pairs in
191 * as <speed><speed-unit-char>-<duplex-chars> where <speed> is the value of
192 * speed, in units specifid by the <speed-unit-char> which is on
203 int speed; local
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/des/
makefile.bc 19 all: $(LIB) destest.exe rpw.exe des.exe speed.exe
47 speed.exe: speed.obj libdes.lib
  /onnv/onnv-gate/usr/src/cmd/tip/
cu.c 31 "usage: cu telno [-t] [-s speed] [-a acu] [-l line] [-#]\n");
57 if (speed(atoi(argv[2])) == 0) {
59 "cu: unsupported speed %s\n",
113 ttysetup(speed(BR));
121 ttysetup(speed(BR));
  /onnv/onnv-gate/usr/src/uts/common/io/chxge/com/
xpak.c 62 static int xpak_get_link_status(struct cphy *cphy, int *link_ok, int *speed,
67 if (speed)
68 *speed = SPEED_10000;
  /onnv/onnv-gate/usr/src/head/
dial.h 65 #define DV_NT_E (-12) /* requested speed does not match */
71 int speed; /* 212A modem: low=300, high=1200 */ member in struct:__anon2588
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
sis900.c 83 static void sis900_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex);
84 static void amd79c901_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex);
85 static void ics1893_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex);
86 static void rtl8201_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex);
87 static void vt6103_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex);
93 void (*read_mode) (struct nic *nic, int phy_addr, int *speed, int *duplex);
798 int speed, duplex; local
801 mii.chip_info->read_mode(nic, cur_phy, &speed, &duplex);
812 if (speed == HW_SPEED_HOME || speed == HW_SPEED_10_MBPS)
    [all...]

Completed in 480 milliseconds

1 2 3 4 5 6 7 8 91011