Searched defs:speed (Results 76 - 100 of 102) sorted by relevance

12345

/macosx-10.10/remote_cmds-47/rlogind.tproj/
H A Drlogind.c692 char *speed; local
/macosx-10.10/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c831 int speed; member in struct:termspeeds
[all...]
/macosx-10.10/sudo-73/src/
H A Dsudoreplay.c242 double seconds, to_wait, speed = 1.0, max_wait = 0; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_sfb.c312 u_int64_t speed; /* uplink speed */ member in struct:sfb_time_tbl
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c669 int speed; member in struct:termspeeds
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp1121 SInt32 IOFWIPBusInterface::txARP(mbuf_t m, UInt16 nodeID, UInt32 busGeneration, IOFWSpeed speed) argument
1410 SInt32 IOFWIPBusInterface::txUnicastIP(mbuf_t m, UInt16 nodeID, UInt32 busGeneration, UInt16 ownMaxPayload, IOFWSpeed speed, const UInt16 type) argument
1485 SInt32 IOFWIPBusInterface::txIP(mbuf_t m, UInt16 nodeID, UInt32 busGeneration, UInt16 ownMaxPayload, UInt16 maxBroadcastPayload, IOFWSpeed speed, UInt16 type) argument
1197 txBroadcastIP(const mbuf_t m, UInt16 nodeID, UInt32 busGeneration, UInt16 ownMaxPayload, UInt16 maxBroadcastPayload, IOFWSpeed speed, const UInt16 type, UInt32 channel) argument
1656 rxUnicast( void *refcon, UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 len, const void *buf, IOFWRequestRefCon requestRefcon) argument
1897 createAsyncStreamRxClient(UInt8 speed, UInt32 channel, MCB *mcb) argument
[all...]
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2Login.cpp1609 UInt32 IOFireWireSBP2Login::statusBlockWriteStatic(void *refcon, UInt16 nodeID, IOFWSpeed &speed, argument
1615 UInt32 IOFireWireSBP2Login::statusBlockWrite( UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 len, argument
2293 UInt32 IOFireWireSBP2Login::reconnectStatusBlockWriteStatic(void *refcon, UInt16 nodeID, IOFWSpeed &speed, argument
2300 UInt32 IOFireWireSBP2Login::reconnectStatusBlockWrite( UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, argument
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dlinux_usbfs.c858 int fd, speed; local
882 usbi_warn(DEVICE_CTX(dev), "Unknown device speed: %d Mbps", speed); local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Ddframe.el
H A Dspeedbar.el[all...]
H A Dcompletion.el
H A Disearch.el
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dcl.el
H A Dcl-macs.el
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixChan.c1223 * Given a speed mask value from a termios, termio, or sgttyb structure, argument
1068 static struct {int baud; unsigned long speed;} speeds[] = { member in struct:__anon12776
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixChan.c1225 static struct {int baud; unsigned long speed;} speeds[] = { member in struct:__anon12827
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dtty.c2747 ttspeedtab(int speed, struct speedtab *table) argument
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireUserClient.cpp3553 isochChannel_AllocateChannelBegin( UserObjectHandle channelRef, UInt32 speed, UInt32 chansHi, UInt32 chansLo, UInt32 * outSpeed, UInt32 * outChannel ) argument
H A DIOFireWireController.cpp4640 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...]
/macosx-10.10/modemccl-25.1/CCLEngine/
H A DCCLEngine.c2802 u_int32_t speed; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-search.el
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_bond.c3287 int speed; local
3453 int speed; local
[all...]
H A Ddlil.c731 u_int64_t speed; /* downlink speed */ member in struct:rxpoll_time_tbl
/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c2566 void vc_progress_setdiskspeed(uint32_t speed) argument
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c1134 uint32_t speed; local

Completed in 673 milliseconds

12345