| | |
| a0( ) | return the contents of register `a0' (also `a1' - `a7') (MC680x0) |
| abort( ) | cause abnormal program termination (ANSI) |
| abs( ) | compute the absolute value of an integer (ANSI) |
| accept( ) | accept a connection from a socket |
| acos( ) | compute an arc cosine (ANSI) |
| acos( ) | compute an arc cosine (ANSI) |
| acosf( ) | compute an arc cosine (ANSI) |
| aic7880CtrlCreate( ) | create a control structure for the AIC 7880 |
| aic7880dFifoThresholdSet( ) | set the data FIFO threshold. |
| aic7880EnableFast20( ) | enable double speed SCSI data transfers |
| aic7880GetNumOfBuses( ) | perform a PCI bus scan |
| aic7880ReadConfig( ) | read from PCI config space |
| aic7880ScbCompleted( ) | successfully completed execution of a client thread |
| aic7880WriteConfig( ) | read to PCI config space |
| aioPxLibInit( ) | initialize the asynchronous I/O (AIO) library |
| aioShow( ) | show AIO requests |
| aioSysInit( ) | initialize the AIO system driver |
| aio_error( ) | retrieve error status of asynchronous I/O operation (POSIX) |
| aio_read( ) | initiate an asynchronous read (POSIX) |
| aio_return( ) | retrieve return status of asynchronous I/O operation (POSIX) |
| aio_suspend( ) | wait for asynchronous I/O request(s) (POSIX) |
| aio_write( ) | initiate an asynchronous write (POSIX) |
| alarm( ) | set an alarm clock for delivery of a signal |
| ambaDevInit( ) | initialise an AMBA channel |
| ambaIntRx( ) | handle a receiver interrupt |
| ambaIntTx( ) | handle a transmitter interrupt |
| arpAdd( ) | create or modify an ARP table entry |
| arpDelete( ) | remove an ARP table entry |
| arpFlush( ) | flush all entries in the system ARP table |
| arpResolve( ) | resolve a hardware address for a specified Internet address |
| arpShow( ) | display entries in the system ARP table |
| arptabShow( ) | display the known ARP entries |
| asctime( ) | convert broken-down time into a string (ANSI) |
| asctime_r( ) | convert broken-down time into a string (POSIX) |
| asin( ) | compute an arc sine (ANSI) |
| asin( ) | compute an arc sine (ANSI) |
| asinf( ) | compute an arc sine (ANSI) |
| assert( ) | put diagnostics into programs (ANSI) |
| ataDevCreate( ) | create a device for a ATA/IDE disk |
| ataDriveInit( ) | initialize ATA drive |
| ataDrv( ) | initialize the ATA driver |
| atan( ) | compute an arc tangent (ANSI) |
| atan( ) | compute an arc tangent (ANSI) |
| atan2( ) | compute the arc tangent of y/x (ANSI) |
| atan2( ) | compute the arc tangent of y/x (ANSI) |
| atan2f( ) | compute the arc tangent of y/x (ANSI) |
| atanf( ) | compute an arc tangent (ANSI) |
| ataRawio( ) | do raw I/O access |
| ataShow( ) | show the ATA/IDE disk parameters |
| ataShowInit( ) | initialize the ATA/IDE disk driver show routine |
| atexit( ) | call a function at program termination (Unimplemented) (ANSI) |
| atof( ) | convert a string to a `double' (ANSI) |
| atoi( ) | convert a string to an `int' (ANSI) |
| atol( ) | convert a string to a `long' (ANSI) |
| attrib( ) | modify MS-DOS file attributes on a file or directory |
| auDump( ) | display device status |
| auEndLoad( ) | initialize the driver and device |
| auInitParse( ) | parse the initialization string |
| | |
| b( ) | set or display breakpoints |
| bcm1250MacEndLoad( ) | initialize the driver and device |
| bcm1250MacEthMiiWrite( ) | write to phy register |
| bcm1250MacPhyShow( ) | display phy register values |
| bcm1250MacRxDmaShow( ) | display RX DMA register values |
| bcm1250MacShow( ) | display mac register values |
| bcm1250MacTxDmaShow( ) | display TX DMA register values |
| bcmp( ) | compare one buffer to another |
| bcopy( ) | copy one buffer to another |
| bcopyBytes( ) | copy one buffer to another one byte at a time |
| bcopyLongs( ) | copy one buffer to another one long word at a time |
| bcopyWords( ) | copy one buffer to another one word at a time |
| bd( ) | delete a breakpoint |
| bdall( ) | delete all breakpoints |
| bfill( ) | fill a buffer with a specified character |
| bfillBytes( ) | fill buffer with a specified character one byte at a time |
| bh( ) | set a hardware breakpoint |
| bind( ) | bind a name to a socket |
| bindresvport( ) | bind a socket to a privileged IP port |
| binvert( ) | invert the order of bytes in a buffer |
| bootBpAnchorExtract( ) | extract a backplane address from a device field |
| bootChange( ) | change the boot line |
| bootLeaseExtract( ) | extract the lease information from an Internet address |
| bootNetmaskExtract( ) | extract the net mask field from an Internet address |
| bootParamsPrompt( ) | prompt for boot line parameters |
| bootParamsShow( ) | display boot line parameters |
| bootpLibInit( ) | BOOTP client library initialization |
| bootpLibMultiInit( ) | BOOTP client multi-interface library initialization |
| bootpMsgGet( ) | send a BOOTP request message and retrieve reply |
| bootpParamsGet( ) | retrieve boot parameters using BOOTP |
| bootStringToStruct( ) | interpret the boot parameters from the boot line |
| bootStructToString( ) | construct a boot line |
| bpfDevCreate( ) | create Berkeley Packet Filter device |
| bpfDevDelete( ) | destroy Berkeley Packet Filter device |
| bpfDrv( ) | initialize the BPF driver |
| bsearch( ) | perform a binary search (ANSI) |
| bswap( ) | swap buffers |
| bzero( ) | zero out a buffer |
| | |
| c( ) | continue from a breakpoint |
| cache4kcLibInit( ) | initialize the 4kc cache library |
| cacheArchClearEntry( ) | clear an entry from a cache (68K, x86) |
| cacheArchLibInit( ) | initialize the cache library |
| cacheAuLibInit( ) | initialize the Au cache library |
| cacheClear( ) | clear all or some entries from a cache |
| cacheDisable( ) | disable the specified cache |
| cacheDmaFree( ) | free the buffer acquired with cacheDmaMalloc() |
| cacheDmaMalloc( ) | allocate a cache-safe buffer for DMA devices and drivers |
| cacheDrvFlush( ) | flush the data cache for drivers |
| cacheDrvInvalidate( ) | invalidate data cache for drivers |
| cacheDrvPhysToVirt( ) | translate a physical address for drivers |
| cacheDrvVirtToPhys( ) | translate a virtual address for drivers |
| cacheEnable( ) | enable the specified cache |
| cacheFlush( ) | flush all or some of a specified cache |
| cacheInvalidate( ) | invalidate all or some of a specified cache |
| cacheLibInit( ) | initialize the cache library for a processor architecture |
| cacheLock( ) | lock all or part of a specified cache |
| cachePipeFlush( ) | flush processor write buffers to memory |
| cacheR3kLibInit( ) | initialize the R3000 cache library |
| cacheR4kLibInit( ) | initialize the R4000 cache library |
| cacheR5kLibInit( ) | initialize the R5000 cache library |
| cacheR7kLibInit( ) | initialize the R7000 cache library |
| cacheR10kLibInit( ) | initialize the R10000 cache library |
| cacheR32kLibInit( ) | initialize the RC32364 cache library |
| cacheR32kMalloc( ) | allocate a cache-safe buffer, if possible |
| cacheR33kLibInit( ) | initialize the R33000 cache library |
| cacheR333x0LibInit( ) | initialize the R333x0 cache library |
| cacheSh7040LibInit( ) | initialize the SH7040 cache library |
| cacheSh7604LibInit( ) | initialize the SH7604/SH7615 cache library |
| cacheSh7622LibInit( ) | initialize the SH7622 cache library |
| cacheSh7700LibInit( ) | initialize the SH7700 cache library |
| cacheSh7729LibInit( ) | initialize the SH7729 cache library |
| cacheSh7750LibInit( ) | initialize the SH7750 cache library |
| cacheStoreBufDisable( ) | disable the store buffer (MC68060 only) |
| cacheStoreBufEnable( ) | enable the store buffer (MC68060 only) |
| cacheTextUpdate( ) | synchronize the instruction and data caches |
| cacheTx49LibInit( ) | initialize the Tx49 cache library |
| cacheUnlock( ) | unlock all or part of a specified cache |
| calloc( ) | allocate space for an array (ANSI) |
| cbioBlkCopy( ) | block to block (sector to sector) tranfer routine |
| cbioBlkRW( ) | transfer blocks to or from memory |
| cbioBytesRW( ) | transfer bytes to or from memory |
| cbioDevCreate( ) | Initialize a CBIO device (Generic) |
| cbioDevVerify( ) | verify CBIO_DEV_ID |
| cbioIoctl( ) | perform ioctl operation on device |
| cbioLibInit( ) | Initialize CBIO Library |
| cbioLock( ) | obtain CBIO device semaphore. |
| cbioModeGet( ) | return the mode setting for CBIO device |
| cbioModeSet( ) | set mode for CBIO device |
| cbioParamsGet( ) | fill in CBIO_PARAMS structure with CBIO device parameters |
| cbioRdyChgdGet( ) | determine ready status of CBIO device |
| cbioRdyChgdSet( ) | force a change in ready status of CBIO device |
| cbioShow( ) | print information about a CBIO device |
| cbioUnlock( ) | release CBIO device semaphore. |
| cbioWrapBlkDev( ) | create CBIO wrapper atop a BLK_DEV device |
| cbrt( ) | compute a cube root |
| cbrtf( ) | compute a cube root |
| cd( ) | change the default directory |
| cd2400HrdInit( ) | initialize the chip |
| cd2400Int( ) | handle special status interrupts |
| cd2400IntRx( ) | handle receiver interrupts |
| cd2400IntTx( ) | handle transmitter interrupts |
| cdromFsDevCreate( ) | create a cdromFsLib device |
| cdromFsInit( ) | initialize cdromFsLib |
| cdromFsVersionDisplay( ) | display the cdromFs version number |
| cdromFsVersionNumGet( ) | return the cdromFs version number |
| cdromFsVolConfigShow( ) | show the volume configuration information |
| ceil( ) | compute the smallest integer greater than or equal to a specified value (ANSI) |
| ceil( ) | compute the smallest integer greater than or equal to a specified value (ANSI) |
| ceilf( ) | compute the smallest integer greater than or equal to a specified value (ANSI) |
| cfree( ) | free a block of memory |
| chdir( ) | set the current default path |
| checkStack( ) | print a summary of each task's stack usage |
| chkdsk( ) | perform consistency checking on a MS-DOS file system |
| cisConfigregGet( ) | get the PCMCIA configuration register |
| cisConfigregSet( ) | set the PCMCIA configuration register |
| cisFree( ) | free tuples from the linked list |
| cisGet( ) | get information from a PC card's CIS |
| cisShow( ) | show CIS information |
| clearerr( ) | clear end-of-file and error flags for a stream (ANSI) |
| clock( ) | determine the processor time in use (ANSI) |
| clock_getres( ) | get the clock resolution (POSIX) |
| clock_gettime( ) | get the current time of the clock (POSIX) |
| clock_setres( ) | set the clock resolution |
| clock_settime( ) | set the clock to a specified time (POSIX) |
| close( ) | close a file |
| closedir( ) | close a directory (POSIX) |
| CmdParserExitFunc( ) [USB] | Terminates parser execution |
| CmdParserHelpFunc( ) [USB] | Displays list of supported commands |
| coldfireAcr( ) | return aux control register contents |
| coldfireAcrSetClr( ) | set and clear bits in the UART's aux control register |
| coldfireDevInit( ) | intialize a COLDFIRE_CHAN |
| coldfireDevInit2( ) | intialize a COLDFIRE_CHAN, part 2 |
| coldfireImr( ) | return current interrupt mask register contents |
| coldfireImrSetClr( ) | set and clear bits in the UART's interrupt mask register |
| coldfireInt( ) | handle all interrupts in one vector |
| coldfireOpr( ) | return the current state of the output register |
| coldfireOprSetClr( ) | set and clear bits in the output port register |
| connect( ) | initiate a connection to a socket |
| connectWithTimeout( ) | attempt socket connection within a specified duration |
| copy( ) | copy (or stdin) to (or stdout) |
| copyStreams( ) | copy from/to specified streams |
| cos( ) | compute a cosine (ANSI) |
| cos( ) | compute a cosine (ANSI) |
| cosf( ) | compute a cosine (ANSI) |
| cosh( ) | compute a hyperbolic cosine (ANSI) |
| cosh( ) | compute a hyperbolic cosine (ANSI) |
| coshf( ) | compute a hyperbolic cosine (ANSI) |
| cp( ) | copy file into other file/directory. |
| cplusCallNewHandler( ) | call the allocation failure handler (C++) |
| cplusCtors( ) | call static constructors (C++) |
| cplusCtorsLink( ) | call all linked static constructors (C++) |
| cplusDemanglerSet( ) | change C++ demangling mode (C++) |
| cplusDemanglerStyleSet( ) | change C++ demangling style (C++) |
| cplusDtors( ) | call static destructors (C++) |
| cplusDtorsLink( ) | call all linked static destructors (C++) |
| cplusLibInit( ) | initialize the C++ library (C++) |
| cplusXtorSet( ) | change C++ static constructor calling strategy (C++) |
| cpmattach( ) | publish the `cpm' network interface and initialize the driver |
| cpmStartOutput( ) | output packet to network interface device |
| cpsr( ) | return the contents of the current processor status register (ARM) |
| creat( ) | create a file |
| cret( ) | continue until the current subroutine returns |
| csAttach( ) | publish the `cs' network interface and initialize the driver. |
| csShow( ) | shows statistics for the `cs' network interface |
| ctB69000VgaInit( ) | initializes the B69000 chip and loads font in memory. |
| ctime( ) | convert time in seconds into a string (ANSI) |
| ctime_r( ) | convert time in seconds into a string (POSIX) |
| | |
| d( ) | display memory |
| d0( ) | return the contents of register `d0' (also `d1' - `d7') (MC680x0) |
| dbgBpTypeBind( ) | bind a breakpoint handler to a breakpoint type (MIPS R3000, R4000, R4650) |
| dbgHelp( ) | display debugging help menu |
| dbgInit( ) | initialize the local debugging package |
| dcacheDevCreate( ) | Create a disk cache |
| dcacheDevDisable( ) | Disable the disk cache for this device |
| dcacheDevEnable( ) | Reenable the disk cache |
| dcacheDevMemResize( ) | set a new size to a disk cache device |
| dcacheDevTune( ) | modify tunable disk cache parameters |
| dcacheHashTest( ) | test hash table integrity |
| dcacheShow( ) | print information about disk cache |
| dcattach( ) | publish the `dc' network interface. |
| dcCsrShow( ) | display dec 21040/21140 status registers 0 thru 15 |
| dcReadAllRom( ) | read entire serial rom |
| dcViewRom( ) | display lines of serial ROM for dec21140 |
| dec21x4xEndLoad( ) | initialize the driver and device |
| dec21x40EndLoad( ) | initialize the driver and device |
| dec21x40PhyFind( ) | Find the first PHY connected to DEC MII port. |
| dec21140SromWordRead( ) | read two bytes from the serial ROM |
| dec21145SPIReadBack( ) | Read all PHY registers out |
| devs( ) | list all system-known devices |
| dhcpcBind( ) | obtain a set of network configuration parameters with DHCP |
| dhcpcBootBind( ) | initialize the network with DHCP at boot time |
| dhcpcBootInformGet( ) | obtain additional configuration parameters with DHCP |
| dhcpcBootInit( ) | set up the DHCP client parameters and data structures |
| dhcpcCacheHookAdd( ) | add a routine to store and retrieve lease data |
| dhcpcCacheHookDelete( ) | delete a lease data storage routine |
| dhcpcEventHookAdd( ) | add a routine to handle configuration parameters |
| dhcpcEventHookDelete( ) | remove the configuration parameters handler |
| dhcpcInformGet( ) | obtain additional configuration parameters with DHCP |
| dhcpcInit( ) | assign network interface and setup lease request |
| dhcpcLibInit( ) | DHCP client library initialization |
| dhcpcOptionAdd( ) | add an option to the client messages |
| dhcpcOptionGet( ) | retrieve an option provided to a client and store in a buffer |
| dhcpcOptionSet( ) | add an option to the option request list |
| dhcpcParamsGet( ) | retrieve current configuration parameters |
| dhcpcParamsShow( ) | display current lease parameters |
| dhcpcRelease( ) | relinquish specified lease |
| dhcpcServerGet( ) | retrieve the current DHCP server |
| dhcpcServerShow( ) | display current DHCP server |
| dhcpcShowInit( ) | initialize the DHCP show facility |
| dhcpcShutdown( ) | disable DHCP client library |
| dhcpcTimerGet( ) | retrieve current lease timers |
| dhcpcTimersShow( ) | display current lease timers |
| dhcpcVerify( ) | renew an established lease |
| dhcpsAddressHookAdd( ) | assign a permanent address storage hook for the server |
| dhcpsInit( ) | set up the DHCP server parameters and data structures |
| dhcpsLeaseEntryAdd( ) | add another entry to the address pool |
| dhcpsLeaseHookAdd( ) | assign a permanent lease storage hook for the server |
| difftime( ) | compute the difference between two calendar times (ANSI) |
| dirList( ) | list contents of a directory (multi-purpose) |
| diskFormat( ) | format a disk |
| diskInit( ) | initialize a file system on a block device |
| distCtl( ) | perform a distributed objects control function (VxFusion option) |
| distIfShow( ) | display information about the installed interface adapter (VxFusion option) |
| distInit( ) | initialize and bootstrap the current node (VxFusion option) |
| distNameAdd( ) | add an entry to the distributed name database (VxFusion option) |
| distNameFilterShow( ) | display the distributed name database filtered by type (VxFusion option) |
| distNameFind( ) | find an object by name in the local database (VxFusion option) |
| distNameFindByValueAndType( ) | look up the name of an object by value and type (VxFusion option) |
| distNameRemove( ) | remove an entry from the distributed name database (VxFusion option) |
| distNameShow( ) | display the entire distributed name database (VxFusion option) |
| distTBufAlloc( ) | allocate a telegram buffer from the pool of buffers (VxFusion option) |
| distTBufFree( ) | return a telegram buffer to the pool of buffers (VxFusion option) |
| div( ) | compute a quotient and remainder (ANSI) |
| div_r( ) | compute a quotient and remainder (reentrant) |
| dosFsChkDsk( ) | make volume integrity checking. |
| dosFsDevCreate( ) | create file system device. |
| dosFsLastAccessDateEnable( ) | enable last access date updating for this volume |
| dosFsLibInit( ) | prepare to use the dosFs library |
| dosFsShow( ) | display dosFs volume configuration data. |
| dosFsVolDescGet( ) | convert a device name into a DOS volume descriptor pointer. |
| dosFsVolFormat( ) | format an MS-DOS compatible volume |
| dosSetVolCaseSens( ) | set case sensitivity of volume |
| dpartDevCreate( ) | Initialize a partitioned disk |
| dpartPartGet( ) | retrieve handle for a partition |
| dspInit( ) | initialize dsp support |
| dspShowInit( ) | initialize the dsp show facility |
| dspTaskRegsShow( ) | print the contents of a task's dsp registers |
| dummyCallback( ) | dummy callback routine. |
| dummyCallback( ) | dummy callback routine. |
| | |
| e( ) | set or display eventpoints (WindView) |
| edi( ) | return the contents of register `edi' (also `esi' - `eax') (x86) |
| edi( ) | return the contents of register `edi' (also `esi' - `eax') (x86/SimNT) |
| eexattach( ) | publish the `eex' network interface and initialize the driver and device |
| eexTxStartup( ) | start output on the chip |
| eflags( ) | return the contents of the status register (x86) |
| eflags( ) | return the contents of the status register (x86/SimNT) |
| ei82596EndLoad( ) | initialize the driver and device |
| eiattach( ) | publish the `ei' network interface and initialize the driver and device |
| eiattach( ) | publish the `ei' network interface and initialize the driver and device |
| eihkattach( ) | publish the `ei' network interface and initialize the driver and device |
| eiInt( ) | entry point for handling interrupts from the 82596 |
| eiTxStartup( ) | start output on the chip |
| eiTxStartup( ) | start output on the chip |
| eiTxStartup( ) | start output on the chip |
| el3c90xEndLoad( ) | initialize the driver and device |
| el3c90xInitParse( ) | parse the initialization string |
| elcattach( ) | publish the `elc' network interface and initialize the driver and device |
| elcPut( ) | copy a packet to the interface. |
| elcShow( ) | display statistics for the SMC 8013WC `elc' network interface |
| elt3c509Load( ) | initialize the driver and device |
| elt3c509Parse( ) | parse the init string |
| eltattach( ) | publish the `elt' interface and initialize the driver and device |
| eltShow( ) | display statistics for the 3C509 `elt' network interface |
| eltTxOutputStart( ) | start output on the board |
| endEtherAddressForm( ) | form an Ethernet address into a packet |
| endEtherPacketAddrGet( ) | locate the addresses in a packet |
| endEtherPacketDataGet( ) | return the beginning of the packet data |
| endFindByName( ) | find a device using its string name |
| endObjFlagSet( ) | set the `flags' member of an END_OBJ structure |
| endObjInit( ) | initialize an END_OBJ structure |
| endPollStatsInit( ) | initialize polling statistics updates |
| endTok_r( ) | get a token string (modified version) |
| eneattach( ) | publish the `ene' network interface and initialize the driver and device |
| enePut( ) | copy a packet to the interface. |
| eneShow( ) | display statistics for the NE2000 `ene' network interface |
| envLibInit( ) | initialize environment variable facility |
| envPrivateCreate( ) | create a private environment |
| envPrivateDestroy( ) | destroy a private environment |
| envShow( ) | display the environment for a task |
| errnoGet( ) | get the error status value of the calling task |
| errnoOfTaskGet( ) | get the error status value of a specified task |
| errnoOfTaskSet( ) | set the error status value of a specified task |
| errnoSet( ) | set the error status value of the calling task |
| esmcattach( ) | publish the `esmc' network interface and initialize the driver. |
| esmcPut( ) | copy a packet to the interface. |
| esmcShow( ) | display statistics for the `esmc' network interface |
| etherMultiAdd( ) | add multicast address to a multicast address list |
| etherMultiDel( ) | delete an Ethernet multicast address record |
| etherMultiGet( ) | retrieve a table of multicast addresses from a driver |
| evbNs16550HrdInit( ) | initialize the NS 16550 chip |
| evbNs16550Int( ) | handle a receiver/transmitter interrupt for the NS 16550 chip |
| eventClear( ) | Clear all events for current task. |
| eventReceive( ) | Wait for event(s) |
| eventSend( ) | Send event(s) |
| excConnect( ) | connect a C routine to an exception vector (PowerPC) |
| excCrtConnect( ) | connect a C routine to a critical exception vector (PowerPC 403) |
| excHookAdd( ) | specify a routine to be called with exceptions |
| excInit( ) | initialize the exception handling package |
| excIntConnect( ) | connect a C routine to an asynchronous exception vector (PowerPC, ARM) |
| excIntCrtConnect( ) | connect a C routine to a critical interrupt vector (PowerPC 403) |
| excTask( ) | handle task-level exceptions |
| excVecGet( ) | get a CPU exception vector (PowerPC, ARM) |
| excVecInit( ) | initialize the exception/interrupt vectors |
| excVecSet( ) | set a CPU exception vector (PowerPC, ARM) |
| ExecCmd( ) [USB] | Execute the command line |
| exit( ) | exit a task (ANSI) |
| exp( ) | compute an exponential value (ANSI) |
| exp( ) | compute an exponential value (ANSI) |
| expf( ) | compute an exponential value (ANSI) |
| | |
| fabs( ) | compute an absolute value (ANSI) |
| fabs( ) | compute an absolute value (ANSI) |
| fabsf( ) | compute an absolute value (ANSI) |
| fclose( ) | close a stream (ANSI) |
| fdDevCreate( ) | create a device for a floppy disk |
| fdDrv( ) | initialize the floppy disk driver |
| fdopen( ) | open a file specified by a file descriptor (POSIX) |
| fdprintf( ) | write a formatted string to a file descriptor |
| fdRawio( ) | provide raw I/O access |
| fei82557DumpPrint( ) | Display statistical counters |
| fei82557EndLoad( ) | initialize the driver and device |
| fei82557ErrCounterDump( ) | dump statistical counters |
| fei82557GetRUStatus( ) | Return the current RU status and int mask |
| fei82557ShowRxRing( ) | Show the Receive ring |
| feiattach( ) | publish the `fei' network interface |
| feof( ) | test the end-of-file indicator for a stream (ANSI) |
| ferror( ) | test the error indicator for a file pointer (ANSI) |
| fflush( ) | flush a stream (ANSI) |
| fgetc( ) | return the next character from a stream (ANSI) |
| fgetpos( ) | store the current value of the file position indicator for a stream (ANSI) |
| fgets( ) | read a specified number of characters from a stream (ANSI) |
| fileno( ) | return the file descriptor for a stream (POSIX) |
| fileUploadPathClose( ) | close the event-destination file (WindView) |
| fileUploadPathCreate( ) | create a file for depositing event data (Windview) |
| fileUploadPathLibInit( ) | initialize the wvFileUploadPathLib library (Windview) |
| fileUploadPathWrite( ) | write to the event-destination file (WindView) |
| fioFormatV( ) | convert a format string |
| fioLibInit( ) | initialize the formatted I/O support library |
| fioRdString( ) | read a string from a file |
| fioRead( ) | read a buffer |
| floatInit( ) | initialize floating-point I/O support |
| floor( ) | compute the largest integer less than or equal to a specified value (ANSI) |
| floor( ) | compute the largest integer less than or equal to a specified value (ANSI) |
| floorf( ) | compute the largest integer less than or equal to a specified value (ANSI) |
| fmod( ) | compute the remainder of x/y (ANSI) |
| fmod( ) | compute the remainder of x/y (ANSI) |
| fmodf( ) | compute the remainder of x/y (ANSI) |
| fnattach( ) | publish the `fn' network interface and initialize the driver and device |
| fopen( ) | open a file specified by name (ANSI) |
| fppInit( ) | initialize floating-point coprocessor support |
| fppProbe( ) | probe for the presence of a floating-point coprocessor |
| fppRestore( ) | restore the floating-point coprocessor context |
| fppSave( ) | save the floating-point coprocessor context |
| fppShowInit( ) | initialize the floating-point show facility |
| fppTaskRegsGet( ) | get the floating-point registers from a task TCB |
| fppTaskRegsSet( ) | set the floating-point registers of a task |
| fppTaskRegsShow( ) | print the contents of a task's floating-point registers |
| fprintf( ) | write a formatted string to a stream (ANSI) |
| fputc( ) | write a character to a stream (ANSI) |
| fputs( ) | write a string to a stream (ANSI) |
| fread( ) | read data into an array (ANSI) |
| free( ) | free a block of memory (ANSI) |
| freopen( ) | open a file specified by name (ANSI) |
| frexp( ) | break a floating-point number into a normalized fraction and power of 2 (ANSI) |
| fscanf( ) | read and convert characters from a stream (ANSI) |
| fseek( ) | set the file position indicator for a stream (ANSI) |
| fsetpos( ) | set the file position indicator for a stream (ANSI) |
| fstat( ) | get file status information (POSIX) |
| fstatfs( ) | get file status information (POSIX) |
| ftell( ) | return the current value of the file position indicator for a stream (ANSI) |
| ftpCommand( ) | send an FTP command and get the reply |
| ftpCommandEnhanced( ) | send an FTP command and get the complete RFC reply code |
| ftpDataConnGet( ) | get a completed FTP data connection |
| ftpDataConnInit( ) | initialize an FTP data connection using PORT mode |
| ftpDataConnInitPassiveMode( ) | initialize an FTP data connection using PASV mode |
| ftpdDelete( ) | terminate the FTP server task |
| ftpdInit( ) | initialize the FTP server task |
| ftpHookup( ) | get a control connection to the FTP server on a specified host |
| ftpLibDebugOptionSet( ) | set the debug level of the ftp library routines |
| ftpLogin( ) | log in to a remote FTP server |
| ftpLs( ) | list directory contents via FTP |
| ftpReplyGet( ) | get an FTP command reply |
| ftpReplyGetEnhanced( ) | get an FTP command reply |
| ftpTransientConfigGet( ) | get parameters for host FTP_TRANSIENT responses |
| ftpTransientConfigSet( ) | set parameters for host FTP_TRANSIENT responses |
| ftpTransientFatalInstall( ) | set applette to stop FTP transient host responses |
| ftpXfer( ) | initiate a transfer via FTP |
| ftruncate( ) | truncate a file (POSIX) |
| fwrite( ) | write from a specified array (ANSI) |
| | |
| gei82543EndLoad( ) | initialize the driver and device |
| getc( ) | return the next character from a stream (ANSI) |
| getchar( ) | return the next character from the standard input stream (ANSI) |
| getcwd( ) | get the current default path (POSIX) |
| getenv( ) | get an environment variable (ANSI) |
| GetHexToken( ) [USB] | Retrieves value of hex token |
| gethostname( ) | get the symbolic name of this machine |
| GetNextToken( ) [USB] | Retrieves the next token from an input string |
| getpeername( ) | get the name of a connected peer |
| gets( ) | read characters from the standard input stream (ANSI) |
| getsockname( ) | get a socket name |
| getsockopt( ) | get socket options |
| getw( ) | read the next word (32-bit integer) from a stream |
| getwd( ) | get the current default path |
| gmtime( ) | convert calendar time into UTC broken-down time (ANSI) |
| gmtime_r( ) | convert calendar time into broken-down time (POSIX) |
| | |
| h( ) | display or set the size of shell history |
| hashFuncIterScale( ) | interative scaling hashing function for strings |
| hashFuncModulo( ) | hashing function using remainder technique |
| hashFuncMultiply( ) | multiplicative hashing function |
| hashKeyCmp( ) | compare keys as 32 bit identifiers |
| hashKeyStrCmp( ) | compare keys based on strings they point to |
| hashLibInit( ) | initialize hash table library |
| hashTblCreate( ) | create a hash table |
| hashTblDelete( ) | delete a hash table |
| hashTblDestroy( ) | destroy a hash table |
| hashTblEach( ) | call a routine for each node in a hash table |
| hashTblFind( ) | find a hash node that matches the specified key |
| hashTblInit( ) | initialize a hash table |
| hashTblPut( ) | put a hash node into the specified hash table |
| hashTblRemove( ) | remove a hash node from a hash table |
| hashTblTerminate( ) | terminate a hash table |
| help( ) | print a synopsis of selected routines |
| hostAdd( ) | add a host to the host table |
| hostDelete( ) | delete a host from the host table |
| hostGetByAddr( ) | look up a host in the host table by its Internet address |
| hostGetByName( ) | look up a host in the host table by its name |
| hostShow( ) | display the host table |
| hostTblInit( ) | initialize the network host table |
| | |
| i( ) | print a summary of each task's TCB |
| i0( ) | return the contents of register i0 (also i1-i7) (SimSolaris) |
| i8250HrdInit( ) | initialize the chip |
| i8250Int( ) | handle a receiver/transmitter interrupt |
| iam( ) | set the remote user name and password |
| icmpShowInit( ) | initialize ICMP show routines |
| icmpstatShow( ) | display statistics for ICMP |
| ifAddrAdd( ) | add an interface address for a network interface |
| ifAddrDelete( ) | delete an interface address for a network interface |
| ifAddrGet( ) | get the Internet address of a network interface |
| ifAddrSet( ) | set an interface address for a network interface |
| ifAllRoutesDelete( ) | delete all routes associated with a network interface |
| ifBroadcastGet( ) | get the broadcast address for a network interface |
| ifBroadcastSet( ) | set the broadcast address for a network interface |
| ifDstAddrGet( ) | get the Internet address of a point-to-point peer |
| ifDstAddrSet( ) | define an address for the other end of a point-to-point link |
| ifFlagChange( ) | change the network interface flags |
| ifFlagGet( ) | get the network interface flags |
| ifFlagSet( ) | specify the flags for a network interface |
| ifIndexAlloc( ) | return a unique interface index |
| ifIndexLibInit( ) | initializes library variables |
| ifIndexLibShutdown( ) | frees library variables |
| ifIndexTest( ) | returns true if an index has been allocated. |
| ifIndexToIfName( ) | returns the interface name given the interface index |
| ifMaskGet( ) | get the subnet mask for a network interface |
| ifMaskSet( ) | define a subnet for a network interface |
| ifMetricGet( ) | get the metric for a network interface |
| ifMetricSet( ) | specify a network interface hop count |
| ifNameToIfIndex( ) | returns the interface index given the interface name |
| ifRouteCleanup( ) | remove hidden routes which use a disabled interface |
| ifRouteDelete( ) | delete routes associated with a network interface |
| ifRouteDisable( ) | prevent IP forwarding engine from detecting routes |
| ifRouteEnable( ) | allow IP forwarding engine to detect routes |
| ifShow( ) | display the attached network interfaces |
| ifunit( ) | map an interface name to an interface structure pointer |
| ifUnnumberedSet( ) | configure an interface to be unnumbered |
| igmpShowInit( ) | initialize IGMP show routines |
| igmpstatShow( ) | display statistics for IGMP |
| index( ) | find the first occurrence of a character in a string |
| inet_addr( ) | convert a dot notation Internet address to a long integer |
| inet_aton( ) | convert a network address from dot notation, store in a structure |
| inet_lnaof( ) | get the local address (host number) from the Internet address |
| inet_makeaddr( ) | form an Internet address from network and host numbers |
| inet_makeaddr_b( ) | form an Internet address from network and host numbers |
| inet_netof( ) | return the network number from an Internet address |
| inet_netof_string( ) | extract the network address in dot notation |
| inet_network( ) | convert an Internet network number from string to address |
| inet_ntoa( ) | convert a network address to dotted decimal notation |
| inet_ntoa_b( ) | convert an network address to dot notation, store it in a buffer |
| inetstatShow( ) | display all active connections for Internet protocol sockets |
| infinity( ) | return a very large double |
| infinityf( ) | return a very large float |
| inflate( ) | inflate compressed code |
| intConnect( ) | connect a C routine to a hardware interrupt |
| intContext( ) | determine if the current state is in interrupt or task context |
| intCount( ) | get the current interrupt nesting depth |
| intCRGet( ) | read the contents of the cause register (MIPS) |
| intCRSet( ) | write the contents of the cause register (MIPS) |
| intDisable( ) | disable corresponding interrupt bits (MIPS, PowerPC, ARM) |
| intEnable( ) | enable corresponding interrupt bits (MIPS, PowerPC, ARM) |
| intHandlerCreate( ) | construct an interrupt handler for a C routine (MC680x0, x86, MIPS, SimSolaris) |
| intHandlerCreateI86( ) | construct an interrupt handler for a C routine (x86) |
| intLevelSet( ) | set the interrupt level (MC680x0, x86, ARM, SimSolaris, SimNT and SH) |
| intLock( ) | lock out interrupts |
| intLockLevelGet( ) | get the current interrupt lock-out level (MC680x0, x86, ARM, SH, SimSolaris, SimNT) |
| intLockLevelSet( ) | set the current interrupt lock-out level (MC680x0, x86, ARM, SH, SimSolaris, SimNT) |
| intSRGet( ) | read the contents of the status register (MIPS) |
| intSRSet( ) | update the contents of the status register (MIPS) |
| intStackEnable( ) | enable or disable the interrupt stack usage (x86) |
| intUninitVecSet( ) | set the uninitialized vector handler (ARM) |
| intUnlock( ) | cancel interrupt locks |
| intVecBaseGet( ) | get the vector (trap) base address (MC680x0, x86, MIPS, ARM, SimSolaris, SimNT) |
| intVecBaseSet( ) | set the vector (trap) base address (MC680x0, x86, MIPS, ARM, SimSolaris, SimNT) |
| intVecGet( ) | get an interrupt vector (MC680x0, x86, MIPS, SH, SimSolaris, SimNT) |
| intVecGet2( ) | get a CPU vector, gate type(int/trap), and gate selector (x86) |
| intVecSet( ) | set a CPU vector (trap) (MC680x0, x86, MIPS, SH, SimSolaris, SimNT) |
| intVecSet2( ) | set a CPU vector, gate type(int/trap), and selector (x86) |
| intVecTableWriteProtect( ) | write-protect exception vector table (MC680x0, x86, ARM, SimSolaris, SimNT) |
| ioctl( ) | perform an I/O control function |
| ioDefPathGet( ) | get the current default path |
| ioDefPathSet( ) | set the current default path |
| ioGlobalStdGet( ) | get the file descriptor for global standard input/output/error |
| ioGlobalStdSet( ) | set the file descriptor for global standard input/output/error |
| ioHelp( ) | print a synopsis of I/O utility functions |
| iOlicomEndLoad( ) | initialize the driver and device |
| iOlicomIntHandle( ) | interrupt service for card interrupts |
| iosDevAdd( ) | add a device to the I/O system |
| iosDevDelete( ) | delete a device from the I/O system |
| iosDevFind( ) | find an I/O device in the device list |
| iosDevShow( ) | display the list of devices in the system |
| iosDrvInstall( ) | install an I/O driver |
| iosDrvRemove( ) | remove an I/O driver |
| iosDrvShow( ) | display a list of system drivers |
| iosFdShow( ) | display a list of file descriptor names in the system |
| iosFdValue( ) | validate an open file descriptor and return the driver-specific value |
| iosInit( ) | initialize the I/O system |
| iosShowInit( ) | initialize the I/O system show facility |
| ioTaskStdGet( ) | get the file descriptor for task standard input/output/error |
| ioTaskStdSet( ) | set the file descriptor for task standard input/output/error |
| ipAttach( ) | a generic attach routine for the TCP/IP network stack |
| ipDetach( ) | a generic detach routine for the TCP/IP network stack |
| ipFilterHookAdd( ) | add a routine to receive all internet protocol packets |
| ipFilterHookDelete( ) | delete a IP filter hook routine |
| ipFilterLibInit( ) | initialize IP filter facility |
| iPIIX4AtaInit( ) | low level initialization of ATA device |
| iPIIX4FdInit( ) | initializes the floppy disk device |
| iPIIX4GetIntr( ) | give device an interrupt level to use |
| iPIIX4Init( ) | initialize PIIX4 |
| iPIIX4IntrRoute( ) | Route PIRQ[A:D] |
| iPIIX4KbdInit( ) | initializes the PCI-ISA/IDE bridge |
| ipstatShow( ) | display IP statistics |
| irint( ) | convert a double-precision value to an integer |
| irintf( ) | convert a single-precision value to an integer |
| iround( ) | round a number to the nearest integer |
| iroundf( ) | round a number to the nearest integer |
| isalnum( ) | test whether a character is alphanumeric (ANSI) |
| isalpha( ) | test whether a character is a letter (ANSI) |
| isatty( ) | return whether the underlying driver is a tty device |
| iscntrl( ) | test whether a character is a control character (ANSI) |
| isdigit( ) | test whether a character is a decimal digit (ANSI) |
| isgraph( ) | test whether a character is a printing, non-white-space character (ANSI) |
| islower( ) | test whether a character is a lower-case letter (ANSI) |
| isprint( ) | test whether a character is printable, including the space character (ANSI) |
| ispunct( ) | test whether a character is punctuation (ANSI) |
| isspace( ) | test whether a character is a white-space character (ANSI) |
| isupper( ) | test whether a character is an upper-case letter (ANSI) |
| isxdigit( ) | test whether a character is a hexadecimal digit (ANSI) |
| | |
| kernelInit( ) | initialize the kernel |
| kernelTimeSlice( ) | enable round-robin selection |
| kernelVersion( ) | return the kernel revision string |
| KeywordMatch( ) [USB] | Compare keywords |
| kill( ) | send a signal to a task (POSIX) |
| | |
| l( ) | disassemble and display a specified number of instructions |
| l0( ) | return the contents of register l0 (also l1-l7) (SimSolaris) |
| labs( ) | compute the absolute value of a `long' (ANSI) |
| ld( ) | load an object module into memory |
| ldexp( ) | multiply a number by an integral power of 2 (ANSI) |
| ldiv( ) | compute the quotient and remainder of the division (ANSI) |
| ldiv_r( ) | compute a quotient and remainder (reentrant) |
| ledClose( ) | discard the line-editor ID |
| ledControl( ) | change the line-editor ID parameters |
| ledOpen( ) | create a new line-editor ID |
| ledRead( ) | read a line with line-editing |
| lio_listio( ) | initiate a list of asynchronous I/O requests (POSIX) |
| listen( ) | enable connections to a socket |
| lkAddr( ) | list symbols whose values are near a specified value |
| lkup( ) | list symbols |
| ll( ) | generate a long listing of directory contents |
| llr( ) | do a long listing of directory and all its subdirectories contents |
| ln97xEndLoad( ) | initialize the driver and device |
| ln97xInitParse( ) | parse the initialization string |
| ln7990EndLoad( ) | initialize the driver and device |
| lnattach( ) | publish the `ln' network interface and initialize driver structures |
| lnPciattach( ) | publish the `lnPci' network interface and initialize the driver and device |
| loadModule( ) | load an object module into memory |
| loadModuleAt( ) | load an object module into memory |
| loattach( ) | publish the `lo' network interface and initialize the driver and pseudo-device |
| localeconv( ) | set the components of an object with type `lconv' (ANSI) |
| localtime( ) | convert calendar time into broken-down time (ANSI) |
| localtime_r( ) | convert calendar time into broken-down time (POSIX) |
| log( ) | compute a natural logarithm (ANSI) |
| log( ) | compute a natural logarithm (ANSI) |
| log2( ) | compute a base-2 logarithm |
| log2f( ) | compute a base-2 logarithm |
| log10( ) | compute a base-10 logarithm (ANSI) |
| log10( ) | compute a base-10 logarithm (ANSI) |
| log10f( ) | compute a base-10 logarithm (ANSI) |
| logf( ) | compute a natural logarithm (ANSI) |
| logFdAdd( ) | add a logging file descriptor |
| logFdDelete( ) | delete a logging file descriptor |
| logFdSet( ) | set the primary logging file descriptor |
| loginDefaultEncrypt( ) | default password encryption routine |
| loginEncryptInstall( ) | install an encryption routine |
| loginInit( ) | initialize the login table |
| logInit( ) | initialize message logging library |
| loginPrompt( ) | display a login prompt and validate a user entry |
| loginStringSet( ) | change the login string |
| loginUserAdd( ) | add a user to the login table |
| loginUserDelete( ) | delete a user entry from the login table |
| loginUserShow( ) | display the user login table |
| loginUserVerify( ) | verify a user name and password in the login table |
| logMsg( ) | log a formatted error message |
| logout( ) | log out of the VxWorks system |
| logTask( ) | message-logging support task |
| longjmp( ) | perform non-local goto by restoring saved environment (ANSI) |
| lptDevCreate( ) | create a device for an LPT port |
| lptDrv( ) | initialize the LPT driver |
| lptShow( ) | show LPT statistics |
| ls( ) | generate a brief listing of a directory |
| lseek( ) | set a file read/write pointer |
| lsr( ) | list the contents of a directory and any of its subdirectories |
| lstAdd( ) | add a node to the end of a list |
| lstConcat( ) | concatenate two lists |
| lstCount( ) | report the number of nodes in a list |
| lstDelete( ) | delete a specified node from a list |
| lstExtract( ) | extract a sublist from a list |
| lstFind( ) | find a node in a list |
| lstFirst( ) | find first node in list |
| lstFree( ) | free up a list |
| lstGet( ) | delete and return the first node from a list |
| lstInit( ) | initialize a list descriptor |
| lstInsert( ) | insert a node in a list after a specified node |
| lstLast( ) | find the last node in a list |
| lstLibInit( ) | initializes lstLib module |
| lstNext( ) | find the next node in a list |
| lstNStep( ) | find a list node steps away from a specified node |
| lstNth( ) | find the Nth node in a list |
| lstPrevious( ) | find the previous node in a list |
| | |
| m( ) | modify memory |
| m2Delete( ) | delete all the MIB-II library groups |
| m2IcmpDelete( ) | delete all resources used to access the ICMP group |
| m2IcmpGroupInfoGet( ) | get the MIB-II ICMP-group global variables |
| m2IcmpInit( ) | initialize MIB-II ICMP-group access |
| m2If8023PacketCount( ) | increment the packet counters for an 802.3 device |
| m2IfAlloc( ) | allocate the structure for the interface table |
| m2IfCounterUpdate( ) | increment interface counters |
| m2IfCtrUpdateRtnInstall( ) | install an interface counter update routine |
| m2IfDelete( ) | delete all resources used to access the interface group |
| m2IfFree( ) | free an interface data structure |
| m2IfGenericPacketCount( ) | increment the interface packet counters |
| m2IfGroupInfoGet( ) | get the MIB-II interface-group scalar variables |
| m2IfInit( ) | initialize MIB-II interface-group routines |
| m2IfPktCountRtnInstall( ) | install an interface packet counter routine |
| m2IfRcvAddrEntryGet( ) | get the rcvAddress table entries for a given address |
| m2IfRcvAddrEntrySet( ) | modify the entries of the rcvAddressTable |
| m2IfStackEntryGet( ) | get a MIB-II interface-group table entry |
| m2IfStackEntrySet( ) | modify the status of a relationship |
| m2IfStackTblUpdate( ) | update the relationship between the sub-layers |
| m2IfTableUpdate( ) | insert or remove an entry in the ifTable |
| m2IfTblEntryGet( ) | get a MIB-II interface-group table entry |
| m2IfTblEntrySet( ) | set the state of a MIB-II interface entry to UP or DOWN |
| m2IfUsrCountersInstall( ) | install a pointer to user-defined counters |
| m2IfUsrCountersRemove( ) | delete the pointer to the user-defined counters |
| m2IfVariableUpdate( ) | update the contents of an interface non-counter object |
| m2IfVarUpdateRtnInstall( ) | install an interface variable update routine |
| m2Init( ) | initialize the SNMP MIB-2 library |
| m2IpAddrTblEntryGet( ) | get an IP MIB-II address entry |
| m2IpAtransTblEntryGet( ) | get a MIB-II ARP table entry |
| m2IpAtransTblEntrySet( ) | add, modify, or delete a MIB-II ARP entry |
| m2IpDelete( ) | delete all resources used to access the IP group |
| m2IpGroupInfoGet( ) | get the MIB-II IP-group scalar variables |
| m2IpGroupInfoSet( ) | set MIB-II IP-group variables to new values |
| m2IpInit( ) | initialize MIB-II IP-group access |
| m2IpRouteTblEntryGet( ) | get a MIB-2 routing table entry |
| m2IpRouteTblEntrySet( ) | set a MIB-II routing table entry |
| m2PollStatsIfPoll( ) | read statistics information from an interface's |
| m2RipDelete( ) | delete the RIP MIB support |
| m2RipGlobalCountersGet( ) | get MIB-II RIP-group global counters |
| m2RipIfConfEntryGet( ) | get MIB-II RIP-group interface entry |
| m2RipIfConfEntrySet( ) | set MIB-II RIP-group interface entry |
| m2RipIfStatEntryGet( ) | get MIB-II RIP-group interface entry |
| m2RipInit( ) | initialize the RIP MIB support |
| m2SysDelete( ) | delete resources used to access the MIB-II system group |
| m2SysGroupInfoGet( ) | get system-group MIB-II variables |
| m2SysGroupInfoSet( ) | set system-group MIB-II variables to new values |
| m2SysInit( ) | initialize MIB-II system-group routines |
| m2TcpConnEntryGet( ) | get a MIB-II TCP connection table entry |
| m2TcpConnEntrySet( ) | set a TCP connection to the closed state |
| m2TcpDelete( ) | delete all resources used to access the TCP group |
| m2TcpGroupInfoGet( ) | get MIB-II TCP-group scalar variables |
| m2TcpInit( ) | initialize MIB-II TCP-group access |
| m2UdpDelete( ) | delete all resources used to access the UDP group |
| m2UdpGroupInfoGet( ) | get MIB-II UDP-group scalar variables |
| m2UdpInit( ) | initialize MIB-II UDP-group access |
| m2UdpTblEntryGet( ) | get a UDP MIB-II entry from the UDP list of listeners |
| m8260SccEndLoad( ) | initialize the driver and device |
| m68302SioInit( ) | initialize a M68302_CP |
| m68302SioInit2( ) | initialize a M68302_CP (part 2) |
| m68332DevInit( ) | initialize the SCC |
| m68332Int( ) | handle an SCC interrupt |
| m68360DevInit( ) | initialize the SCC |
| m68360Int( ) | handle an SCC interrupt |
| m68562HrdInit( ) | initialize the DUSCC |
| m68562RxInt( ) | handle a receiver interrupt |
| m68562RxTxErrInt( ) | handle a receiver/transmitter error interrupt |
| m68562TxInt( ) | handle a transmitter interrupt |
| m68681Acr( ) | return the contents of the DUART auxiliary control register |
| m68681AcrSetClr( ) | set and clear bits in the DUART auxiliary control register |
| m68681DevInit( ) | intialize a M68681_DUART |
| m68681DevInit2( ) | intialize a M68681_DUART, part 2 |
| m68681Imr( ) | return the current contents of the DUART interrupt-mask register |
| m68681ImrSetClr( ) | set and clear bits in the DUART interrupt-mask register |
| m68681Int( ) | handle all DUART interrupts in one vector |
| m68681Opcr( ) | return the state of the DUART output port configuration register |
| m68681OpcrSetClr( ) | set and clear bits in the DUART output port configuration register |
| m68681Opr( ) | return the current state of the DUART output port register |
| m68681OprSetClr( ) | set and clear bits in the DUART output port register |
| m68901DevInit( ) | initialize a M68901_CHAN structure |
| mach( ) | return the contents of system register `mach' (also `macl', `pr') (SH) |
| malloc( ) | allocate a block of memory from the system memory partition (ANSI) |
| mathHardInit( ) | initialize hardware floating-point math support |
| mathSoftInit( ) | initialize software floating-point math support |
| mb86940DevInit( ) | install the driver function table |
| mb86960EndLoad( ) | initialize the driver and device |
| mb86960InitParse( ) | parse the initialization string |
| mb86960MemInit( ) | initialize memory for the chip |
| mb87030CtrlCreate( ) | create a control structure for an MB87030 SPC |
| mb87030CtrlInit( ) | initialize a control structure for an MB87030 SPC |
| mb87030Show( ) | display the values of all readable MB87030 SPC registers |
| mbcAddrFilterSet( ) | set the address filter for multicast addresses |
| mbcattach( ) | publish the `mbc' network interface and initialize the driver |
| mbcEndLoad( ) | initialize the driver and device |
| mbcIntr( ) | network interface interrupt handler |
| mbcMemInit( ) | initialize memory for the chip |
| mbcParse( ) | parse the init string |
| mbcStartOutput( ) | output packet to network interface device |
| mblen( ) | calculate the length of a multibyte character (Unimplemented) (ANSI) |
| mbstowcs( ) | convert a series of multibyte char's to wide char's (Unimplemented) (ANSI) |
| mbtowc( ) | convert a multibyte character to a wide character (Unimplemented) (ANSI) |
| mbufShow( ) | report mbuf statistics |
| memAddToPool( ) | add memory to the system memory partition |
| memalign( ) | allocate aligned memory |
| memchr( ) | search a block of memory for a character (ANSI) |
| memcmp( ) | compare two blocks of memory (ANSI) |
| memcpy( ) | copy memory from one location to another (ANSI) |
| memDevCreate( ) | create a memory device |
| memDevCreateDir( ) | create a memory device for multiple files |
| memDevDelete( ) | delete a memory device |
| memDrv( ) | install a memory driver |
| memFindMax( ) | find the largest free block in the system memory partition |
| memmove( ) | copy memory from one location to another (ANSI) |
| memOptionsSet( ) | set the debug options for the system memory partition |
| memPartAddToPool( ) | add memory to a memory partition |
| memPartAlignedAlloc( ) | allocate aligned memory from a partition |
| memPartAlloc( ) | allocate a block of memory from a partition |
| memPartCreate( ) | create a memory partition |
| memPartFindMax( ) | find the size of the largest available free block |
| memPartFree( ) | free a block of memory in a partition |
| memPartInfoGet( ) | get partition information |
| memPartOptionsSet( ) | set the debug options for a memory partition |
| memPartRealloc( ) | reallocate a block of memory in a specified partition |
| memPartShow( ) | show partition blocks and statistics |
| memPartSmCreate( ) | create a shared memory partition (VxMP Option) |
| memset( ) | set a block of memory (ANSI) |
| memShow( ) | show system memory partition blocks and statistics |
| memShowInit( ) | initialize the memory partition show facility |
| mib2ErrorAdd( ) | change a MIB-II error count |
| mib2Init( ) | initialize a MIB-II structure |
| miiAnCheck( ) | check the auto-negotiation process result |
| miiLibInit( ) | initialize the MII library |
| miiLibUnInit( ) | uninitialize the MII library |
| miiPhyInit( ) | initialize and configure the PHY devices |
| miiPhyOptFuncMultiSet( ) | set pointers to MII optional registers handlers |
| miiPhyOptFuncSet( ) | set the pointer to the MII optional registers handler |
| miiPhyUnInit( ) | uninitialize a PHY |
| miiRegsGet( ) | get the contents of MII registers |
| miiShow( ) | show routine for MII library |
| mkdir( ) | make a directory |
| mktime( ) | convert broken-down time into calendar time (ANSI) |
| mlock( ) | lock specified pages into memory (POSIX) |
| mlockall( ) | lock all pages used by a process into memory (POSIX) |
| mmuPhysToVirt( ) | translate a physical address to a virtual address (ARM) |
| mmuPro32LibInit( ) | initialize module |
| mmuPro36LibInit( ) | initialize module |
| mmuPro36PageMap( ) | map 36bit physical memory page to virtual memory page |
| mmuPro36Translate( ) | translate a virtual address to a 36bit physical address |
| mmuSh7700LibInit( ) | initialize module |
| mmuSh7750LibInit( ) | initialize module |
| mmuVirtToPhys( ) | translate a virtual address to a physical address (ARM) |
| modf( ) | separate a floating-point number into integer and fraction parts (ANSI) |
| moduleCheck( ) | verify checksums on all modules |
| moduleCreate( ) | create and initialize a module |
| moduleCreateHookAdd( ) | add a routine to be called when a module is added |
| moduleCreateHookDelete( ) | delete a previously added module create hook routine |
| moduleDelete( ) | delete module ID information (use unld() to reclaim space) |
| moduleFindByGroup( ) | find a module by group number |
| moduleFindByName( ) | find a module by name |
| moduleFindByNameAndPath( ) | find a module by file name and path |
| moduleFlagsGet( ) | get the flags associated with a module ID |
| moduleIdListGet( ) | get a list of loaded modules |
| moduleInfoGet( ) | get information about an object module |
| moduleNameGet( ) | get the name associated with a module ID |
| moduleSegFirst( ) | find the first segment in a module |
| moduleSegGet( ) | get (delete and return) the first segment from a module |
| moduleSegNext( ) | find the next segment in a module |
| moduleShow( ) | show the current status for all the loaded modules |
| motCpmEndLoad( ) | initialize the driver and device |
| motFccDrvShow( ) | Debug Function to show FCC parameter ram addresses, |
| motFccEndLoad( ) | initialize the driver and device |
| motFccEndLoad( ) | initialize the driver and device |
| motFccEramShow( ) | Debug Function to show FCC CP ethernet parameter ram. |
| motFccIramShow( ) | Debug Function to show FCC CP internal ram parameters. |
| motFccMibShow( ) | Debug Function to show MIB statistics. |
| motFccMiiShow( ) | Debug Function to show the Mii settings in the Phy Info |
| motFccPramShow( ) | Debug Function to show FCC CP parameter ram. |
| motFccRxStallCheck( ) | Check for a Receive stall. |
| motFccShow( ) | Debug Function to show driver specific contol data. |
| motFecEndLoad( ) | initialize the driver and device |
| mountdInit( ) | initialize the mount daemon |
| mqPxLibInit( ) | initialize the POSIX message queue library |
| mqPxShowInit( ) | initialize the POSIX message queue show facility |
| mq_close( ) | close a message queue (POSIX) |
| mq_getattr( ) | get message queue attributes (POSIX) |
| mq_notify( ) | notify a task that a message is available on a queue (POSIX) |
| mq_open( ) | open a message queue (POSIX) |
| mq_receive( ) | receive a message from a message queue (POSIX) |
| mq_send( ) | send a message to a message queue (POSIX) |
| mq_setattr( ) | set message queue attributes (POSIX) |
| mq_unlink( ) | remove a message queue (POSIX) |
| mRegs( ) | modify registers |
| mRouteAdd( ) | add multiple routes to the same destination |
| mRouteDelete( ) | delete a route from the routing table |
| mRouteEntryAdd( ) | add a protocol-specific route to the routing table |
| mRouteEntryDelete( ) | delete route from the routing table |
| mRouteShow( ) | display all IP routes (verbose information) |
| msgQCreate( ) | create and initialize a message queue |
| msgQDelete( ) | delete a message queue |
| msgQDistCreate( ) | create a distributed message queue (VxFusion option) |
| msgQDistGrpAdd( ) | add a distributed message queue to a group (VxFusion option) |
| msgQDistGrpDelete( ) | delete a distributed message queue from a group (VxFusion option) |
| msgQDistGrpShow( ) | display all or one group with its members (VxFusion option) |
| msgQDistNumMsgs( ) | get the number of messages in a distributed message queue (VxFusion option) |
| msgQDistReceive( ) | receive a message from a distributed message queue (VxFusion option) |
| msgQDistSend( ) | send a message to a distributed message queue (VxFusion option) |
| msgQDistShowInit( ) | initialize the distributed message queue show package (VxFusion option) |
| msgQEvStart( ) | start event notification process for a message queue |
| msgQEvStop( ) | stop event notification process for a message queue |
| msgQInfoGet( ) | get information about a message queue |
| msgQNumMsgs( ) | get the number of messages queued to a message queue |
| msgQReceive( ) | receive a message from a message queue |
| msgQSend( ) | send a message to a message queue |
| msgQShow( ) | show information about a message queue |
| msgQShowInit( ) | initialize the message queue show facility |
| msgQSmCreate( ) | create and initialize a shared memory message queue (VxMP Option) |
| munlock( ) | unlock specified pages (POSIX) |
| munlockall( ) | unlock all pages used by a process (POSIX) |
| muxAddressForm( ) | form a frame with a link-layer address |
| muxAddrResFuncAdd( ) | replace the default address resolution function |
| muxAddrResFuncDel( ) | delete an address resolution function |
| muxAddrResFuncGet( ) | get the address resolution function for ifType/protocol |
| muxBind( ) | create a binding between a network service and an END |
| muxDevExists( ) | tests whether a device is already loaded into the MUX |
| muxDevLoad( ) | load a driver into the MUX |
| muxDevStart( ) | start a device by calling its start routine |
| muxDevStop( ) | stop a device by calling its stop routine |
| muxDevUnload( ) | unloads a device from the MUX |
| muxIoctl( ) | send control information to the MUX or to a device |
| muxIterateByName( ) | Iterate throught all end devices for a given name. |
| muxLibInit( ) | initialize global state for the MUX |
| muxLinkHeaderCreate( ) | attach a link-level header to a packet |
| muxMCastAddrAdd( ) | add a multicast address to a device's multicast table |
| muxMCastAddrDel( ) | delete a multicast address from a device's multicast table |
| muxMCastAddrGet( ) | get the multicast address table from the MUX/Driver |
| muxPacketAddrGet( ) | get addressing information from a packet |
| muxPacketDataGet( ) | return the data from a packet |
| muxPollDevAdd( ) | adds a device to list polled by 'tMuxPollTask' |
| muxPollDevDel( ) | removes a device from the list polled by 'tMuxPollTask' |
| muxPollDevStat( ) | reports whether device is on list polled by 'tMuxPollTask' |
| muxPollEnd( ) | shuts down 'tMuxPollTask' and returns devices to interrupt mode |
| muxPollReceive( ) | now 'deprecated', see muxTkPollReceive() |
| muxPollSend( ) | now 'deprecated', see muxTkPollSend() |
| muxPollStart( ) | initialize and start the MUX poll task |
| muxSend( ) | send a packet out on a network interface |
| muxShow( ) | display configuration of devices registered with the MUX |
| muxTaskDelayGet( ) | get the delay on the polling task |
| muxTaskDelaySet( ) | set the inter-cycle delay on the polling task |
| muxTaskPriorityGet( ) | get the priority of 'tMuxPollTask' |
| muxTaskPrioritySet( ) | reset the priority of 'tMuxPollTask' |
| muxTkBind( ) | bind an NPT protocol to a driver |
| muxTkCookieGet( ) | returns the cookie for a device |
| muxTkDrvCheck( ) | checks if the device is an NPT or an END interface |
| muxTkPollReceive( ) | poll for a packet from a NPT or END driver |
| muxTkPollSend( ) | send a packet out in polled mode to an END or NPT interface |
| muxTkReceive( ) | receive a packet from a NPT driver |
| muxTkSend( ) | send a packet out on a Toolkit or END network interface |
| muxUnbind( ) | detach a network service from the specified device |
| mv( ) | mv file into other directory. |
| | |
| nanosleep( ) | suspend the current task until the time interval elapses (POSIX) |
| ncr710CtrlCreate( ) | create a control structure for an NCR 53C710 SIOP |
| ncr710CtrlCreateScsi2( ) | create a control structure for the NCR 53C710 SIOP |
| ncr710CtrlInit( ) | initialize a control structure for an NCR 53C710 SIOP |
| ncr710CtrlInitScsi2( ) | initialize a control structure for the NCR 53C710 SIOP |
| ncr710SetHwRegister( ) | set hardware-dependent registers for the NCR 53C710 SIOP |
| ncr710SetHwRegisterScsi2( ) | set hardware-dependent registers for the NCR 53C710 |
| ncr710Show( ) | display the values of all readable NCR 53C710 SIOP registers |
| ncr710ShowScsi2( ) | display the values of all readable NCR 53C710 SIOP registers |
| ncr710SingleStep( ) | perform a single-step |
| ncr710StepEnable( ) | enable/disable script single-step |
| ncr810CtrlCreate( ) | create a control structure for the NCR 53C8xx SIOP |
| ncr810CtrlInit( ) | initialize a control structure for the NCR 53C8xx SIOP |
| ncr810SetHwRegister( ) | set hardware-dependent registers for the NCR 53C8xx SIOP |
| ncr810Show( ) | display values of all readable NCR 53C8xx SIOP registers |
| ncr5390CtrlCreate( ) | create a control structure for an NCR 53C90 ASC |
| ncr5390CtrlCreateScsi2( ) | create a control structure for an NCR 53C90 ASC |
| ncr5390CtrlInit( ) | initialize the user-specified fields in an ASC structure |
| ncr5390Show( ) | display the values of all readable NCR5390 chip registers |
| ne2000EndLoad( ) | initialize the driver and device |
| netBufLibInit( ) | initialize netBufLib |
| netClBlkFree( ) | free a `clBlk'-cluster construct back to the memory pool |
| netClBlkGet( ) | get a `clBlk' |
| netClBlkJoin( ) | join a cluster to a `clBlk' structure |
| netClFree( ) | free a cluster back to the memory pool |
| netClPoolIdGet( ) | return a CL_POOL_ID for a specified buffer size |
| netClusterGet( ) | get a cluster from the specified cluster pool |
| netDevCreate( ) | create a remote file device |
| netDevCreate2( ) | create a remote file device with fixed buffer size |
| netDrv( ) | install the network remote file driver |
| netDrvDebugLevelSet( ) | set the debug level of the netDrv library routines |
| netDrvFileDoesNotExistInstall( ) | install an applette to test if the file exists |
| netHelp( ) | print a synopsis of network routines |
| netLibGeneralInit( ) | initialize the various network code |
| netLibInit( ) | initialize the network package |
| netMblkChainDup( ) | duplicate an `mBlk' chain |
| netMblkClChainFree( ) | free a chain of `mBlk'-`clBlk'-cluster constructs |
| netMblkClFree( ) | free an `mBlk'-`clBlk'-cluster construct |
| netMblkClGet( ) | get a `clBlk'-cluster and join it to the specified `mBlk' |
| netMblkClJoin( ) | join an `mBlk' to a `clBlk'-cluster construct |
| netMblkDup( ) | duplicate an `mBlk' |
| netMblkFree( ) | free an `mBlk' back to its memory pool |
| netMblkGet( ) | get an `mBlk' from a memory pool |
| netMblkToBufCopy( ) | copy data from an `mBlk' to a buffer |
| netPoolDelete( ) | delete a memory pool |
| netPoolInit( ) | initialize a netBufLib-managed memory pool |
| netPoolKheapInit( ) | kernel heap version of netPoolInit() |
| netPoolShow( ) | show pool statistics |
| netShowInit( ) | initialize network show routines |
| netStackDataPoolShow( ) | show network stack data pool statistics |
| netStackSysPoolShow( ) | show network stack system pool statistics |
| netTask( ) | network task entry point |
| netTupleGet( ) | get an `mBlk'-`clBlk'-cluster |
| nextIndex( ) | the comparison routine for the AVL tree |
| nfsAuthUnixGet( ) | get the NFS UNIX authentication parameters |
| nfsAuthUnixPrompt( ) | modify the NFS UNIX authentication parameters |
| nfsAuthUnixSet( ) | set the NFS UNIX authentication parameters |
| nfsAuthUnixShow( ) | display the NFS UNIX authentication parameters |
| nfsDevInfoGet( ) | read configuration information from the requested NFS device |
| nfsDevListGet( ) | create list of all the NFS devices in the system |
| nfsDevShow( ) | display the mounted NFS devices |
| nfsdInit( ) | initialize the NFS server |
| nfsDrv( ) | install the NFS driver |
| nfsDrvNumGet( ) | return the IO system driver number for the nfs driver |
| nfsdStatusGet( ) | get the status of the NFS server |
| nfsdStatusShow( ) | show the status of the NFS server |
| nfsExport( ) | specify a file system to be NFS exported |
| nfsExportShow( ) | display the exported file systems of a remote host |
| nfsHelp( ) | display the NFS help menu |
| nfsIdSet( ) | set the ID number of the NFS UNIX authentication parameters |
| nfsMount( ) | mount an NFS file system |
| nfsMountAll( ) | mount all file systems exported by a specified host |
| nfsUnexport( ) | remove a file system from the list of exported file systems |
| nfsUnmount( ) | unmount an NFS device |
| nicEndLoad( ) | initialize the driver and device |
| nicEvbattach( ) | publish and initialize the `nicEvb' network interface driver |
| nicEvbInitParse( ) | parse the initialization string |
| nicTxStartup( ) | the driver's actual output routine |
| npc( ) | return the contents of the next program counter (SimSolaris) |
| ns16550DevInit( ) | intialize an NS16550 channel |
| ns16550Int( ) | interrupt level processing |
| ns16550IntEx( ) | miscellaneous interrupt processing |
| ns16550IntRd( ) | handle a receiver interrupt |
| ns16550IntWr( ) | handle a transmitter interrupt |
| ns83902EndLoad( ) | initialize the driver and device |
| ns83902RegShow( ) | prints the current value of the NIC registers |
| ntPassFsDevInit( ) | associate a device with ntPassFs file system functions |
| ntPassFsInit( ) | prepare to use the ntPassFs library |
| nvr4101DSIUDevInit( ) | initialization of the NVR4101DSIU DSIU. |
| nvr4101DSIUInt( ) | interrupt level processing |
| nvr4101DSIUIntMask( ) | Mask interrupts from the DSIU. |
| nvr4101DSIUIntUnmask( ) | Unmask interrupts from the DSIU. |
| nvr4101SIUCharToTxWord( ) | Translate character to output word format. |
| nvr4101SIUDevInit( ) | initialization of the NVR4101SIU SIU. |
| nvr4101SIUInt( ) | interrupt level processing |
| nvr4101SIUIntMask( ) | Mask interrupts from the SIU. |
| nvr4101SIUIntUnmask( ) | Unmask interrupts from the SIU. |
| nvr4102DSIUDevInit( ) | initialization of the NVR4102DSIU DSIU. |
| nvr4102DSIUInt( ) | interrupt level processing |
| nvr4102DSIUIntMask( ) | Mask interrupts from the DSIU. |
| nvr4102DSIUIntUnmask( ) | Unmask interrupts from the DSIU. |
| | |
| o0( ) | return the contents of register o0 (also o1-o7) (SimSolaris) |
| open( ) | open a file |
| opendir( ) | open a directory for searching (POSIX) |
| operator delete( ) | default run-time support for memory deallocation (C++) |
| operator new( ) | default run-time support for operator new (C++) |
| operator new( ) | default run-time support for operator new (nothrow) (C++) |
| operator new( ) | run-time support for operator new with placement (C++) |
| ossCalloc( ) [USB] | Allocates memory initialized to zeros |
| ossFree( ) [USB] | Master USB memory free routine. |
| ossInitialize( ) [USB] | Initializes ossLib |
| ossMalloc( ) [USB] | Master USB memory allocation routine. |
| ossMemUsedGet( ) [USB] | Retrieves amount of memory currently in use by USB. |
| ossMutexCreate( ) [USB] | Creates a new mutex |
| ossMutexDestroy( ) [USB] | Destroys a mutex |
| ossMutexRelease( ) [USB] | Releases (gives) a mutex |
| ossMutexTake( ) [USB] | Attempts to take a mutex |
| ossOldFree( ) [USB] | Frees globally allocated memory |
| ossOldInstall( ) [USB] | Installs old method of USB malloc and free. |
| ossOldMalloc( ) [USB] | Global memory allocation |
| ossPartFree( ) [USB] | Frees globally allocated memory |
| ossPartIdGet( ) [USB] | Retrieves the partition ID of USB memory partition. |
| ossPartMalloc( ) [USB] | USB memory allocation. |
| ossPartSizeGet( ) [USB] | Retrieves the size of the USB memory partition. |
| ossPartSizeSet( ) [USB] | Sets the the initial size of the USB memory partition. |
| ossSemCreate( ) [USB] | Creates a new semaphore |
| ossSemDestroy( ) [USB] | Destroys a semaphore |
| ossSemGive( ) [USB] | Signals a semaphore |
| ossSemTake( ) [USB] | Attempts to take a semaphore |
| ossShutdown( ) [USB] | Shuts down ossLib |
| ossStatus( ) [USB] | Returns OK or ERROR and sets errno based on status |
| ossThreadCreate( ) [USB] | Spawns a new thread |
| ossThreadDestroy( ) [USB] | Attempts to destroy a thread |
| ossThreadSleep( ) [USB] | Voluntarily relinquishes the CPU |
| ossTime( ) [USB] | Returns relative system time in msec |
| | |
| passFsDevInit( ) | associate a device with passFs file system functions |
| passFsInit( ) | prepare to use the passFs library |
| pause( ) | suspend the task until delivery of a signal (POSIX) |
| pc( ) | return the contents of the program counter |
| pccardAtaEnabler( ) | enable the PCMCIA-ATA device |
| pccardEltEnabler( ) | enable the PCMCIA Etherlink III card |
| pccardMkfs( ) | initialize a device and mount a DOS file system |
| pccardMount( ) | mount a DOS file system |
| pccardSramEnabler( ) | enable the PCMCIA-SRAM driver |
| pccardTffsEnabler( ) | enable the PCMCIA-TFFS driver |
| pciAutoAddrAlign( ) | Align a PCI address and check boundary conditions. |
| pciAutoBusNumberSet( ) | Set the primary, secondary, and subordinate bus number. |
| pciAutoCfg( ) | Automatically configure all nonexcluded PCI headers. |
| pciAutoCfgCtl( ) | set or get pciAutoConfigLib options. |
| pciAutoConfig( ) | Automatically configure all nonexcluded PCI headers. Obsolete. |
| pciAutoConfigLibInit( ) | initialize PCI autoconfig library. |
| pciAutoDevReset( ) | Quiesce a PCI device and reset all writeable status bits. |
| pciAutoFuncDisable( ) | Disable a specific PCI function. |
| pciAutoFuncEnable( ) | Perform final configuration and enable a function. |
| pciAutoGetNextClass( ) | find the next device of specific type from probe list. |
| pciAutoRegConfig( ) | Assign PCI space to a single PCI base address register. |
| pcicInit( ) | initialize the PCIC chip |
| pciConfigBdfPack( ) | pack parameters for the Configuration Address Register |
| pciConfigCmdWordShow( ) | show the decoded value of the command word |
| pciConfigExtCapFind( ) | find extended capability in ECP linked list |
| pciConfigForeachFunc( ) | check condition on specified bus |
| pciConfigFuncShow( ) | show configuration details about a function |
| pciConfigInByte( ) | read one byte from the PCI configuration space |
| pciConfigInLong( ) | read one longword from the PCI configuration space |
| pciConfigInWord( ) | read one word from the PCI configuration space |
| pciConfigLibInit( ) | initialize the configuration access-method and addresses |
| pciConfigModifyByte( ) | Perform a masked longword register update |
| pciConfigModifyLong( ) | Perform a masked longword register update |
| pciConfigModifyWord( ) | Perform a masked longword register update |
| pciConfigOutByte( ) | write one byte to the PCI configuration space |
| pciConfigOutLong( ) | write one longword to the PCI configuration space |
| pciConfigOutWord( ) | write one 16-bit word to the PCI configuration space |
| pciConfigReset( ) | disable cards for warm boot |
| pciConfigStatusWordShow( ) | show the decoded value of the status word |
| pciConfigTopoShow( ) | show PCI topology |
| pcicShow( ) | show all configurations of the PCIC chip |
| pciDevConfig( ) | configure a device on a PCI bus |
| pciDeviceShow( ) | print information about PCI devices |
| pciFindClass( ) | find the nth occurence of a device by PCI class code. |
| pciFindClassShow( ) | find a device by 24-bit class code |
| pciFindDevice( ) | find the nth device with the given device & vendor ID |
| pciFindDeviceShow( ) | find a device by deviceId, then print an information. |
| pciHeaderShow( ) | print a header of the specified PCI device |
| pciInt( ) | interrupt handler for shared PCI interrupt. |
| pciIntConnect( ) | connect the interrupt handler to the PCI interrupt. |
| pciIntDisconnect( ) | disconnect the interrupt handler (OBSOLETE) |
| pciIntDisconnect2( ) | disconnect an interrupt handler from the PCI interrupt. |
| pciIntLibInit( ) | initialize the pciIntLib module |
| pciSpecialCycle( ) | generate a special cycle with a message |
| pcmciad( ) | handle task-level PCMCIA events |
| pcmciaInit( ) | initialize the PCMCIA event-handling package |
| pcmciaShow( ) | show all configurations of the PCMCIA chip |
| pcmciaShowInit( ) | initialize all show routines for PCMCIA drivers |
| pegasusDestroyDevice( ) [USB] | disposes of a PEGASUS_DEVICE structure |
| pegasusDevInit( ) [USB] | Initializes the pegasus Device structure. |
| pegasusEndIoctl( ) [USB] | the driver I/O control routine |
| pegasusEndStart( ) [USB] | Starts communications over Ethernet via usb (device) |
| pegasusEndStop( ) [USB] | Disables communication over Ethernet via usb (device) |
| pegasusMCastFilterSet( ) [USB] | Sets a Multicast Address Filter for the device |
| pegasusSend( ) [USB] | initiates data transmission to the device |
| pentiumBtc( ) | execute atomic compare-and-exchange instruction to clear a bit |
| pentiumBts( ) | execute atomic compare-and-exchange instruction to set a bit |
| pentiumCr4Get( ) | get contents of CR4 register |
| pentiumCr4Set( ) | sets specified value to the CR4 register |
| pentiumMcaEnable( ) | enable/disable the MCA (Machine Check Architecture) |
| pentiumMcaShow( ) | show MCA (Machine Check Architecture) registers |
| pentiumMsrGet( ) | get the contents of the specified MSR (Model Specific Register) |
| pentiumMsrInit( ) | initialize all the MSRs (Model Specific Register) |
| pentiumMsrSet( ) | set a value to the specified MSR (Model Specific Registers) |
| pentiumMsrShow( ) | show all the MSR (Model Specific Register) |
| pentiumMtrrDisable( ) | disable MTRR (Memory Type Range Register) |
| pentiumMtrrEnable( ) | enable MTRR (Memory Type Range Register) |
| pentiumMtrrGet( ) | get MTRRs to a specified MTRR table |
| pentiumMtrrSet( ) | set MTRRs from specified MTRR table with WRMSR instruction. |
| pentiumP5PmcGet( ) | get the contents of P5 PMC0 and PMC1 |
| pentiumP5PmcGet0( ) | get the contents of P5 PMC0 |
| pentiumP5PmcGet1( ) | get the contents of P5 PMC1 |
| pentiumP5PmcReset( ) | reset both PMC0 and PMC1 |
| pentiumP5PmcReset0( ) | reset PMC0 |
| pentiumP5PmcReset1( ) | reset PMC1 |
| pentiumP5PmcStart0( ) | start PMC0 |
| pentiumP5PmcStart1( ) | start PMC1 |
| pentiumP5PmcStop( ) | stop both P5 PMC0 and PMC1 |
| pentiumP5PmcStop0( ) | stop P5 PMC0 |
| pentiumP5PmcStop1( ) | stop P5 PMC1 |
| pentiumP6PmcGet( ) | get the contents of PMC0 and PMC1 |
| pentiumP6PmcGet0( ) | get the contents of PMC0 |
| pentiumP6PmcGet1( ) | get the contents of PMC1 |
| pentiumP6PmcReset( ) | reset both PMC0 and PMC1 |
| pentiumP6PmcReset0( ) | reset PMC0 |
| pentiumP6PmcReset1( ) | reset PMC1 |
| pentiumP6PmcStart( ) | start both PMC0 and PMC1 |
| pentiumP6PmcStop( ) | stop both PMC0 and PMC1 |
| pentiumP6PmcStop1( ) | stop PMC1 |
| pentiumPmcGet( ) | get the contents of PMC0 and PMC1 |
| pentiumPmcGet0( ) | get the contents of PMC0 |
| pentiumPmcGet1( ) | get the contents of PMC1 |
| pentiumPmcReset( ) | reset both PMC0 and PMC1 |
| pentiumPmcReset0( ) | reset PMC0 |
| pentiumPmcReset1( ) | reset PMC1 |
| pentiumPmcShow( ) | show PMCs (Performance Monitoring Counters) |
| pentiumPmcStart( ) | start both PMC0 and PMC1 |
| pentiumPmcStart0( ) | start PMC0 |
| pentiumPmcStart1( ) | start PMC1 |
| pentiumPmcStop( ) | stop both PMC0 and PMC1 |
| pentiumPmcStop0( ) | stop PMC0 |
| pentiumPmcStop1( ) | stop PMC1 |
| pentiumSerialize( ) | execute a serializing instruction CPUID |
| pentiumTlbFlush( ) | flush TLBs (Translation Lookaside Buffers) |
| pentiumTscGet32( ) | get the lower half of the 64Bit TSC (Timestamp Counter) |
| pentiumTscGet64( ) | get 64Bit TSC (Timestamp Counter) |
| pentiumTscReset( ) | reset the TSC (Timestamp Counter) |
| period( ) | spawn a task to call a function periodically |
| periodRun( ) | call a function periodically |
| perror( ) | map an error number in `errno' to an error message (ANSI) |
| ping( ) | test that a remote host is reachable |
| pingLibInit( ) | initialize the ping() utility |
| pipeDevCreate( ) | create a pipe device |
| pipeDevDelete( ) | delete a pipe device |
| pipeDrv( ) | initialize the pipe driver |
| pow( ) | compute the value of a number raised to a specified power (ANSI) |
| pow( ) | compute the value of a number raised to a specified power (ANSI) |
| powf( ) | compute the value of a number raised to a specified power (ANSI) |
| ppc403DevInit( ) | initialize the serial port unit |
| ppc403DummyCallback( ) | dummy callback routine |
| ppc403IntEx( ) | handle error interrupts |
| ppc403IntRd( ) | handle a receiver interrupt |
| ppc403IntWr( ) | handle a transmitter interrupt |
| ppc555SciDevInit( ) | initialize a PPC555SCI channel |
| ppc555SciDevInit2( ) | initialize a PPC555SCI, part 2 |
| ppc555SciInt( ) | handle a channel's interrupt |
| ppc860DevInit( ) | initialize the SMC |
| ppc860Int( ) | handle an SMC interrupt |
| pppDelete( ) | delete a PPP network interface |
| pppHookAdd( ) | add a hook routine on a unit basis |
| pppHookDelete( ) | delete a hook routine on a unit basis |
| pppInfoGet( ) | get PPP link status information |
| pppInfoShow( ) | display PPP link status information |
| pppInit( ) | initialize a PPP network interface |
| pppSecretAdd( ) | add a secret to the PPP authentication secrets table |
| pppSecretDelete( ) | delete a secret from the PPP authentication secrets table |
| pppSecretShow( ) | display the PPP authentication secrets table |
| pppstatGet( ) | get PPP link statistics |
| pppstatShow( ) | display PPP link statistics |
| printErr( ) | write a formatted string to the standard error stream |
| printErrno( ) | print the definition of a specified error status value |
| printf( ) | write a formatted string to the standard output stream (ANSI) |
| printLogo( ) | print the VxWorks logo |
| PromptAndExecCmd( ) [USB] | Prompt for a command and execute it. |
| proxyArpLibInit( ) | initialize proxy ARP |
| proxyNetCreate( ) | create a proxy ARP network |
| proxyNetDelete( ) | delete a proxy network |
| proxyNetShow( ) | show proxy ARP networks |
| proxyPortFwdOff( ) | disable broadcast forwarding for a particular port |
| proxyPortFwdOn( ) | enable broadcast forwarding for a particular port |
| proxyPortShow( ) | show ports enabled for broadcast forwarding |
| proxyReg( ) | register a proxy client |
| proxyUnreg( ) | unregister a proxy client |
| psr( ) | return the contents of the processor status register (SimSolaris) |
| psrShow( ) | display the meaning of a specified PSR value, symbolically (ARM) |
| pthreadLibInit( ) | initialize POSIX threads support |
| pthread_attr_destroy( ) | destroy a thread attributes object (POSIX) |
| pthread_attr_getdetachstate( ) | get value of detachstate attribute from thread attributes object (POSIX) |
| pthread_attr_getinheritsched( ) | get current value if inheritsched attribute in thread attributes object (POSIX) |
| pthread_attr_getname( ) | get name of thread attribute object |
| pthread_attr_getschedparam( ) | get value of schedparam attribute from thread attributes object (POSIX) |
| pthread_attr_getschedpolicy( ) | get schedpolicy attribute from thread attributes object (POSIX) |
| pthread_attr_getscope( ) | get contention scope from thread attributes (POSIX) |
| pthread_attr_getstackaddr( ) | get value of stackaddr attribute from thread attributes object (POSIX) |
| pthread_attr_getstacksize( ) | get stack value of stacksize attribute from thread attributes object (POSIX) |
| pthread_attr_init( ) | initialize thread attributes object (POSIX) |
| pthread_attr_setdetachstate( ) | set detachstate attribute in thread attributes object (POSIX) |
| pthread_attr_setinheritsched( ) | set inheritsched attribute in thread attribute object (POSIX) |
| pthread_attr_setname( ) | set name in thread attribute object |
| pthread_attr_setschedparam( ) | set schedparam attribute in thread attributes object (POSIX) |
| pthread_attr_setschedpolicy( ) | set schedpolicy attribute in thread attributes object (POSIX) |
| pthread_attr_setscope( ) | set contention scope for thread attributes (POSIX) |
| pthread_attr_setstackaddr( ) | set stackaddr attribute in thread attributes object (POSIX) |
| pthread_attr_setstacksize( ) | set stacksize attribute in thread attributes |
| pthread_cancel( ) | cancel execution of a thread (POSIX) |
| pthread_cleanup_pop( ) | pop a cleanup routine off the top of the stack (POSIX) |
| pthread_cleanup_push( ) | pushes a routine onto the cleanup stack (POSIX) |
| pthread_cond_broadcast( ) | unblock all threads waiting on a condition (POSIX) |
| pthread_cond_destroy( ) | destroy a condition variable (POSIX) |
| pthread_cond_init( ) | initialize condition variable (POSIX) |
| pthread_cond_signal( ) | unblock a thread waiting on a condition (POSIX) |
| pthread_cond_timedwait( ) | wait for a condition variable with a timeout (POSIX) |
| pthread_cond_wait( ) | wait for a condition variable (POSIX) |
| pthread_condattr_destroy( ) | destroy a condition attributes object (POSIX) |
| pthread_condattr_init( ) | initialize a condition attribute object (POSIX) |
| pthread_create( ) | create a thread (POSIX) |
| pthread_detach( ) | dynamically detach a thread (POSIX) |
| pthread_equal( ) | compare thread IDs (POSIX) |
| pthread_exit( ) | terminate a thread (POSIX) |
| pthread_getschedparam( ) | get value of schedparam attribute from a thread (POSIX) |
| pthread_getspecific( ) | get thread specific data (POSIX) |
| pthread_join( ) | wait for a thread to terminate (POSIX) |
| pthread_key_create( ) | create a thread specific data key (POSIX) |
| pthread_key_delete( ) | delete a thread specific data key (POSIX) |
| pthread_kill( ) | send a signal to a thread (POSIX) |
| pthread_mutex_destroy( ) | destroy a mutex (POSIX) |
| pthread_mutex_getprioceiling( ) | get the value of the prioceiling attribute of a mutex (POSIX) |
| pthread_mutex_init( ) | initialize mutex from attributes object (POSIX) |
| pthread_mutex_lock( ) | lock a mutex (POSIX) |
| pthread_mutex_setprioceiling( ) | dynamically set the prioceiling attribute of a mutex (POSIX) |
| pthread_mutex_trylock( ) | lock mutex if it is available (POSIX) |
| pthread_mutex_unlock( ) | unlock a mutex (POSIX) |
| pthread_mutexattr_destroy( ) | destroy mutex attributes object (POSIX) |
| pthread_mutexattr_getprioceiling( ) | get the current value of the prioceiling attribute in a mutex attributes object (POSIX) |
| pthread_mutexattr_getprotocol( ) | get value of protocol in mutex attributes object (POSIX) |
| pthread_mutexattr_init( ) | initialize mutex attributes object (POSIX) |
| pthread_mutexattr_setprioceiling( ) | set prioceiling attribute in mutex attributes object (POSIX) |
| pthread_mutexattr_setprotocol( ) | set protocol attribute in mutex attribut object (POSIX) |
| pthread_once( ) | dynamic package initialization (POSIX) |
| pthread_self( ) | get the calling thread's ID (POSIX) |
| pthread_setcancelstate( ) | set cancellation state for calling thread (POSIX) |
| pthread_setcanceltype( ) | set cancellation type for calling thread (POSIX) |
| pthread_setschedparam( ) | dynamically set schedparam attribute for a thread (POSIX) |
| pthread_setspecific( ) | set thread specific data (POSIX) |
| pthread_sigmask( ) | change and/or examine calling thread's signal mask (POSIX) |
| pthread_testcancel( ) | create a cancellation point in the calling thread (POSIX) |
| ptyDevCreate( ) | create a pseudo terminal |
| ptyDevRemove( ) | destroy a pseudo terminal |
| ptyDrv( ) | initialize the pseudo-terminal driver |
| ptyShow( ) | show the state of the Pty Buffers |
| putc( ) | write a character to a stream (ANSI) |
| putchar( ) | write a character to the standard output stream (ANSI) |
| putenv( ) | set an environment variable |
| puts( ) | write a string to the standard output stream (ANSI) |
| putw( ) | write a word (32-bit integer) to a stream |
| pwd( ) | print the current default directory |
| | |
| qsort( ) | sort an array of objects (ANSI) |
| | |
| r0( ) | return the contents of register `r0' (also `r1' - `r14') (ARM) |
| r0( ) | return the contents of general register `r0' (also `r1'-`r15') (SH) |
| raise( ) | send a signal to the caller's task |
| ramDevCreate( ) | create a RAM disk device |
| ramDiskDevCreate( ) | Initialize a RAM Disk device |
| ramDrv( ) | prepare a RAM disk driver for use (optional) |
| rand( ) | generate a pseudo-random integer between 0 and RAND_MAX (ANSI) |
| rawFsDevInit( ) | associate a block device with raw volume functions |
| rawFsInit( ) | prepare to use the raw volume library |
| rawFsModeChange( ) | modify the mode of a raw device volume |
| rawFsReadyChange( ) | notify rawFsLib of a change in ready status |
| rawFsVolUnmount( ) | disable a raw device volume |
| rcmd( ) | execute a shell command on a remote machine |
| rdCtl( ) | implement the ICMP router discovery control function |
| rdisc( ) | implement the ICMP router discovery function |
| rdiscIfReset( ) | check for new or removed interfaces for router discovery |
| rdiscInit( ) | initialize the ICMP router discovery function |
| rdiscLibInit( ) | Initialize router discovery |
| rdiscTimerEvent( ) | called after watchdog timeout |
| read( ) | read bytes from a file or device |
| readdir( ) | read one entry from a directory (POSIX) |
| realloc( ) | reallocate a block of memory (ANSI) |
| reboot( ) | reset network devices and transfer control to boot ROMs |
| rebootHookAdd( ) | add a routine to be called at reboot |
| recv( ) | receive data from a socket |
| recvfrom( ) | receive a message from a socket |
| recvmsg( ) | receive a message from a socket |
| reld( ) | reload an object module |
| remCurIdGet( ) | get the current user name and password |
| remCurIdSet( ) | set the remote user name and password |
| remove( ) | remove a file (ANSI) |
| rename( ) | change the name of a file |
| repeat( ) | spawn a task to call a function repeatedly |
| repeatRun( ) | call a function repeatedly |
| resolvDNComp( ) | compress a DNS name in a DNS packet |
| resolvDNExpand( ) | expand a DNS compressed name from a DNS packet |
| resolvGetHostByAddr( ) | query the DNS server for the host name of an IP address |
| resolvGetHostByName( ) | query the DNS server for the IP address of a host |
| resolvInit( ) | initialize the resolver library |
| resolvMkQuery( ) | create all types of DNS queries |
| resolvParamsGet( ) | get the parameters which control the resolver library |
| resolvParamsSet( ) | set the parameters which control the resolver library |
| resolvQuery( ) | construct a query, send it, wait for a response |
| resolvSend( ) | send a pre-formatted query and return the answer |
| rewind( ) | set the file position indicator to the beginning of a file (ANSI) |
| rewinddir( ) | reset position to the start of a directory (POSIX) |
| rindex( ) | find the last occurrence of a character in a string |
| ripAddrsXtract( ) | extract socket address pointers from the route message |
| ripAuthHook( ) | sample authentication hook |
| ripAuthHookAdd( ) | add an authentication hook to a RIP interface |
| ripAuthHookDelete( ) | remove an authentication hook from a RIP interface |
| ripAuthKeyAdd( ) | add a new RIP authentication key |
| ripAuthKeyDelete( ) | delete an existing RIP authentication key |
| ripAuthKeyFind( ) | find a RIP authentication key |
| ripAuthKeyFindFirst( ) | find a RIP authentication key |
| ripAuthKeyInMD5( ) | authenticate an incoming RIP-2 message using MD5 |
| ripAuthKeyOut1MD5( ) | start MD5 authentication of an outgoing RIP-2 message |
| ripAuthKeyOut2MD5( ) | authenticate an outgoing RIP-2 message using MD5 |
| ripAuthKeyShow( ) | show current authentication configuration |
| ripDebugLevelSet( ) | specify amount of debugging output |
| ripFilterDisable( ) | prevent strict border gateway filtering |
| ripFilterEnable( ) | activate strict border gateway filtering |
| ripIfAddrExcludeListAdd( ) | add an interface to the RIP exclusion list |
| ripIfAddrExcludeListDelete( ) | delete an interface from RIP exclusion list |
| ripIfAddrReset( ) | alter the RIP configuration after an interface changes |
| ripIfExcludeListAdd( ) | Add an interface to the RIP exclusion list |
| ripIfExcludeListDelete( ) | Delete an interface from RIP exclusion list |
| ripIfExcludeListShow( ) | Show the RIP interface exclusion list |
| ripIfReset( ) | alter the RIP configuration after an interface changes |
| ripIfSearch( ) | add new interfaces to the internal list |
| ripIfShow( ) | display the internal interface table maintained by RIP |
| ripLeakHookAdd( ) | add a hook to bypass the RIP and kernel routing tables |
| ripLeakHookDelete( ) | remove a table bypass hook from a RIP interface |
| ripLibInit( ) | initialize the RIP routing library |
| ripRouteHookAdd( ) | add a hook to install static and non-RIP routes into RIP |
| ripRouteHookDelete( ) | remove the route hook |
| ripRouteShow( ) | display the internal routing table maintained by RIP |
| ripSendHookAdd( ) | add an update filter to a RIP interface |
| ripSendHookDelete( ) | remove an update filter from a RIP interface |
| ripShutdown( ) | terminate all RIP processing |
| rlogin( ) | log in to a remote host |
| rlogind( ) | the VxWorks remote login daemon |
| rlogInit( ) | initialize the remote login facility |
| rm( ) | remove a file |
| rmdir( ) | remove a directory |
| rngBufGet( ) | get characters from a ring buffer |
| rngBufPut( ) | put bytes into a ring buffer |
| rngCreate( ) | create an empty ring buffer |
| rngDelete( ) | delete a ring buffer |
| rngFlush( ) | make a ring buffer empty |
| rngFreeBytes( ) | determine the number of free bytes in a ring buffer |
| rngIsEmpty( ) | test if a ring buffer is empty |
| rngIsFull( ) | test if a ring buffer is full (no more room) |
| rngMoveAhead( ) | advance a ring pointer by bytes |
| rngNBytes( ) | determine the number of bytes in a ring buffer |
| rngPutAhead( ) | put a byte ahead in a ring buffer without moving ring pointers |
| romStart( ) | generic ROM initialization |
| round( ) | round a number to the nearest integer |
| roundf( ) | round a number to the nearest integer |
| routeAdd( ) | add a route |
| routeDelete( ) | delete a route |
| routeNetAdd( ) | add a route to a destination that is a network |
| routeShow( ) | display all IP routes (summary information) |
| routestatShow( ) | display routing statistics |
| routeTableWalk( ) | traverse the IP routing table |
| rpcInit( ) | initialize the RPC package |
| rpcTaskInit( ) | initialize a task's access to the RPC package |
| rresvport( ) | open a socket with a privileged port bound to it |
| rt11FsDateSet( ) | set the rt11Fs file system date |
| rt11FsDevInit( ) | initialize the rt11Fs device descriptor |
| rt11FsInit( ) | prepare to use the rt11Fs library |
| rt11FsMkfs( ) | initialize a device and create an rt11Fs file system |
| rt11FsModeChange( ) | modify the mode of an rt11Fs volume |
| rt11FsReadyChange( ) | notify rt11Fs of a change in ready status |
| | |
| s( ) | single-step a task |
| sa1100DevInit( ) | initialise an SA1100 channel |
| sa1100Int( ) | handle an interrupt |
| sab82532DevInit( ) | intialize an SAB82532 channel |
| sab82532Int( ) | interrupt level processing |
| scanf( ) | read and convert characters from the standard input stream (ANSI) |
| sched_get_priority_max( ) | get the maximum priority (POSIX) |
| sched_get_priority_min( ) | get the minimum priority (POSIX) |
| sched_getparam( ) | get the scheduling parameters for a specified task (POSIX) |
| sched_getscheduler( ) | get the current scheduling policy (POSIX) |
| sched_rr_get_interval( ) | get the current time slice (POSIX) |
| sched_setparam( ) | set a task's priority (POSIX) |
| sched_setscheduler( ) | set scheduling policy and scheduling parameters (POSIX) |
| sched_yield( ) | relinquish the CPU (POSIX) |
| scsi2IfInit( ) | initialize the SCSI-2 interface to scsiLib |
| scsiAutoConfig( ) | configure all devices connected to a SCSI controller |
| scsiBlkDevCreate( ) | define a logical partition on a SCSI block device |
| scsiBlkDevInit( ) | initialize fields in a SCSI logical partition |
| scsiBlkDevShow( ) | show the BLK_DEV structures on a specified physical device |
| scsiBusReset( ) | pulse the reset signal on the SCSI bus |
| scsiCacheSnoopDisable( ) | inform SCSI that hardware snooping of caches is disabled |
| scsiCacheSnoopEnable( ) | inform SCSI that hardware snooping of caches is enabled |
| scsiCacheSynchronize( ) | synchronize the caches for data coherency |
| scsiErase( ) | issue an ERASE command to a SCSI device |
| scsiFormatUnit( ) | issue a FORMAT_UNIT command to a SCSI device |
| scsiIdentMsgBuild( ) | build an identification message |
| scsiIdentMsgParse( ) | parse an identification message |
| scsiInquiry( ) | issue an INQUIRY command to a SCSI device |
| scsiIoctl( ) | perform a device-specific I/O control function |
| scsiLoadUnit( ) | issue a LOAD/UNLOAD command to a SCSI device |
| scsiMgrBusReset( ) | handle a controller-bus reset event |
| scsiMgrCtrlEvent( ) | send an event to the SCSI controller state machine |
| scsiMgrEventNotify( ) | notify the SCSI manager of a SCSI (controller) event |
| scsiMgrShow( ) | show status information for the SCSI manager |
| scsiMgrThreadEvent( ) | send an event to the thread state machine |
| scsiModeSelect( ) | issue a MODE_SELECT command to a SCSI device |
| scsiModeSense( ) | issue a MODE_SENSE command to a SCSI device |
| scsiMsgInComplete( ) | handle a complete SCSI message received from the target |
| scsiMsgOutComplete( ) | perform post-processing after a SCSI message is sent |
| scsiMsgOutReject( ) | perform post-processing when an outgoing message is rejected |
| scsiPhysDevCreate( ) | create a SCSI physical device structure |
| scsiPhysDevDelete( ) | delete a SCSI physical-device structure |
| scsiPhysDevIdGet( ) | return a pointer to a SCSI_PHYS_DEV structure |
| scsiPhysDevShow( ) | show status information for a physical device |
| scsiRdSecs( ) | read sector(s) from a SCSI block device |
| scsiRdTape( ) | read bytes or blocks from a SCSI tape device |
| scsiReadCapacity( ) | issue a READ_CAPACITY command to a SCSI device |
| scsiRelease( ) | issue a RELEASE command to a SCSI device |
| scsiReleaseUnit( ) | issue a RELEASE UNIT command to a SCSI device |
| scsiReqSense( ) | issue a REQUEST_SENSE command to a SCSI device and read results |
| scsiReserve( ) | issue a RESERVE command to a SCSI device |
| scsiReserveUnit( ) | issue a RESERVE UNIT command to a SCSI device |
| scsiRewind( ) | issue a REWIND command to a SCSI device |
| scsiSeqDevCreate( ) | create a SCSI sequential device |
| scsiSeqIoctl( ) | perform an I/O control function for sequential access devices |
| scsiSeqReadBlockLimits( ) | issue a READ_BLOCK_LIMITS command to a SCSI device |
| scsiSeqStatusCheck( ) | detect a change in media |
| scsiShow( ) | list the physical devices attached to a SCSI controller |
| scsiSpace( ) | move the tape on a specified physical SCSI device |
| scsiStartStopUnit( ) | issue a START_STOP_UNIT command to a SCSI device |
| scsiSyncXferNegotiate( ) | initiate or continue negotiating transfer parameters |
| scsiTapeModeSelect( ) | issue a MODE_SELECT command to a SCSI tape device |
| scsiTapeModeSense( ) | issue a MODE_SENSE command to a SCSI tape device |
| scsiTargetOptionsGet( ) | get options for one or all SCSI targets |
| scsiTargetOptionsSet( ) | set options for one or all SCSI targets |
| scsiTargetOptionsShow( ) | display options for specified SCSI target |
| scsiTestUnitRdy( ) | issue a TEST_UNIT_READY command to a SCSI device |
| scsiThreadInit( ) | perform generic SCSI thread initialization |
| scsiWideXferNegotiate( ) | initiate or continue negotiating wide parameters |
| scsiWrtFileMarks( ) | write file marks to a SCSI sequential device |
| scsiWrtSecs( ) | write sector(s) to a SCSI block device |
| scsiWrtTape( ) | write data to a SCSI tape device |
| select( ) | pend on a set of file descriptors |
| selectInit( ) | initialize the select facility |
| selNodeAdd( ) | add a wake-up node to a select() wake-up list |
| selNodeDelete( ) | find and delete a node from a select() wake-up list |
| selWakeup( ) | wake up a task pended in select() |
| selWakeupAll( ) | wake up all tasks in a select() wake-up list |
| selWakeupListInit( ) | initialize a select() wake-up list |
| selWakeupListLen( ) | get the number of nodes in a select() wake-up list |
| selWakeupListTerm( ) | terminate a select() wake-up list |
| selWakeupType( ) | get the type of a select() wake-up node |
| semBCreate( ) | create and initialize a binary semaphore |
| semBSmCreate( ) | create and initialize a shared memory binary semaphore (VxMP Option) |
| semCCreate( ) | create and initialize a counting semaphore |
| semClear( ) | take a release 4.x semaphore, if the semaphore is available |
| semCreate( ) | create and initialize a release 4.x binary semaphore |
| semCSmCreate( ) | create and initialize a shared memory counting semaphore (VxMP Option) |
| semDelete( ) | delete a semaphore |
| semEvStart( ) | start event notification process for a semaphore |
| semEvStop( ) | stop event notification process for a semaphore |
| semFlush( ) | unblock every task pended on a semaphore |
| semGive( ) | give a semaphore |
| semInfo( ) | get a list of task IDs that are blocked on a semaphore |
| semInit( ) | initialize a static binary semaphore |
| semMCreate( ) | create and initialize a mutual-exclusion semaphore |
| semMGiveForce( ) | give a mutual-exclusion semaphore without restrictions |
| semPxLibInit( ) | initialize POSIX semaphore support |
| semPxShowInit( ) | initialize the POSIX semaphore show facility |
| semShow( ) | show information about a semaphore |
| semShowInit( ) | initialize the semaphore show facility |
| semTake( ) | take a semaphore |
| sem_close( ) | close a named semaphore (POSIX) |
| sem_destroy( ) | destroy an unnamed semaphore (POSIX) |
| sem_getvalue( ) | get the value of a semaphore (POSIX) |
| sem_init( ) | initialize an unnamed semaphore (POSIX) |
| sem_open( ) | initialize/open a named semaphore (POSIX) |
| sem_post( ) | unlock (give) a semaphore (POSIX) |
| sem_trywait( ) | lock (take) a semaphore, returning error if unavailable (POSIX) |
| sem_unlink( ) | remove a named semaphore (POSIX) |
| sem_wait( ) | lock (take) a semaphore, blocking if not available (POSIX) |
| send( ) | send data to a socket |
| sendAdvert( ) | send an advertisement to one location |
| sendAdvertAll( ) | send an advertisement to all active locations |
| sendmsg( ) | send a message to a socket |
| sendto( ) | send a message to a socket |
| set_new_handler( ) | set new_handler to user-defined function (C++) |
| set_terminate( ) | set terminate to user-defined function (C++) |
| setbuf( ) | specify the buffering for a stream (ANSI) |
| setbuffer( ) | specify buffering for a stream |
| sethostname( ) | set the symbolic name of this machine |
| setjmp( ) | save the calling environment in a `jmp_buf' argument (ANSI) |
| setlinebuf( ) | set line buffering for standard output or standard error |
| setlocale( ) | set the appropriate locale (ANSI) |
| setsockopt( ) | set socket options |
| setvbuf( ) | specify buffering for a stream (ANSI) |
| sh7615EndLoad( ) | initialize the driver and device |
| shell( ) | the shell entry point |
| shellHistory( ) | display or set the size of shell history |
| shellInit( ) | start the shell |
| shellLock( ) | lock access to the shell |
| shellOrigStdSet( ) | set the shell's default input/output/error file descriptors |
| shellPromptSet( ) | change the shell prompt |
| shellScriptAbort( ) | signal the shell to stop processing a script |
| show( ) | print information on a specified object |
| shSciDevInit( ) | initialize a on-chip serial communication interface |
| shScifDevInit( ) | initialize a on-chip serial communication interface |
| shScifIntErr( ) | handle a channel's error interrupt. |
| shScifIntRcv( ) | handle a channel's receive-character interrupt. |
| shScifIntTx( ) | handle a channels transmitter-ready interrupt. |
| shSciIntErr( ) | handle a channel's error interrupt. |
| shSciIntRcv( ) | handle a channel's receive-character interrupt. |
| shSciIntTx( ) | handle a channels transmitter-ready interrupt. |
| shutdown( ) | shut down a network connection |
| sigaction( ) | examine and/or specify the action associated with a signal (POSIX) |
| sigaddset( ) | add a signal to a signal set (POSIX) |
| sigblock( ) | add to a set of blocked signals |
| sigdelset( ) | delete a signal from a signal set (POSIX) |
| sigemptyset( ) | initialize a signal set with no signals included (POSIX) |
| sigfillset( ) | initialize a signal set with all signals included (POSIX) |
| sigInit( ) | initialize the signal facilities |
| sigismember( ) | test to see if a signal is in a signal set (POSIX) |
| signal( ) | specify the handler associated with a signal |
| sigpending( ) | retrieve the set of pending signals blocked from delivery (POSIX) |
| sigprocmask( ) | examine and/or change the signal mask (POSIX) |
| sigqueue( ) | send a queued signal to a task |
| sigqueueInit( ) | initialize the queued signal facilities |
| sigsetmask( ) | set the signal mask |
| sigsuspend( ) | suspend the task until delivery of a signal (POSIX) |
| sigtimedwait( ) | wait for a signal |
| sigvec( ) | install a signal handler |
| sigwait( ) | wait for a signal to be delivered (POSIX) |
| sigwaitinfo( ) | wait for real-time signals |
| sin( ) | compute a sine (ANSI) |
| sin( ) | compute a sine (ANSI) |
| sincos( ) | compute both a sine and cosine |
| sincosf( ) | compute both a sine and cosine |
| sinf( ) | compute a sine (ANSI) |
| sinh( ) | compute a hyperbolic sine (ANSI) |
| sinh( ) | compute a hyperbolic sine (ANSI) |
| sinhf( ) | compute a hyperbolic sine (ANSI) |
| SkipSpace( ) [USB] | Skips leading white space in a string |
| slattach( ) | publish the `sl' network interface and initialize the driver and device |
| sleep( ) | delay for a specified amount of time |
| slipBaudSet( ) | set the baud rate for a SLIP interface |
| slipDelete( ) | delete a SLIP interface |
| slipInit( ) | initialize a SLIP interface |
| smcFdc37b78xDevCreate( ) | set correct IO port addresses for Super I/O chip |
| smcFdc37b78xInit( ) | initializes Super I/O chip Library |
| smcFdc37b78xKbdInit( ) | initializes the keyboard controller |
| smMemAddToPool( ) | add memory to shared memory system partition (VxMP Option) |
| smMemCalloc( ) | allocate memory for array from shared memory system partition (VxMP Option) |
| smMemFindMax( ) | find largest free block in shared memory system partition (VxMP Option) |
| smMemFree( ) | free a shared memory system partition block of memory (VxMP Option) |
| smMemMalloc( ) | allocate block of memory from shared memory system partition (VxMP Option) |
| smMemOptionsSet( ) | set debug options for shared memory system partition (VxMP Option) |
| smMemRealloc( ) | reallocate block of memory from shared memory system partition (VxMP Option) |
| smMemShow( ) | show the shared memory system partition blocks and statistics (VxMP Option) |
| smNameAdd( ) | add a name to the shared memory name database (VxMP Option) |
| smNameFind( ) | look up a shared memory object by name (VxMP Option) |
| smNameFindByValue( ) | look up a shared memory object by value (VxMP Option) |
| smNameRemove( ) | remove an object from the shared memory objects name database (VxMP Option) |
| smNameShow( ) | show the contents of the shared memory objects name database (VxMP Option) |
| smNetShow( ) | show information about a shared memory network |
| smNetShow( ) | show information about a shared memory network |
| smObjAttach( ) | attach the calling CPU to the shared memory objects facility (VxMP Option) |
| smObjGlobalToLocal( ) | convert a global address to a local address (VxMP Option) |
| smObjInit( ) | initialize a shared memory objects descriptor (VxMP Option) |
| smObjLibInit( ) | install the shared memory objects facility (VxMP Option) |
| smObjLocalToGlobal( ) | convert a local address to a global address (VxMP Option) |
| smObjSetup( ) | initialize the shared memory objects facility (VxMP Option) |
| smObjShow( ) | display the current status of shared memory objects (VxMP Option) |
| smObjTimeoutLogEnable( ) | control logging of failed attempts to take a spin-lock (VxMP Option) |
| sn83932EndLoad( ) | initialize the driver and device |
| snattach( ) | publish the `sn' network interface and initialize the driver and device |
| sntpcTimeGet( ) | retrieve the current time from a remote source |
| sntpsClockSet( ) | assign a routine to access the reference clock |
| sntpsConfigSet( ) | change SNTP server broadcast settings |
| sntpsNsecToFraction( ) | convert portions of a second to NTP format |
| so( ) | single-step, but step over a subroutine |
| socket( ) | open a socket |
| sockUploadPathClose( ) | close the socket upload path (Windview) |
| sockUploadPathCreate( ) | establish an upload path to the host using a socket (Windview) |
| sockUploadPathLibInit( ) | initialize wvSockUploadPathLib library (Windview) |
| sockUploadPathWrite( ) | write to the socket upload path (Windview) |
| sp( ) | spawn a task with default parameters |
| sprintf( ) | write a formatted string to a buffer (ANSI) |
| spy( ) | begin periodic task activity reports |
| spyClkStart( ) | start collecting task activity data |
| spyClkStop( ) | stop collecting task activity data |
| spyHelp( ) | display task monitoring help menu |
| spyLibInit( ) | initialize task cpu utilization tool package |
| spyReport( ) | display task activity data |
| spyStop( ) | stop spying and reporting |
| spyTask( ) | run periodic task activity reports |
| sqrt( ) | compute a non-negative square root (ANSI) |
| sqrt( ) | compute a non-negative square root (ANSI) |
| sqrtf( ) | compute a non-negative square root (ANSI) |
| sr( ) | return the contents of the status register (MC680x0, SH) |
| sr( ) | return the contents of control register `sr' (also `gbr', `vbr') (SH) |
| sramDevCreate( ) | create a PCMCIA memory disk device |
| sramDrv( ) | install a PCMCIA SRAM memory driver |
| sramMap( ) | map PCMCIA memory onto a specified ISA address space |
| srand( ) | reset the value of the seed used to generate random numbers (ANSI) |
| sscanf( ) | read and convert characters from an ASCII string (ANSI) |
| st16552DevInit( ) | initialise an ST16552 channel |
| st16552Int( ) | interrupt level processing |
| st16552IntEx( ) | miscellaneous interrupt processing |
| st16552IntRd( ) | handle a receiver interrupt |
| st16552IntWr( ) | handle a transmitter interrupt |
| st16552MuxInt( ) | multiplexed interrupt level processing |
| stat( ) | get file status information using a pathname (POSIX) |
| statfs( ) | get file status information using a pathname (POSIX) |
| stdioFp( ) | return the standard input/output/error FILE of the current task |
| stdioInit( ) | initialize standard I/O support |
| stdioShow( ) | display file pointer internals |
| stdioShowInit( ) | initialize the standard I/O show facility |
| strcat( ) | concatenate one string to another (ANSI) |
| strchr( ) | find the first occurrence of a character in a string (ANSI) |
| strcmp( ) | compare two strings lexicographically (ANSI) |
| strcoll( ) | compare two strings as appropriate to LC_COLLATE (ANSI) |
| strcpy( ) | copy one string to another (ANSI) |
| strcspn( ) | return the string length up to the first character from a given set (ANSI) |
| strerror( ) | map an error number to an error string (ANSI) |
| strerror_r( ) | map an error number to an error string (POSIX) |
| strftime( ) | convert broken-down time into a formatted string (ANSI) |
| strlen( ) | determine the length of a string (ANSI) |
| strncat( ) | concatenate characters from one string to another (ANSI) |
| strncmp( ) | compare the first characters of two strings (ANSI) |
| strncpy( ) | copy characters from one string to another (ANSI) |
| strpbrk( ) | find the first occurrence in a string of a character from a given set (ANSI) |
| strrchr( ) | find the last occurrence of a character in a string (ANSI) |
| strspn( ) | return the string length up to the first character not in a given set (ANSI) |
| strstr( ) | find the first occurrence of a substring in a string (ANSI) |
| strtod( ) | convert the initial portion of a string to a double (ANSI) |
| strtok( ) | break down a string into tokens (ANSI) |
| strtok_r( ) | break down a string into tokens (reentrant) (POSIX) |
| strtol( ) | convert a string to a long integer (ANSI) |
| strtoul( ) | convert a string to an unsigned long integer (ANSI) |
| strxfrm( ) | transform up to characters of into (ANSI) |
| swab( ) | swap bytes |
| sym895CtrlCreate( ) | create a structure for a SYM895 device. |
| sym895CtrlInit( ) | initialize a SCSI Controller Structure. |
| sym895GPIOConfig( ) | configures general purpose pins GPIO 0-4. |
| sym895GPIOCtrl( ) | controls general purpose pins GPIO 0-4. |
| sym895HwInit( ) | hardware initialization for the 895 Chip. |
| sym895Intr( ) | interrupt service routine for the SCSI Controller. |
| sym895Loopback( ) | This routine performs loopback diagnotics on 895 chip. |
| sym895SetHwOptions( ) | sets the Sym895 chip Options. |
| sym895Show( ) | display values of all readable SYM 53C8xx SIOP registers. |
| symAdd( ) | create and add a symbol to a symbol table, including a group number |
| symByValueAndTypeFind( ) | look up a symbol by value and type |
| symByValueFind( ) | look up a symbol by value |
| symEach( ) | call a routine to examine each entry in a symbol table |
| symFindByName( ) | look up a symbol by name |
| symFindByNameAndType( ) | look up a symbol by name and type |
| symFindByValue( ) | look up a symbol by value |
| symFindByValueAndType( ) | look up a symbol by value and type |
| symLibInit( ) | initialize the symbol table library |
| symRemove( ) | remove a symbol from a symbol table |
| symSyncLibInit( ) | initialize host/target symbol table synchronization |
| symSyncTimeoutSet( ) | set WTX timeout |
| symTblCreate( ) | create a symbol table |
| symTblDelete( ) | delete a symbol table |
| sysAuxClkConnect( ) | connect a routine to the auxiliary clock interrupt |
| sysAuxClkDisable( ) | turn off auxiliary clock interrupts |
| sysAuxClkEnable( ) | turn on auxiliary clock interrupts |
| sysAuxClkRateGet( ) | get the auxiliary clock rate |
| sysAuxClkRateSet( ) | set the auxiliary clock rate |
| sysBspRev( ) | return the BSP version and revision number |
| sysBusIntAck( ) | acknowledge a bus interrupt |
| sysBusIntGen( ) | generate a bus interrupt |
| sysBusTas( ) | test and set a location across the bus |
| sysBusToLocalAdrs( ) | convert a bus address to a local address |
| sysClkConnect( ) | connect a routine to the system clock interrupt |
| sysClkDisable( ) | turn off system clock interrupts |
| sysClkEnable( ) | turn on system clock interrupts |
| sysClkRateGet( ) | get the system clock rate |
| sysClkRateSet( ) | set the system clock rate |
| sysHwInit( ) | initialize the system hardware |
| sysIntDisable( ) | disable a bus interrupt level |
| sysIntEnable( ) | enable a bus interrupt level |
| sysLocalToBusAdrs( ) | convert a local address to a bus address |
| sysMailboxConnect( ) | connect a routine to the mailbox interrupt |
| sysMailboxEnable( ) | enable the mailbox interrupt |
| sysMemTop( ) | get the address of the top of logical memory |
| sysModel( ) | return the model name of the CPU board |
| sysNanoDelay( ) | delay for specified number of nanoseconds |
| sysNvRamGet( ) | get the contents of non-volatile RAM |
| sysNvRamSet( ) | write to non-volatile RAM |
| sysPhysMemTop( ) | get the address of the top of memory |
| sysProcNumGet( ) | get the processor number |
| sysProcNumSet( ) | set the processor number |
| sysScsiBusReset( ) | assert the RST line on the SCSI bus (Western Digital WD33C93 only) |
| sysScsiConfig( ) | system SCSI configuration |
| sysScsiInit( ) | initialize an on-board SCSI port |
| sysSerialChanGet( ) | get the SIO_CHAN device associated with a serial channel |
| sysSerialHwInit( ) | initialize the BSP serial devices to a quiesent state |
| sysSerialHwInit2( ) | connect BSP serial device interrupts |
| sysSerialReset( ) | reset all SIO devices to a quiet state |
| system( ) | pass a string to a command processor (Unimplemented) (ANSI) |
| sysToMonitor( ) | transfer control to the ROM monitor |
| | |
| tan( ) | compute a tangent (ANSI) |
| tan( ) | compute a tangent (ANSI) |
| tanf( ) | compute a tangent (ANSI) |
| tanh( ) | compute a hyperbolic tangent (ANSI) |
| tanh( ) | compute a hyperbolic tangent (ANSI) |
| tanhf( ) | compute a hyperbolic tangent (ANSI) |
| tapeFsDevInit( ) | associate a sequential device with tape volume functions |
| tapeFsInit( ) | initialize the tape volume library |
| tapeFsReadyChange( ) | notify tapeFsLib of a change in ready status |
| tapeFsVolUnmount( ) | disable a tape device volume |
| tarArchive( ) | archive named file/dir onto tape in tar format |
| tarExtract( ) | extract all files from a tar formatted tape |
| tarToc( ) | display all contents of a tar formatted tape |
| taskActivate( ) | activate a task that has been initialized |
| taskCreateHookAdd( ) | add a routine to be called at every task create |
| taskCreateHookDelete( ) | delete a previously added task create routine |
| taskCreateHookShow( ) | show the list of task create routines |
| taskDelay( ) | delay a task from executing |
| taskDelete( ) | delete a task |
| taskDeleteForce( ) | delete a task without restriction |
| taskDeleteHookAdd( ) | add a routine to be called at every task delete |
| taskDeleteHookDelete( ) | delete a previously added task delete routine |
| taskDeleteHookShow( ) | show the list of task delete routines |
| taskHookInit( ) | initialize task hook facilities |
| taskHookShowInit( ) | initialize the task hook show facility |
| taskIdDefault( ) | set the default task ID |
| taskIdListGet( ) | get a list of active task IDs |
| taskIdSelf( ) | get the task ID of a running task |
| taskIdVerify( ) | verify the existence of a task |
| taskInfoGet( ) | get information about a task |
| taskInit( ) | initialize a task with a stack at a specified address |
| taskIsReady( ) | check if a task is ready to run |
| taskIsSuspended( ) | check if a task is suspended |
| taskLock( ) | disable task rescheduling |
| taskName( ) | get the name associated with a task ID |
| taskNameToId( ) | look up the task ID associated with a task name |
| taskOptionsGet( ) | examine task options |
| taskOptionsSet( ) | change task options |
| taskPriorityGet( ) | examine the priority of a task |
| taskPrioritySet( ) | change the priority of a task |
| taskRegsGet( ) | get a task's registers from the TCB |
| taskRegsSet( ) | set a task's registers |
| taskRegsShow( ) | display the contents of a task's registers |
| taskRestart( ) | restart a task |
| taskResume( ) | resume a task |
| taskSafe( ) | make the calling task safe from deletion |
| taskShow( ) | display task information from TCBs |
| taskShowInit( ) | initialize the task show routine facility |
| taskSpawn( ) | spawn a task |
| taskSRInit( ) | initialize the default task status register (MIPS) |
| taskSRSet( ) | set the task status register (MC680x0, MIPS, x86) |
| taskStatusString( ) | get a task's status as a string |
| taskSuspend( ) | suspend a task |
| taskSwitchHookAdd( ) | add a routine to be called at every task switch |
| taskSwitchHookDelete( ) | delete a previously added task switch routine |
| taskSwitchHookShow( ) | show the list of task switch routines |
| taskTcb( ) | get the task control block for a task ID |
| taskUnlock( ) | enable task rescheduling |
| taskUnsafe( ) | make the calling task unsafe from deletion |
| taskVarAdd( ) | add a task variable to a task |
| taskVarDelete( ) | remove a task variable from a task |
| taskVarGet( ) | get the value of a task variable |
| taskVarInfo( ) | get a list of task variables of a task |
| taskVarInit( ) | initialize the task variables facility |
| taskVarSet( ) | set the value of a task variable |
| tcicInit( ) | initialize the TCIC chip |
| tcicShow( ) | show all configurations of the TCIC chip |
| tcpDebugShow( ) | display debugging information for the TCP protocol |
| tcpShowInit( ) | initialize TCP show routines |
| tcpstatShow( ) | display all statistics for the TCP protocol |
| td( ) | delete a task |
| telnetdExit( ) | close an active telnet session |
| telnetdInit( ) | initialize the telnet services |
| telnetdParserSet( ) | specify a command interpreter for telnet sessions |
| telnetdStart( ) | initialize the telnet services |
| telnetdStaticTaskInitializationGet( ) | report whether tasks were pre-started by telnetd |
| tffsBootImagePut( ) | write to the boot-image region of the flash device |
| tffsDevCreate( ) | create a TrueFFS block device suitable for use with dosFs |
| tffsDevFormat( ) | format a flash device for use with TrueFFS |
| tffsDevOptionsSet( ) | set TrueFFS volume options |
| tffsDrv( ) | initialize the TrueFFS system |
| tffsRawio( ) | low level I/O access to flash components |
| tffsShow( ) | show device information on a specific socket interface |
| tffsShowAll( ) | show device information on all socket interfaces |
| tftpCopy( ) | transfer a file via TFTP |
| tftpdDirectoryAdd( ) | add a directory to the access list |
| tftpdDirectoryRemove( ) | delete a directory from the access list |
| tftpdInit( ) | initialize the TFTP server task |
| tftpdTask( ) | TFTP server daemon task |
| tftpGet( ) | get a file from a remote system |
| tftpInfoShow( ) | get TFTP status information |
| tftpInit( ) | initialize a TFTP session |
| tftpModeSet( ) | set the TFTP transfer mode |
| tftpPeerSet( ) | set the TFTP server address |
| tftpPut( ) | put a file to a remote system |
| tftpQuit( ) | quit a TFTP session |
| tftpSend( ) | send a TFTP message to the remote system |
| tftpXfer( ) | transfer a file via TFTP using a stream interface |
| ti( ) | print complete information from a task's TCB |
| tickAnnounce( ) | announce a clock tick to the kernel |
| tickGet( ) | get the value of the kernel's tick counter |
| tickSet( ) | set the value of the kernel's tick counter |
| time( ) | determine the current calendar time (ANSI) |
| timer_cancel( ) | cancel a timer |
| timer_connect( ) | connect a user routine to the timer signal |
| timer_create( ) | allocate a timer using the specified clock for a timing base (POSIX) |
| timer_delete( ) | remove a previously created timer (POSIX) |
| timer_getoverrun( ) | return the timer expiration overrun (POSIX) |
| timer_gettime( ) | get the remaining time before expiration and the reload value (POSIX) |
| timer_settime( ) | set the time until the next expiration and arm timer (POSIX) |
| timex( ) | time a single execution of a function or functions |
| timexClear( ) | clear the list of function calls to be timed |
| timexFunc( ) | specify functions to be timed |
| timexHelp( ) | display synopsis of execution timer facilities |
| timexInit( ) | include the execution timer library |
| timexN( ) | time repeated executions of a function or group of functions |
| timexPost( ) | specify functions to be called after timing |
| timexPre( ) | specify functions to be called prior to timing |
| timexShow( ) | display the list of function calls to be timed |
| tmpfile( ) | create a temporary binary file (Unimplemented) (ANSI) |
| tmpnam( ) | generate a temporary file name (ANSI) |
| tolower( ) | convert an upper-case letter to its lower-case equivalent (ANSI) |
| toupper( ) | convert a lower-case letter to its upper-case equivalent (ANSI) |
| tr( ) | resume a task |
| trgAdd( ) | add a new trigger to the trigger list |
| trgChainSet( ) | chains two triggers |
| trgDelete( ) | delete a trigger from the trigger list |
| trgDisable( ) | turn a trigger off |
| trgEnable( ) | enable a trigger |
| trgEvent( ) | trigger a user-defined event |
| trgLibInit( ) | initialize the triggering library |
| trgOff( ) | set triggering off |
| trgOn( ) | set triggering on |
| trgShow( ) | show trigger information |
| trgShowInit( ) | initialize the trigger show facility |
| trgWorkQReset( ) | Resets the trigger work queue task and queue |
| trunc( ) | truncate to integer |
| truncf( ) | truncate to integer |
| TruncSpace( ) [USB] | Truncates string to eliminate trailing whitespace |
| ts( ) | suspend a task |
| tsfsUploadPathClose( ) | close the TSFS-socket upload path (Windview) |
| tsfsUploadPathCreate( ) | open an upload path to the host using a TSFS socket (Windview) |
| tsfsUploadPathLibInit( ) | initialize wvTsfsUploadPathLib library (Windview) |
| tsfsUploadPathWrite( ) | write to the TSFS upload path (Windview) |
| tt( ) | display a stack trace of a task |
| ttyDevCreate( ) | create a VxWorks device for a serial channel |
| ttyDrv( ) | initialize the tty driver |
| tyAbortFuncSet( ) | set the abort function |
| tyAbortSet( ) | change the abort character |
| tyBackspaceSet( ) | change the backspace character |
| tyDeleteLineSet( ) | change the line-delete character |
| tyDevInit( ) | initialize the tty device descriptor |
| tyDevRemove( ) | remove the tty device descriptor |
| tyEOFSet( ) | change the end-of-file character |
| tyIoctl( ) | handle device control requests |
| tyIRd( ) | interrupt-level input |
| tyITx( ) | interrupt-level output |
| tyMonitorTrapSet( ) | change the trap-to-monitor character |
| tyRead( ) | do a task-level read for a tty device |
| tyWrite( ) | do a task-level write for a tty device |
| | |
| udpShowInit( ) | initialize UDP show routines |
| udpstatShow( ) | display statistics for the UDP protocol |
| ultraattach( ) | publish `ultra' interface and initialize device |
| ultraLoad( ) | initialize the driver and device |
| ultraPut( ) | copy a packet to the interface. |
| ultraShow( ) | display statistics for the `ultra' network interface |
| ungetc( ) | push a character back into an input stream (ANSI) |
| unixDiskDevCreate( ) | create a UNIX disk device |
| unixDiskInit( ) | initialize a dosFs disk on top of UNIX |
| unixDrv( ) | install UNIX disk driver |
| unld( ) | unload an object module by specifying a file name or module ID |
| unldByGroup( ) | unload an object module by specifying a group number |
| unldByModuleId( ) | unload an object module by specifying a module ID |
| unldByNameAndPath( ) | unload an object module by specifying a name and path |
| unlink( ) | delete a file (POSIX) |
| usbBulkBlkDevCreate( ) [USB] | create a block device. |
| usbBulkDevInit( ) [USB] | registers USB Bulk only mass storage class driver. |
| usbBulkDevIoctl( ) [USB] | perform a device-specific control. |
| usbBulkDevLock( ) [USB] | Marks USB_BULK_DEV structure as in use. |
| usbBulkDevShutDown( ) [USB] | shuts down the USB bulk-only class driver. |
| usbBulkDevUnlock( ) [USB] | Marks USB_BULK_DEV structure as unused. |
| usbBulkDynamicAttachRegister( ) [USB] | Register SCSI/BULK-ONLY device attach callback. |
| usbBulkDynamicAttachUnregister( ) [USB] | Unregisters SCSI/BULK-ONLY attach callback. |
| usbCbiUfiBlkDevCreate( ) [USB] | create a block device. |
| usbCbiUfiDevInit( ) [USB] | registers USB CBI mass storage class driver for UFI |
| usbCbiUfiDevIoctl( ) [USB] | perform a device-specific control. |
| usbCbiUfiDevLock( ) [USB] | Marks CBI_UFI_DEV structure as in use. |
| usbCbiUfiDevShutDown( ) [USB] | shuts down the USB CBI mass storage class driver. |
| usbCbiUfiDevUnlock( ) [USB] | Marks CBI_UFI_DEV structure as unused. |
| usbCbiUfiDynamicAttachRegister( ) [USB] | Register UFI device attach callback. |
| usbCbiUfiDynamicAttachUnregister( ) [USB] | Unregisters CBI_UFI attach callback. |
| usbConfigCountGet( ) [USB] | Retrieves number of device configurations |
| usbConfigDescrGet( ) [USB] | reads full configuration descriptor from device |
| usbdAddressGet( ) [USB] | Gets the USB address for a given device |
| usbdAddressSet( ) [USB] | Sets the USB address for a given device |
| usbdBusCountGet( ) [USB] | Get number of USBs attached to the host. |
| usbdBusStateSet( ) [USB] | Sets bus state (e.g., suspend/resume) |
| usbdClientRegister( ) [USB] | Registers a new client with the USBD |
| usbdClientUnregister( ) [USB] | Unregisters a USBD client |
| usbdConfigurationGet( ) [USB] | Gets USB configuration for a device |
| usbdConfigurationSet( ) [USB] | Sets USB configuration for a device |
| usbdCoreEntry( ) [USB] | Primary entry point |
| usbdCurrentFrameGet( ) [USB] | Returns the current frame number for a USB |
| usbdDescriptorGet( ) [USB] | Retrieves a USB descriptor |
| usbdDescriptorSet( ) [USB] | Sets a USB descriptor |
| usbdDynamicAttachRegister( ) [USB] | Registers client for dynamic attach notification |
| usbdDynamicAttachUnRegister( ) [USB] | Unregisters client for attach notification |
| usbDescrCopy( ) [USB] | copies descriptor to a buffer |
| usbDescrCopy32( ) [USB] | copies descriptor to a buffer |
| usbDescrParse( ) [USB] | search a buffer for the a particular USB descriptor |
| usbDescrParseSkip( ) [USB] | search for a descriptor and increment buffer |
| usbDescrStrCopy( ) [USB] | copies an ASCII string to a string descriptor |
| usbDescrStrCopy32( ) [USB] | copies an ASCII string to a string descriptor |
| usbdFeatureClear( ) [USB] | Clears a USB feature |
| usbdFeatureSet( ) [USB] | Sets a USB feature |
| usbdHcdAttach( ) [USB] | Attaches an HCD to the USBD |
| usbdHcdDetach( ) [USB] | Detaches an HCD from the USBD |
| usbdHubPortCountGet( ) [USB] | Returns number of ports connected to a hub |
| usbdInitialize( ) [USB] | Initialize the USBD |
| usbdInterfaceGet( ) [USB] | Retrieves a device's current interface |
| usbdInterfaceSet( ) [USB] | Sets a device's current interface |
| usbdMngmtCallbackSet( ) [USB] | sets management callback for a client |
| usbdNodeIdGet( ) [USB] | Gets the id of the node connected to a hub port |
| usbdNodeInfoGet( ) [USB] | Returns information about a USB node |
| usbdPipeCreate( ) [USB] | Creates a USB pipe for subsequent transfers |
| usbdPipeDestroy( ) [USB] | Destroys a USB data transfer pipe |
| usbdRootNodeIdGet( ) [USB] | Returns root node for a specific USB |
| usbdShutdown( ) [USB] | Shuts down the USBD |
| usbdSofIntervalGet( ) [USB] | Retrieves current SOF interval for a bus |
| usbdSofIntervalSet( ) [USB] | Sets current SOF interval for a bus |
| usbdSofMasterRelease( ) [USB] | Releases ownership of SOF master |
| usbdSofMasterTake( ) [USB] | Takes SOF master ownership |
| usbdStatisticsGet( ) [USB] | Retrieves USBD operating statistics |
| usbdStatusGet( ) [USB] | Retrieves USB status from a device/interface/etc. |
| usbdSynchFrameGet( ) [USB] | Returns a device's isochronous synch. frame |
| usbdTransfer( ) [USB] | Initiates a transfer on a USB pipe |
| usbdTransferAbort( ) [USB] | Aborts a transfer |
| usbdVendorSpecific( ) [USB] | Allows clients to issue vendor-specific USB requests |
| usbdVersionGet( ) [USB] | Returns USBD version information |
| usbHandleCreate( ) [USB] | Creates a new handle |
| usbHandleDestroy( ) [USB] | Destroys a handle |
| usbHandleInitialize( ) [USB] | Initializies the handle utility library |
| usbHandleShutdown( ) [USB] | Shuts down the handle utility library |
| usbHandleValidate( ) [USB] | Validates a handle |
| usbHcdAttach( ) [USB] | Attach to the HCD |
| usbHcdCurrentFrameGet( ) [USB] | Returns current frame number for a bus |
| usbHcdDetach( ) [USB] | Detach from the HCD |
| usbHcdIrpCancel( ) [USB] | Requests the HCD to cancel a pending IRP |
| usbHcdIrpSubmit( ) [USB] | Submits an IRP to the HCD for execution |
| usbHcdOhciExec( ) [USB] | HCD_EXEC_FUNC entry point for OHCI HCD |
| usbHcdPipeCreate( ) [USB] | create a pipe and calculate / reserve bus bandwidth |
| usbHcdPipeDestroy( ) [USB] | destroys pipe and releases previously allocated bandwidth |
| usbHcdPipeModify( ) [USB] | modify characteristics of an existing pipe |
| usbHcdSetBusState( ) [USB] | sets bus suspend/resume state |
| usbHcdSofIntervalGet( ) [USB] | retrieves SOF interval for a bus |
| usbHcdSofIntervalSet( ) [USB] | sets SOF interval for a bus |
| usbHcdUhciExec( ) [USB] | HCD_EXEC_FUNC entry point for UHCI HCD |
| usbHidIdleSet( ) [USB] | Issues a SET_IDLE request to a USB HID |
| usbHidProtocolSet( ) [USB] | Issues a SET_PROTOCOL request to a USB HID |
| usbHidReportSet( ) [USB] | Issues a SET_REPORT request to a USB HID |
| usbKeyboardDevInit( ) [USB] | initialize USB keyboard SIO driver |
| usbKeyboardDevShutdown( ) [USB] | shuts down keyboard SIO driver |
| usbKeyboardDynamicAttachRegister( ) [USB] | Register keyboard attach callback |
| usbKeyboardDynamicAttachUnregister( ) [USB] | Unregisters keyboard attach callback |
| usbKeyboardSioChanLock( ) [USB] | Marks SIO_CHAN structure as in use |
| usbKeyboardSioChanUnlock( ) [USB] | Marks SIO_CHAN structure as unused |
| usbListFirst( ) [USB] | Returns first entry on a linked list |
| usbListLink( ) [USB] | Add an element to a linked list |
| usbListLinkProt( ) [USB] | Add an element to a list guarded by a mutex |
| usbListNext( ) [USB] | Retrieves next pStruct in a linked list |
| usbListUnlink( ) [USB] | Remove an entry from a linked list |
| usbListUnlinkProt( ) [USB] | Removes an element from a list guarged by a mutex |
| usbMouseDevInit( ) [USB] | initialize USB mouse SIO driver |
| usbMouseDevShutdown( ) [USB] | shuts down mouse SIO driver |
| usbMouseDynamicAttachRegister( ) [USB] | Register mouse attach callback |
| usbMouseDynamicAttachUnregister( ) [USB] | Unregisters mouse attach callback |
| usbMouseSioChanLock( ) [USB] | Marks SIO_CHAN structure as in use |
| usbMouseSioChanUnlock( ) [USB] | Marks SIO_CHAN structure as unused |
| usbPegasusDevLock( ) [USB] | Marks USB_PEGASUS_DEV structure as in use. |
| usbPegasusDevUnlock( ) [USB] | Marks USB_PEGASUS_DEV structure as unused. |
| usbPegasusDynamicAttachRegister( ) [USB] | Register PEGASUS device attach callback. |
| usbPegasusDynamicAttachUnregister( ) [USB] | Unregisters PEGASUS attach callback. |
| usbPegasusEndInit( ) [USB] | Initializes the pegasus Library |
| usbPegasusEndLoad( ) [USB] | initialize the driver and device |
| usbPegasusInit( ) [USB] | Chip Initialization for the Pegasus Chip |
| usbPegasusReadPHY( ) [USB] | Read the Contents PHY registers |
| usbPegasusReadReg( ) [USB] | Read contents of specified and print |
| usbPegasusWritePHY( ) [USB] | Write the data into PHY registers |
| usbPrinterDevInit( ) [USB] | initialize USB printer SIO driver |
| usbPrinterDevShutdown( ) [USB] | shuts down printer SIO driver |
| usbPrinterDynamicAttachRegister( ) [USB] | Register printer attach callback |
| usbPrinterDynamicAttachUnregister( ) [USB] | Unregisters printer attach callback |
| usbPrinterSioChanLock( ) [USB] | Marks SIO_CHAN structure as in use |
| usbPrinterSioChanUnlock( ) [USB] | Marks SIO_CHAN structure as unused |
| usbQueueCreate( ) [USB] | Creates a O/S-independent queue structure |
| usbQueueDestroy( ) [USB] | Destroys a queue |
| usbQueueGet( ) [USB] | Retrieves a message from a queue |
| usbQueuePut( ) [USB] | Puts a message onto a queue |
| usbRecurringTime( ) [USB] | calculates recurring time for interrupt/isoch transfers |
| usbSpeakerDevInit( ) [USB] | initialize USB speaker SIO driver |
| usbSpeakerDevShutdown( ) [USB] | shuts down speaker SIO driver |
| usbSpeakerDynamicAttachRegister( ) [USB] | Register speaker attach callback |
| usbSpeakerDynamicAttachUnregister( ) [USB] | Unregisters speaker attach callback |
| usbSpeakerSeqDevLock( ) [USB] | Marks SEQ_DEV structure as in use |
| usbSpeakerSeqDevUnlock( ) [USB] | Marks SEQ_DEV structure as unused |
| usbTargControlPayloadRcv( ) [USB] | Receives data on the default control pipe |
| usbTargControlResponseSend( ) [USB] | Sends a response on the control pipe |
| usbTargCurrentFrameGet( ) [USB] | Retrieves the current USB frame number |
| usbTargDisable( ) [USB] | Disables a target channel |
| usbTargEnable( ) [USB] | Enables target channel onto USB |
| usbTargEndpointInfoGet( ) [USB] | Retrieves endpoint information for channel |
| usbTargInitialize( ) [USB] | Initializes usbTargLib |
| usbTargKbdCallbackInfo( ) [USB] | returns usbTargKbdLib callback table |
| usbTargKbdInjectReport( ) [USB] | injects a "boot report" into the interrupt pipe |
| usbTargPhilipsD12EvalCallbackInfo( ) [USB] | returns callback table |
| usbTargPipeCreate( ) [USB] | Creates a pipe for communication on an endpoint |
| usbTargPipeDestroy( ) [USB] | Destroys an endpoint pipe |
| usbTargPipeStatusSet( ) [USB] | sets pipe stalled/unstalled status |
| usbTargPrnCallbackInfo( ) [USB] | returns usbTargPrnLib callback table |
| usbTargPrnDataInfo( ) [USB] | returns buffer status/info |
| usbTargPrnDataRestart( ) [USB] | restarts listening ERP |
| usbTargShutdown( ) [USB] | Shuts down usbTargLib |
| usbTargSignalResume( ) [USB] | Drives RESUME signalling on USB |
| usbTargTcdAttach( ) [USB] | Attaches and initializes a USB target controller driver |
| usbTargTcdDetach( ) [USB] | Detaches a USB target controller driver |
| usbTargTransfer( ) [USB] | Submits a USB_ERP for transfer through a pipe |
| usbTargTransferAbort( ) [USB] | Cancels a previously submitted USB_ERP |
| usbTargVersionGet( ) [USB] | Retrieve usbTargLib version |
| usbTcdAddressSet( ) [USB] | Sets device address on the USB |
| usbTcdAttach( ) [USB] | Attach/initialize a TCD |
| usbTcdCurrentFrameGet( ) [USB] | Gets current USB frame number |
| usbTcdDetach( ) [USB] | Detaches/shuts down TCD |
| usbTcdDisable( ) [USB] | Disables TCD |
| usbTcdEnable( ) [USB] | Enables TCD |
| usbTcdEndpointAssign( ) [USB] | Assigns an endpoint for subsequent data transfer |
| usbTcdEndpointRelease( ) [USB] | Release a previously assigned endpoint |
| usbTcdEndpointStateSet( ) [USB] | Sets endpoint stall/unstall state |
| usbTcdErpCancel( ) [USB] | Cancels a USB_ERP |
| usbTcdErpSubmit( ) [USB] | Submits a USB_ERP for execution |
| usbTcdPdiusbd12EvalExec( ) [USB] | USB_TCD_EXEC_FUNC entry point for PDIUSBD12 TCD |
| usbTcdSignalResume( ) [USB] | Drives USB RESUME signalling |
| usbTransferTime( ) [USB] | Calculates bus time required for a USB transfer |
| usrAtaConfig( ) | mount a DOS file system from an ATA hard disk or a CDROM |
| usrAtaInit( ) | intialize the hard disk driver |
| usrClock( ) | user-defined system clock interrupt routine |
| usrFdConfig( ) | mount a DOS file system from a floppy disk |
| usrFdiskPartCreate( ) | create an FDISK-like partition table on a disk |
| usrFdiskPartRead( ) | read an FDISK-style partition table |
| usrFdiskPartShow( ) | parse and display partition data |
| usrIdeConfig( ) | mount a DOS file system from an IDE hard disk |
| usrInit( ) | user-defined system initialization routine |
| usrRoot( ) | the root task |
| usrScsiConfig( ) | configure SCSI peripherals |
| uswab( ) | swap bytes with buffers that are not necessarily aligned |
| utime( ) | update time on a file |
| | |
| va_arg( ) | expand to an expression having the type and value of the call's next argument |
| va_end( ) | facilitate a normal return from a routine using a `va_list' object |
| va_start( ) | initialize a `va_list' object for use by va_arg() and va_end() |
| valloc( ) | allocate memory on a page boundary |
| version( ) | print VxWorks version information |
| vfdprintf( ) | write a string formatted with a variable argument list to a file descriptor |
| vfprintf( ) | write a formatted string to a stream (ANSI) |
| vgaInit( ) | initializes the VGA chip and loads font in memory. |
| vmArch32LibInit( ) | initialize the arch specific unbundled VM library (VxVMI Option) |
| vmArch32Map( ) | map 32bit physical space into 32bit virtual space (VxVMI Option) |
| vmArch32Translate( ) | translate a 32bit virtual address to a 32bit physical address (VxVMI Option) |
| vmArch36LibInit( ) | initialize the arch specific unbundled VM library (VxVMI Option) |
| vmArch36Map( ) | map 36bit physical space into 32bit virtual space (VxVMI Option) |
| vmArch36Translate( ) | translate a 32bit virtual address to a 36bit physical address (VxVMI Option) |
| vmBaseArch32LibInit( ) | initialize the arch specific bundled VM library |
| vmBaseArch32Map( ) | map 32bit physical to the 32bit virtual memory |
| vmBaseArch32Translate( ) | translate a 32bit virtual address to a 32bit physical address |
| vmBaseArch36LibInit( ) | initialize the arch specific bundled VM library |
| vmBaseArch36Map( ) | map 36bit physical to the 32bit virtual memory |
| vmBaseArch36Translate( ) | translate a 32bit virtual address to a 36bit physical address |
| vmBaseGlobalMapInit( ) | initialize global mapping |
| vmBaseLibInit( ) | initialize base virtual memory support |
| vmBasePageSizeGet( ) | return the page size |
| vmBaseStateSet( ) | change the state of a block of virtual memory |
| vmContextCreate( ) | create a new virtual memory context (VxVMI Option) |
| vmContextDelete( ) | delete a virtual memory context (VxVMI Option) |
| vmContextShow( ) | display the translation table for a context (VxVMI Option) |
| vmCurrentGet( ) | get the current virtual memory context (VxVMI Option) |
| vmCurrentSet( ) | set the current virtual memory context (VxVMI Option) |
| vmEnable( ) | enable or disable virtual memory (VxVMI Option) |
| vmGlobalInfoGet( ) | get global virtual memory information (VxVMI Option) |
| vmGlobalMap( ) | map physical pages to virtual space in shared global virtual memory (VxVMI Option) |
| vmGlobalMapInit( ) | initialize global mapping (VxVMI Option) |
| vmLibInit( ) | initialize the virtual memory support module (VxVMI Option) |
| vmMap( ) | map physical space into virtual space (VxVMI Option) |
| vmPageBlockSizeGet( ) | get the architecture-dependent page block size (VxVMI Option) |
| vmPageSizeGet( ) | return the page size (VxVMI Option) |
| vmShowInit( ) | include virtual memory show facility (VxVMI Option) |
| vmStateGet( ) | get the state of a page of virtual memory (VxVMI Option) |
| vmStateSet( ) | change the state of a block of virtual memory (VxVMI Option) |
| vmTextProtect( ) | write-protect a text segment (VxVMI Option) |
| vmTranslate( ) | translate a virtual address to a physical address (VxVMI Option) |
| vprintf( ) | write a string formatted with a variable argument list to standard output (ANSI) |
| vsprintf( ) | write a string formatted with a variable argument list to a buffer (ANSI) |
| vxCr2Get( ) | get a content of the Control Register 2 (x86) |
| vxCr2Set( ) | set a value to the Control Register 2 (x86) |
| vxCr3Get( ) | get a content of the Control Register 3 (x86) |
| vxCr3Set( ) | set a value to the Control Register 3 (x86) |
| vxCr4Get( ) | get a content of the Control Register 4 (x86) |
| vxCr4Set( ) | set a value to the Control Register 4 (x86) |
| vxCr0Get( ) | get a content of the Control Register 0 (x86) |
| vxCr0Set( ) | set a value to the Control Register 0 (x86) |
| vxDrGet( ) | get a content of the Debug Register 0 to 7 (x86) |
| vxDrSet( ) | set a value to the Debug Register 0 to 7 (x86) |
| vxEflagsGet( ) | get a content of the EFLAGS register (x86) |
| vxEflagsSet( ) | set a value to the EFLAGS register (x86) |
| vxGdtrGet( ) | get a content of the Global Descriptor Table Register (x86) |
| vxIdtrGet( ) | get a content of the Interrupt Descriptor Table Register (x86) |
| vxLdtrGet( ) | get a content of the Local Descriptor Table Register (x86) |
| vxMemArchProbe( ) | architecture specific part of vxMemProbe |
| vxMemProbe( ) | probe an address for a bus error |
| vxPowerDown( ) | place the processor in reduced-power mode (PowerPC, SH) |
| vxPowerModeGet( ) | get the power management mode (PowerPC, SH, x86) |
| vxPowerModeSet( ) | set the power management mode (PowerPC, SH, x86) |
| vxSSDisable( ) | disable the superscalar dispatch (MC68060) |
| vxSSEnable( ) | enable the superscalar dispatch (MC68060) |
| vxTas( ) | C-callable atomic test-and-set primitive |
| vxTssGet( ) | get a content of the TASK register (x86) |
| vxTssSet( ) | set a value to the TASK register (x86) |
| | |
| wcstombs( ) | convert a series of wide char's to multibyte char's (Unimplemented) (ANSI) |
| wctomb( ) | convert a wide character to a multibyte character (Unimplemented) (ANSI) |
| wd33c93CtrlCreate( ) | create and partially initialize a WD33C93 SBIC structure |
| wd33c93CtrlCreateScsi2( ) | create and partially initialize an SBIC structure |
| wd33c93CtrlInit( ) | initialize the user-specified fields in an SBIC structure |
| wd33c93Show( ) | display the values of all readable WD33C93 chip registers |
| wdbEndPktDevInit( ) | initialize an END packet device |
| wdbNetromPktDevInit( ) | initialize a NETROM packet device for the WDB agent |
| wdbPipePktDevInit( ) | initialize a pipe packet device. |
| wdbSlipPktDevInit( ) | initialize a SLIP packet device for a WDB agent |
| wdbSystemSuspend( ) | suspend the system. |
| wdbTsfsDrv( ) | initialize the TSFS device driver for a WDB agent |
| wdbUlipPktDevInit( ) | initialize the communication functions for ULIP |
| wdbUserEvtLibInit( ) | include the WDB user event library |
| wdbUserEvtPost( ) | post a user event string to host tools. |
| wdbVioDrv( ) | initialize the tty driver for a WDB agent |
| wdCancel( ) | cancel a currently counting watchdog |
| wdCreate( ) | create a watchdog timer |
| wdDelete( ) | delete a watchdog timer |
| wdShow( ) | show information about a watchdog |
| wdShowInit( ) | initialize the watchdog show facility |
| wdStart( ) | start a watchdog timer |
| whoami( ) | display the current remote identity |
| wim( ) | return the contents of the window invalid mask register (SimSolaris) |
| write( ) | write bytes to a file |
| wvEvent( ) | log a user-defined event (WindView) |
| wvEventInst( ) | instrument VxWorks Events (WindView) |
| wvEvtBufferGet( ) | return the ID of the WindView event buffer (WindView) |
| wvEvtClassClear( ) | clear the specified class of events from those being logged (WindView) |
| wvEvtClassClearAll( ) | clear all classes of events from those logged (WindView) |
| wvEvtClassGet( ) | get the current set of classes being logged (WindView) |
| wvEvtClassSet( ) | set the class of events to log (WindView) |
| wvEvtLogInit( ) | initialize an event log (WindView) |
| wvEvtLogStart( ) | start logging events to the buffer (WindView) |
| wvEvtLogStop( ) | stop logging events to the buffer (WindView) |
| wvLibInit( ) | initialize wvLib - first step (WindView) |
| wvLibInit2( ) | initialize wvLib - final step (WindView) |
| wvLogHeaderCreate( ) | create the event-log header (WindView) |
| wvLogHeaderUpload( ) | transfer the log header to the host (WindView) |
| wvNetAddressFilterClear( ) | remove the address filter for events |
| wvNetAddressFilterSet( ) | specify an address filter for events |
| wvNetDisable( ) | end reporting of network events to WindView |
| wvNetEnable( ) | begin reporting network events to WindView |
| wvNetEventDisable( ) | deactivate specific network events |
| wvNetEventEnable( ) | activate specific network events |
| wvNetLevelAdd( ) | enable network events with specific priority level |
| wvNetLevelRemove( ) | disable network events with specific priority level |
| wvNetPortFilterClear( ) | remove the port number filter for events |
| wvNetPortFilterSet( ) | specify an address filter for events |
| wvObjInst( ) | instrument objects (WindView) |
| wvObjInstModeSet( ) | set object instrumentation on/off (WindView) |
| wvRBuffMgrPrioritySet( ) | set the priority of the WindView rBuff manager (WindView) |
| wvSigInst( ) | instrument signals (WindView) |
| wvTaskNamesPreserve( ) | preserve an extra copy of task name events (WindView) |
| wvTaskNamesUpload( ) | upload preserved task name events (WindView) |
| wvTmrRegister( ) | register a timestamp timer (WindView) |
| wvUploadStart( ) | start upload of events to the host (WindView) |
| wvUploadStop( ) | stop upload of events to host (WindView) |
| wvUploadTaskConfig( ) | set priority and stacksize of 'tWVUpload' task (WindView) |
| | |
| xattrib( ) | modify MS-DOS file attributes of many files |
| xcopy( ) | copy a hierarchy of files with wildcards |
| xdelete( ) | delete a hierarchy of files with wildcards |
| | |
| y( ) | return the contents of the y register (SimSolaris) |
| | |
| z8530DevInit( ) | intialize a Z8530_DUSART |
| z8530Int( ) | handle all interrupts in one vector |
| z8530IntEx( ) | handle error interrupts |
| z8530IntRd( ) | handle a reciever interrupt |
| z8530IntWr( ) | handle a transmitter interrupt |
| zbufCreate( ) | create an empty zbuf |
| zbufCut( ) | delete bytes from a zbuf |
| zbufDelete( ) | delete a zbuf |
| zbufDup( ) | duplicate a zbuf |
| zbufExtractCopy( ) | copy data from a zbuf to a buffer |
| zbufInsert( ) | insert a zbuf into another zbuf |
| zbufInsertBuf( ) | create a zbuf segment from a buffer and insert into a zbuf |
| zbufInsertCopy( ) | copy buffer data into a zbuf |
| zbufLength( ) | determine the length in bytes of a zbuf |
| zbufSegData( ) | determine the location of data in a zbuf segment |
| zbufSegFind( ) | find the zbuf segment containing a specified byte location |
| zbufSegLength( ) | determine the length of a zbuf segment |
| zbufSegNext( ) | get the next segment in a zbuf |
| zbufSegPrev( ) | get the previous segment in a zbuf |
| zbufSockBufSend( ) | create a zbuf from user data and send it to a TCP socket |
| zbufSockBufSendto( ) | create a zbuf from a user message and send it to a UDP socket |
| zbufSockLibInit( ) | initialize the zbuf socket interface library |
| zbufSockRecv( ) | receive data in a zbuf from a TCP socket |
| zbufSockRecvfrom( ) | receive a message in a zbuf from a UDP socket |
| zbufSockSend( ) | send zbuf data to a TCP socket |
| zbufSockSendto( ) | send a zbuf message to a UDP socket |
| zbufSplit( ) | split a zbuf into two separate zbufs |