Searched refs:speed (Results 51 - 75 of 198) sorted by relevance

12345678

/macosx-10.10.1/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFireWireIPCommand.h237 int speed,
249 int speed,
/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkMedium.h55 speed supported by the medium in bits per second.
290 @param speed The maximum (or the only) link speed supported over this
306 UInt64 speed,
315 @param speed The maximum (or the only) link speed supported over this
331 UInt64 speed,
343 @result Returns the maximum link speed supported by this medium.
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_heath.c184 static int speed[] = {B1200, B2400, B4800, B9600}; variable
225 if (!(fd = refclock_open(device, speed[peer->ttl & 0x3],
H A Dntp_refclock.c738 u_int speed, /* serial port speed (code) */
761 if (!refclock_setup(fd, speed, lflags)) {
778 u_int speed, /* serial port speed (code) */
790 * (line-oriented) mode at specified line speed, 8 bits and no
809 * Set canonical mode and local connection; set specified speed,
812 if (speed) {
822 cfsetispeed(&ttyb, speed);
823 cfsetospeed(&ttyb, speed);
736 refclock_open( char *dev, u_int speed, u_int lflags ) argument
776 refclock_setup( int fd, u_int speed, u_int lflags ) argument
[all...]
/macosx-10.10.1/vim-55/runtime/plugin/
H A Dtohtml.vim10 " with option not to restore for speed increase
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWIsochChannel.h70 IOFWSpeed fSpeed; // Actual speed used
112 IOReturn allocateChannelBegin( IOFWSpeed speed, UInt64 allowedChans, UInt32 * channel = NULL ) ;
H A DIOFireWireUnit.h155 void setMaxSpeed( IOFWSpeed speed );
H A DIOFWAddressSpace.cpp362 UInt32 IOFWAddressSpace::doLock(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 inLen, argument
376 ret = doRead(nodeID, speed, addr, size*4, &desc, &offset, refcon);
389 ret = doWrite(nodeID, speed, addr, size*4, newVal+size, refcon);
H A DIOFireWireController.cpp1077 // Get max speed
2027 // Invalidate current topology and speed map
2571 FWKLOG(( "IOFireWireController::startBusScan node %lx speed was %lx\n",(UInt32)nodeID,(UInt32)FWSpeed( nodeID ) ));
2578 // If current speed to node is masked (ie speedchecking necessary), set to s100.
2583 // else, do not change current speed to node, which is concurrent with
2702 // Check if command timed out and we haven't increased the retries for this speed
2740 FWKLOG(( "IOFireWireController::readDeviceROM speedcheck %lx ; speed %lx\n", (UInt32)scan->speedChecking, (UInt32)FWSpeed( scan->fAddr.nodeID ) ));
2745 FWKLOG(( "IOFireWireController::readDeviceROM reseting speed for node %lx from local %lx\n", (UInt32)scan->fAddr.nodeID, (UInt32)fLocalNodeID));
2755 // Retry command at slower speed
2760 // Reset to run Naughty Camera check on first try of QRead at next speed
4640 asyncRead( UInt32 generation, UInt16 nodeID, UInt16 addrHi, UInt32 addrLo, int speed, int label, int size, IOFWAsyncCommand * cmd) argument
4665 asyncRead( UInt32 generation, UInt16 nodeID, UInt16 addrHi, UInt32 addrLo, int speed, int label, int size, IOFWAsyncCommand * cmd, IOFWReadFlags flags ) argument
4747 asyncWrite( UInt32 generation, UInt16 nodeID, UInt16 addrHi, UInt32 addrLo, int speed, int label, void * data, int size, IOFWAsyncCommand * cmd) argument
4765 asyncWrite( UInt32 generation, UInt16 nodeID, UInt16 addrHi, UInt32 addrLo, int speed, int label, IOMemoryDescriptor * buf, IOByteCount offset, int size, IOFWAsyncCommand * cmd ) argument
4793 asyncWrite( UInt32 generation, UInt16 nodeID, UInt16 addrHi, UInt32 addrLo, int speed, int label, IOMemoryDescriptor * buf, IOByteCount offset, int size, IOFWAsyncCommand * cmd, IOFWWriteFlags flags ) argument
4909 asyncLock( UInt32 generation, UInt16 nodeID, UInt16 addrHi, UInt32 addrLo, int speed, int label, int type, void * data, int size, IOFWAsyncCommand * cmd ) argument
4928 asyncLock( UInt32 generation, UInt16 nodeID, UInt16 addrHi, UInt32 addrLo, int speed, int label, int type, IOMemoryDescriptor * buf, IOByteCount offset, int size, IOFWAsyncCommand * cmd ) argument
5036 asyncStreamWrite(UInt32 generation, int speed, int tag, int sync, int channel, IOMemoryDescriptor *buf, IOByteCount offset, int size, IOFWAsyncStreamCommand *cmd) argument
5059 createAsyncStreamCommand( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor *hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void *refcon) argument
5066 createAsyncStreamCommand( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor *hostMem, UInt32 size, int speed,FWAsyncStreamCallback completion, void *refcon, bool failOnReset) argument
5759 processWriteRequest(UInt16 sourceID, UInt32 tLabel, UInt32 *hdr, void *buf, int len, IOFWSpeed speed) argument
5823 processLockRequest(UInt16 sourceID, UInt32 tLabel, UInt32 *hdr, void *buf, int len, IOFWSpeed speed) argument
5852 doReadSpace(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 len, IOMemoryDescriptor **buf, IOByteCount * offset, IODMACommand **dma_command, IOFWRequestRefCon refcon) argument
5885 doWriteSpace(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 len, const void *buf, IOFWRequestRefCon refcon) argument
5903 doLockSpace(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 inLen, const UInt32 *newVal, UInt32 &outLen, UInt32 *oldVal, UInt32 type, IOFWRequestRefCon refcon) argument
5987 asyncReadResponse( UInt32 generation, UInt16 nodeID, int speed, IOMemoryDescriptor * buf, IOByteCount offset, int size, IOFWRequestRefCon refcon ) argument
6039 asyncLockResponse( UInt32 generation, UInt16 nodeID, int speed, IOMemoryDescriptor * buf, IOByteCount offset, int size, IOFWRequestRefCon refcon ) argument
[all...]
H A DIOFWCommand.h391 PHY speed, bus info block and the bus topology.
403 void setMaxSpeed( int speed );
420 void setResponseSpeed( int speed )
421 { fMembers->fResponseSpeed = speed; };
818 int speed,
830 int speed,
861 int speed,
874 int speed,
H A DIOFWIsochChannel.cpp523 // get best speed and find supported channels
531 IOFWSpeed speed; local
533 // Find minimum of requested speed and paths from talker to each listener
534 // Reduce speed to minimum of what all ports can do, find supported channels
536 speed = fPrefSpeed;
539 // get supported channels and max speed from talker
546 if( portSpeed < speed )
548 speed = portSpeed;
554 // get supported channels and max speed from all listeners
563 if( portSpeed < speed )
[all...]
H A DIOFWDCLTranslator.cpp499 IOReturn IODCLTranslator::allocateHW(IOFWSpeed speed, UInt32 chan) argument
503 return fHWProgram->allocateHW(speed, chan);
636 IOReturn IODCLTranslateTalk::compile(IOFWSpeed speed, UInt32 chan) argument
683 return fHWProgram->compile(speed, chan);
700 IOReturn IODCLTranslateListen::compile(IOFWSpeed speed, UInt32 chan) argument
747 return fHWProgram->compile(speed, chan);
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCTargetSpace.h51 IOFWSpeed &speed,
183 virtual UInt32 doWrite(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 len,
281 IOFWSpeed speed,
H A DIOFireWirePCRSpace.h78 virtual UInt32 doWrite(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 len,
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIsochPort.h59 virtual IOReturn AllocatePort( IOFWSpeed speed, UInt32 chan ) ;
98 IOFWSpeed speed,
132 IOFWSpeed speed,
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dmeter.c139 double frac, cycle_length, speed, now; local
167 speed = cycle_length > 0.0 ?
176 speed);
295 /* speed */
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCAAnimationRemote.h62 virtual float speed() const override;
256 , speed(1)
277 float speed; member in struct:WebKit::final::Properties
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_ratelimit.c36 int speed; member in struct:rl_ctx_t
104 ctx->speed = ratelimit;
107 /* speed is bytes / second, so, how many (speed / 1000 % interval) */
108 ctx->chunk_size = (ctx->speed / (1000 / RATE_INTERVAL_MS));
123 /* Find where we 'stop' going full speed. */
150 "rl: full speed brigade pass failed.");
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c498 * tty_tspeed(val) Set transmit speed to val.
499 * tty_rspeed(val) Set receive speed to val.
831 int speed; member in struct:termspeeds
874 for (tp = termspeeds; (tp->speed != -1) && (val > tp->speed); tp++)
876 if (tp->speed == -1) /* back up to last valid value */
890 for (tp = termspeeds; (tp->speed != -1) && (val > tp->speed); tp++)
892 if (tp->speed == -1) /* back up to last valid value */
925 * terminal speed
[all...]
/macosx-10.10.1/remote_cmds-47/rlogind.tproj/
H A Drlogind.c56 * terminal_type/speed\0
692 char *speed; local
699 speed = cp;
700 cp = index(speed, '/');
703 cfsetspeed(&tt, atoi(speed));
713 speed = cp;
714 cp = index(speed, '/');
718 cfsetspeed(&tt, atoi(speed));
/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dtset.c284 int speed; /* Baud rate to compare against. */ member in struct:map
291 int speed; member in struct:speeds
371 return (sp->speed);
449 mapp->speed = tbaudrate(p);
490 (void) printf("\nspeed: %d\n", mapp->speed);
512 match = (ospeed == mapp->speed);
515 match = (ospeed >= mapp->speed);
518 match = (ospeed > mapp->speed);
521 match = (ospeed <= mapp->speed);
524 match = (ospeed < mapp->speed);
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp76 UInt32 speed; member in struct:MediumTable
1976 medium = IONetworkMedium::medium(mediumTable[i].type, mediumTable[i].speed);
2513 // Desc: Notification from the control driver of the link speed
2518 UInt32 speed; local
2525 //IOEthernetController does not handle asymmetric speeds. So pick the min speed as worst case scenario for traffic shaping.
2526 speed = min(fDownSpeed,fUpSpeed);
2528 if ((fLinkStatus != kLinkUp) && (speed != 0))
2550 UInt64 speed; local
2568 // We'll default to FDX and use the higher speed
2573 speed
[all...]
/macosx-10.10.1/CPANInternal-159.1/Sub-Identify-0.04/lib/Sub/
H A DIdentify.pm81 by the speed.)
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Geolocation/
H A DWebGeolocationManager.cpp97 RefPtr<GeolocationPosition> position = GeolocationPosition::create(data.timestamp, data.latitude, data.longitude, data.accuracy, data.canProvideAltitude, data.altitude, data.canProvideAltitudeAccuracy, data.altitudeAccuracy, data.canProvideHeading, data.heading, data.canProvideSpeed, data.speed);
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dsubr.c540 int speed; member in struct:speedtab
568 speed(int val) function
575 for (sp = speedtab; sp->speed; sp++)
576 if (sp->speed == val)
608 * This speed select mechanism is written for the Develcon DATASWITCH.
609 * The Develcon sends a string of the form "B{speed}\n" at a predefined
610 * baud rate. This string indicates the user's actual speed.
611 * The routine below returns the terminal type mapped from derived speed.
660 * This auto-baud speed select mechanism is written for the Micom 600

Completed in 276 milliseconds

12345678