INDEX.WRS
上传用户:xxzbdq
上传日期:2013-02-25
资源大小:6789k
文件大小:498k
源码类别:

VxWorks

开发平台:

MultiPlatform

  1. {irintf {convert a single-precision value to an integer} vxworks/ref/mathALib.html#irintf {VxWorks Reference Manual} Libraries {}}
  2. {iround {round a number to the nearest integer} vxworks/ref/mathALib.html#iround {VxWorks Reference Manual} Libraries {}}
  3. {iroundf {round a number to the nearest integer} vxworks/ref/mathALib.html#iroundf {VxWorks Reference Manual} Libraries {}}
  4. {isalnum {test whether a character is alphanumeric (ANSI)} vxworks/ref/ansiCtype.html#isalnum {VxWorks Reference Manual} Libraries {}}
  5. {isalpha {test whether a character is a letter (ANSI)} vxworks/ref/ansiCtype.html#isalpha {VxWorks Reference Manual} Libraries {}}
  6. {isatty {return whether the underlying driver is a tty device} vxworks/ref/ioLib.html#isatty {VxWorks Reference Manual} Libraries {}}
  7. {iscntrl {test whether a character is a control character (ANSI)} vxworks/ref/ansiCtype.html#iscntrl {VxWorks Reference Manual} Libraries {}}
  8. {isdigit {test whether a character is a decimal digit (ANSI)} vxworks/ref/ansiCtype.html#isdigit {VxWorks Reference Manual} Libraries {}}
  9. {isgraph {test whether a character is a printing, non-white-space character (ANSI)} vxworks/ref/ansiCtype.html#isgraph {VxWorks Reference Manual} Libraries {}}
  10. {islower {test whether a character is a lower-case letter (ANSI)} vxworks/ref/ansiCtype.html#islower {VxWorks Reference Manual} Libraries {}}
  11. {isprint {test whether a character is printable, including the space character (ANSI)} vxworks/ref/ansiCtype.html#isprint {VxWorks Reference Manual} Libraries {}}
  12. {ispunct {test whether a character is punctuation (ANSI)} vxworks/ref/ansiCtype.html#ispunct {VxWorks Reference Manual} Libraries {}}
  13. {isspace {test whether a character is a white-space character (ANSI)} vxworks/ref/ansiCtype.html#isspace {VxWorks Reference Manual} Libraries {}}
  14. {{iStrict [windsh]} {print a summary of all task TCBs, as an atomic snapshot (*) (WindSh)} tornado/tools/windsh.html#iStrict {Tornado Reference} {Tornado Tools} windsh}
  15. {isupper {test whether a character is an upper-case letter (ANSI)} vxworks/ref/ansiCtype.html#isupper {VxWorks Reference Manual} Libraries {}}
  16. {isxdigit {test whether a character is a hexadecimal digit (ANSI)} vxworks/ref/ansiCtype.html#isxdigit {VxWorks Reference Manual} Libraries {}}
  17. {{kbdReset [pc386]} {reset a keyboard} vxworks/bsp/pc386/sysLib.html#kbdReset {BSP Reference} pc386 pc386}
  18. {{kbdReset [pc486]} {reset a keyboard} vxworks/bsp/pc486/sysLib.html#kbdReset {BSP Reference} pc486 pc486}
  19. {{kbdReset [pcPentiumpro]} {reset a keyboard} vxworks/bsp/pcPentiumpro/sysLib.html#kbdReset {BSP Reference} pcPentiumpro pcPentiumpro}
  20. {{kbdReset [pcPentium]} {reset a keyboard} vxworks/bsp/pcPentium/sysLib.html#kbdReset {BSP Reference} pcPentium pcPentium}
  21. {kernelInit {initialize the kernel} vxworks/ref/kernelLib.html#kernelInit {VxWorks Reference Manual} Libraries {}}
  22. {kernelLib {VxWorks kernel library } vxworks/ref/kernelLib.html#top {VxWorks Reference Manual} Libraries {}}
  23. {kernelTimeSlice {enable round-robin selection} vxworks/ref/kernelLib.html#kernelTimeSlice {VxWorks Reference Manual} Libraries {}}
  24. {kernelVersion {return the kernel revision string} vxworks/ref/kernelLib.html#kernelVersion {VxWorks Reference Manual} Libraries {}}
  25. {kill {send a signal to a task (POSIX)} vxworks/ref/sigLib.html#kill {VxWorks Reference Manual} Libraries {}}
  26. {{l [windsh]} {disassemble and display a specified number of instructions (WindSh)} tornado/tools/windsh.html#l {Tornado Reference} {Tornado Tools} windsh}
  27. {l {disassemble and display a specified number of instructions} vxworks/ref/dbgLib.html#l {VxWorks Reference Manual} Libraries {}}
  28. {l0 {return the contents of register `l0' (also `l1' - `l7') (SPARC)} vxworks/ref/dbgArchLib.html#l0 {VxWorks Reference Manual} Libraries {}}
  29. {labs {compute the absolute value of a `long' (ANSI)} vxworks/ref/ansiStdlib.html#labs {VxWorks Reference Manual} Libraries {}}
  30. {launch {the Tornado launcher (UNIX)} tornado/tools/launch.html#top {Tornado Reference} {Tornado Tools} {}}
  31. {launchTclApi {Tcl exposures for Launch application } tornado-api/guitcl-unix/launchTclApi.html#top {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  32. {{ld [windsh]} {load an object module into memory (WindSh)} tornado/tools/windsh.html#ld {Tornado Reference} {Tornado Tools} windsh}
  33. {ld {load an object module into memory} vxworks/ref/usrLib.html#ld {VxWorks Reference Manual} Libraries {}}
  34. {ldexp {multiply a number by an integral power of 2 (ANSI)} vxworks/ref/ansiMath.html#ldexp {VxWorks Reference Manual} Libraries {}}
  35. {ldiv {compute the quotient and remainder of the division (ANSI)} vxworks/ref/ansiStdlib.html#ldiv {VxWorks Reference Manual} Libraries {}}
  36. {ldiv_r {compute a quotient and remainder (reentrant)} vxworks/ref/ansiStdlib.html#ldiv_r {VxWorks Reference Manual} Libraries {}}
  37. {ledClose {discard the line-editor ID} vxworks/ref/ledLib.html#ledClose {VxWorks Reference Manual} Libraries {}}
  38. {ledControl {change the line-editor ID parameters} vxworks/ref/ledLib.html#ledControl {VxWorks Reference Manual} Libraries {}}
  39. {ledLib {line-editing library } vxworks/ref/ledLib.html#top {VxWorks Reference Manual} Libraries {}}
  40. {ledOpen {create a new line-editor ID} vxworks/ref/ledLib.html#ledOpen {VxWorks Reference Manual} Libraries {}}
  41. {ledRead {read a line with line-editing} vxworks/ref/ledLib.html#ledRead {VxWorks Reference Manual} Libraries {}}
  42. {lio_listio {initiate a list of asynchronous I/O requests (POSIX)} vxworks/ref/aioPxLib.html#lio_listio {VxWorks Reference Manual} Libraries {}}
  43. {listbox {Tcl-driven Motif list-box manager } tornado-api/guitcl-unix/listbox.html#top {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  44. {listBoxAddItems {add items to a listbox} tornado-api/guitcl-unix/listbox.html#listBoxAddItems {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  45. {listBoxDeleteAll {delete all elements in a list box} tornado-api/guitcl-unix/listbox.html#listBoxDeleteAll {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  46. {listBoxSelect {select an item in a list box} tornado-api/guitcl-unix/listbox.html#listBoxSelect {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  47. {listBoxUpdateItems {supply a new list for a listbox} tornado-api/guitcl-unix/listbox.html#listBoxUpdateItems {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  48. {listen {enable connections to a socket} vxworks/ref/sockLib.html#listen {VxWorks Reference Manual} Libraries {}}
  49. {{lkAddr [windsh]} {list symbols whose values are near a specified value (WindSh)} tornado/tools/windsh.html#lkAddr {Tornado Reference} {Tornado Tools} windsh}
  50. {lkAddr {list symbols whose values are near a specified value} vxworks/ref/usrLib.html#lkAddr {VxWorks Reference Manual} Libraries {}}
  51. {{lkup [windsh]} {list symbols (WindSh)} tornado/tools/windsh.html#lkup {Tornado Reference} {Tornado Tools} windsh}
  52. {lkup {list symbols} vxworks/ref/usrLib.html#lkup {VxWorks Reference Manual} Libraries {}}
  53. {ll {do a long listing of directory contents} vxworks/ref/usrLib.html#ll {VxWorks Reference Manual} Libraries {}}
  54. {ln97xEnd {END style AMD Am79C97X PCnet-PCI Ethernet driver } vxworks/ref/ln97xEnd.html#top {VxWorks Reference Manual} Libraries {}}
  55. {ln97xEndLoad {initialize the driver and device} vxworks/ref/ln97xEnd.html#ln97xEndLoad {VxWorks Reference Manual} Libraries {}}
  56. {ln97xInitParse {parse the initialization string} vxworks/ref/ln97xEnd.html#ln97xInitParse {VxWorks Reference Manual} Libraries {}}
  57. {ln7990End {END style AMD 7990 LANCE Ethernet network interface driver } vxworks/ref/ln7990End.html#top {VxWorks Reference Manual} Libraries {}}
  58. {ln7990EndLoad {initialize the driver and device} vxworks/ref/ln7990End.html#ln7990EndLoad {VxWorks Reference Manual} Libraries {}}
  59. {ln7990InitMem {initialize memory for Lance chip} vxworks/ref/ln7990End.html#ln7990InitMem {VxWorks Reference Manual} Libraries {}}
  60. {ln7990InitParse {parse the initialization string} vxworks/ref/ln7990End.html#ln7990InitParse {VxWorks Reference Manual} Libraries {}}
  61. {lnattach {publish the `ln' network interface and initialize driver structures} vxworks/ref/if_ln.html#lnattach {VxWorks Reference Manual} Libraries {}}
  62. {lnPciattach {publish the `lnPci' network interface and initialize the driver and device} vxworks/ref/if_lnPci.html#lnPciattach {VxWorks Reference Manual} Libraries {}}
  63. {loadAlignGet {determine the required alignment for an address or a size} tornado-api/tgtint/loadlib.html#loadAlignGet {Tornado API Reference} {Target Server Internal Routines} {}}
  64. {loadBufferFree {free a buffer previously allocated} tornado-api/tgtint/loadlib.html#loadBufferFree {Tornado API Reference} {Target Server Internal Routines} {}}
  65. {loadCommonManage {process a common symbol} tornado-api/tgtint/loadlib.html#loadCommonManage {Tornado API Reference} {Target Server Internal Routines} {}}
  66. {loadCoreBuilderGet {publish information about the tool chain} tornado-api/tgtint/loadlib.html#loadCoreBuilderGet {Tornado API Reference} {Target Server Internal Routines} {}}
  67. {loadCoreBuilderSet {record information about the tool chain} tornado-api/tgtint/loadlib.html#loadCoreBuilderSet {Tornado API Reference} {Target Server Internal Routines} {}}
  68. {loadCoreFileCheck {check whether the core file is up to date} tornado-api/tgtint/loadlib.html#loadCoreFileCheck {Tornado API Reference} {Target Server Internal Routines} {}}
  69. {loadFlagsCheck {check for illegal combinations of flags} tornado-api/tgtint/loadlib.html#loadFlagsCheck {Tornado API Reference} {Target Server Internal Routines} {}}
  70. {loadLib {object module loader } vxworks/ref/loadLib.html#top {VxWorks Reference Manual} Libraries {}}
  71. {loadlib {host-based object-module loader } tornado-api/tgtint/loadlib.html#top {Tornado API Reference} {Target Server Internal Routines} {}}
  72. {loadModule {load an object module into memory} tornado-api/tgtint/loadlib.html#loadModule {Tornado API Reference} {Target Server Internal Routines} {}}
  73. {loadModule {load an object module into memory} vxworks/ref/loadLib.html#loadModule {VxWorks Reference Manual} Libraries {}}
  74. {loadModuleAt {load an object module into memory} tornado-api/tgtint/loadlib.html#loadModuleAt {Tornado API Reference} {Target Server Internal Routines} {}}
  75. {loadModuleAt {load an object module into memory} vxworks/ref/loadLib.html#loadModuleAt {VxWorks Reference Manual} Libraries {}}
  76. {loadModuleAtFromFileName {load an object module into memory} tornado-api/tgtint/loadlib.html#loadModuleAtFromFileName {Tornado API Reference} {Target Server Internal Routines} {}}
  77. {loadOutputToFile {write a module's segments in a file} tornado-api/tgtint/loadlib.html#loadOutputToFile {Tornado API Reference} {Target Server Internal Routines} {}}
  78. {loadRelocLink {Link the relocator Shared library to the OMF specific loader.} tornado-api/tgtint/loadlib.html#loadRelocLink {Tornado API Reference} {Target Server Internal Routines} {}}
  79. {loadSegmentsAllocate {allocate text, data, and bss segments} tornado-api/tgtint/loadlib.html#loadSegmentsAllocate {Tornado API Reference} {Target Server Internal Routines} {}}
  80. {loadUndefSymAdd {record an undefined symbol name} tornado-api/tgtint/loadlib.html#loadUndefSymAdd {Tornado API Reference} {Target Server Internal Routines} {}}
  81. {loattach {publish the `lo' network interface and initialize the driver and pseudo-device} vxworks/ref/if_loop.html#loattach {VxWorks Reference Manual} Libraries {}}
  82. {localeconv {set the components of an object with type `lconv' (ANSI)} vxworks/ref/ansiLocale.html#localeconv {VxWorks Reference Manual} Libraries {}}
  83. {localtime {convert calendar time into broken-down time (ANSI)} vxworks/ref/ansiTime.html#localtime {VxWorks Reference Manual} Libraries {}}
  84. {localtime_r {convert calendar time into broken-down time (POSIX)} vxworks/ref/ansiTime.html#localtime_r {VxWorks Reference Manual} Libraries {}}
  85. {log {compute a natural logarithm (ANSI)} vxworks/ref/mathALib.html#log {VxWorks Reference Manual} Libraries {}}
  86. {log {compute a natural logarithm (ANSI)} vxworks/ref/ansiMath.html#log {VxWorks Reference Manual} Libraries {}}
  87. {log2 {compute a base-2 logarithm} vxworks/ref/mathALib.html#log2 {VxWorks Reference Manual} Libraries {}}
  88. {log2f {compute a base-2 logarithm} vxworks/ref/mathALib.html#log2f {VxWorks Reference Manual} Libraries {}}
  89. {log10 {compute a base-10 logarithm (ANSI)} vxworks/ref/mathALib.html#log10 {VxWorks Reference Manual} Libraries {}}
  90. {log10 {compute a base-10 logarithm (ANSI)} vxworks/ref/ansiMath.html#log10 {VxWorks Reference Manual} Libraries {}}
  91. {log10f {compute a base-10 logarithm (ANSI)} vxworks/ref/mathALib.html#log10f {VxWorks Reference Manual} Libraries {}}
  92. {logf {compute a natural logarithm (ANSI)} vxworks/ref/mathALib.html#logf {VxWorks Reference Manual} Libraries {}}
  93. {logFdAdd {add a logging file descriptor} vxworks/ref/logLib.html#logFdAdd {VxWorks Reference Manual} Libraries {}}
  94. {logFdDelete {delete a logging file descriptor} vxworks/ref/logLib.html#logFdDelete {VxWorks Reference Manual} Libraries {}}
  95. {logFdSet {set the primary logging file descriptor} vxworks/ref/logLib.html#logFdSet {VxWorks Reference Manual} Libraries {}}
  96. {loginDefaultEncrypt {default password encryption routine} vxworks/ref/loginLib.html#loginDefaultEncrypt {VxWorks Reference Manual} Libraries {}}
  97. {loginEncryptInstall {install an encryption routine} vxworks/ref/loginLib.html#loginEncryptInstall {VxWorks Reference Manual} Libraries {}}
  98. {loginInit {initialize the login table} vxworks/ref/loginLib.html#loginInit {VxWorks Reference Manual} Libraries {}}
  99. {logInit {initialize message logging library} vxworks/ref/logLib.html#logInit {VxWorks Reference Manual} Libraries {}}
  100. {loginLib {user login/password subroutine library } vxworks/ref/loginLib.html#top {VxWorks Reference Manual} Libraries {}}
  101. {loginPrompt {display a login prompt and validate a user entry} vxworks/ref/loginLib.html#loginPrompt {VxWorks Reference Manual} Libraries {}}
  102. {loginStringSet {change the login string} vxworks/ref/loginLib.html#loginStringSet {VxWorks Reference Manual} Libraries {}}
  103. {loginUserAdd {add a user to the login table} vxworks/ref/loginLib.html#loginUserAdd {VxWorks Reference Manual} Libraries {}}
  104. {loginUserDelete {delete a user entry from the login table} vxworks/ref/loginLib.html#loginUserDelete {VxWorks Reference Manual} Libraries {}}
  105. {loginUserShow {display the user login table} vxworks/ref/loginLib.html#loginUserShow {VxWorks Reference Manual} Libraries {}}
  106. {loginUserVerify {verify a user name and password in the login table} vxworks/ref/loginLib.html#loginUserVerify {VxWorks Reference Manual} Libraries {}}
  107. {logLib {message logging library } vxworks/ref/logLib.html#top {VxWorks Reference Manual} Libraries {}}
  108. {logMsg {log a formatted error message} vxworks/ref/logLib.html#logMsg {VxWorks Reference Manual} Libraries {}}
  109. {logout {log out of the VxWorks system} vxworks/ref/usrLib.html#logout {VxWorks Reference Manual} Libraries {}}
  110. {logTask {message-logging support task} vxworks/ref/logLib.html#logTask {VxWorks Reference Manual} Libraries {}}
  111. {longjmp {perform non-local goto by restoring saved environment (ANSI) } vxworks/ref/ansiSetjmp.html#longjmp {VxWorks Reference Manual} Libraries {}}
  112. {lptDevCreate {create a device for an LPT port} vxworks/ref/lptDrv.html#lptDevCreate {VxWorks Reference Manual} Libraries {}}
  113. {lptDrv {initialize the LPT driver} vxworks/ref/lptDrv.html#lptDrv {VxWorks Reference Manual} Libraries {}}
  114. {lptDrv {parallel chip device driver for the IBM-PC LPT } vxworks/ref/lptDrv.html#top {VxWorks Reference Manual} Libraries {}}
  115. {lptShow {show LPT statistics} vxworks/ref/lptDrv.html#lptShow {VxWorks Reference Manual} Libraries {}}
  116. {{ls [windsh]} {list the contents of a directory (WindSh)} tornado/tools/windsh.html#ls {Tornado Reference} {Tornado Tools} windsh}
  117. {ls {list the contents of a directory} vxworks/ref/usrLib.html#ls {VxWorks Reference Manual} Libraries {}}
  118. {lseek {set a file read/write pointer} vxworks/ref/ioLib.html#lseek {VxWorks Reference Manual} Libraries {}}
  119. {lsOld {list the contents of an RT-11 directory} vxworks/ref/usrLib.html#lsOld {VxWorks Reference Manual} Libraries {}}
  120. {lstAdd {add a node to the end of a list} vxworks/ref/lstLib.html#lstAdd {VxWorks Reference Manual} Libraries {}}
  121. {lstConcat {concatenate two lists} vxworks/ref/lstLib.html#lstConcat {VxWorks Reference Manual} Libraries {}}
  122. {lstCount {report the number of nodes in a list} vxworks/ref/lstLib.html#lstCount {VxWorks Reference Manual} Libraries {}}
  123. {lstDelete {delete a specified node from a list} vxworks/ref/lstLib.html#lstDelete {VxWorks Reference Manual} Libraries {}}
  124. {lstExtract {extract a sublist from a list} vxworks/ref/lstLib.html#lstExtract {VxWorks Reference Manual} Libraries {}}
  125. {lstFind {find a node in a list} vxworks/ref/lstLib.html#lstFind {VxWorks Reference Manual} Libraries {}}
  126. {lstFirst {find first node in list} vxworks/ref/lstLib.html#lstFirst {VxWorks Reference Manual} Libraries {}}
  127. {lstFree {free up a list} vxworks/ref/lstLib.html#lstFree {VxWorks Reference Manual} Libraries {}}
  128. {lstGet {delete and return the first node from a list} vxworks/ref/lstLib.html#lstGet {VxWorks Reference Manual} Libraries {}}
  129. {lstInit {initialize a list descriptor} vxworks/ref/lstLib.html#lstInit {VxWorks Reference Manual} Libraries {}}
  130. {lstInsert {insert a node in a list after a specified node} vxworks/ref/lstLib.html#lstInsert {VxWorks Reference Manual} Libraries {}}
  131. {lstLast {find the last node in a list} vxworks/ref/lstLib.html#lstLast {VxWorks Reference Manual} Libraries {}}
  132. {lstLib {doubly linked list subroutine library } vxworks/ref/lstLib.html#top {VxWorks Reference Manual} Libraries {}}
  133. {lstNext {find the next node in a list} vxworks/ref/lstLib.html#lstNext {VxWorks Reference Manual} Libraries {}}
  134. {lstNStep {find a list node <nStep> steps away from a specified node} vxworks/ref/lstLib.html#lstNStep {VxWorks Reference Manual} Libraries {}}
  135. {lstNth {find the Nth node in a list} vxworks/ref/lstLib.html#lstNth {VxWorks Reference Manual} Libraries {}}
  136. {lstPrevious {find the previous node in a list} vxworks/ref/lstLib.html#lstPrevious {VxWorks Reference Manual} Libraries {}}
  137. {{m [windsh]} {modify memory (WindSh)} tornado/tools/windsh.html#m {Tornado Reference} {Tornado Tools} windsh}
  138. {m {modify memory} vxworks/ref/usrLib.html#m {VxWorks Reference Manual} Libraries {}}
  139. {m2Delete {delete all the MIB-II library groups} vxworks/ref/m2Lib.html#m2Delete {VxWorks Reference Manual} Libraries {}}
  140. {m2IcmpDelete {delete all resources used to access the ICMP group} vxworks/ref/m2IcmpLib.html#m2IcmpDelete {VxWorks Reference Manual} Libraries {}}
  141. {m2IcmpGroupInfoGet {get the MIB-II ICMP-group global variables} vxworks/ref/m2IcmpLib.html#m2IcmpGroupInfoGet {VxWorks Reference Manual} Libraries {}}
  142. {m2IcmpInit {initialize MIB-II ICMP-group access} vxworks/ref/m2IcmpLib.html#m2IcmpInit {VxWorks Reference Manual} Libraries {}}
  143. {m2IcmpLib {MIB-II ICMP-group API for SNMP Agents } vxworks/ref/m2IcmpLib.html#top {VxWorks Reference Manual} Libraries {}}
  144. {m2IfDelete {delete all resources used to access the interface group} vxworks/ref/m2IfLib.html#m2IfDelete {VxWorks Reference Manual} Libraries {}}
  145. {m2IfGroupInfoGet {get the MIB-II interface-group scalar variables} vxworks/ref/m2IfLib.html#m2IfGroupInfoGet {VxWorks Reference Manual} Libraries {}}
  146. {m2IfInit {initialize MIB-II interface-group routines} vxworks/ref/m2IfLib.html#m2IfInit {VxWorks Reference Manual} Libraries {}}
  147. {m2IfLib {MIB-II interface-group API for SNMP agents } vxworks/ref/m2IfLib.html#top {VxWorks Reference Manual} Libraries {}}
  148. {m2IfTblEntryGet {get a MIB-II interface-group table entry} vxworks/ref/m2IfLib.html#m2IfTblEntryGet {VxWorks Reference Manual} Libraries {}}
  149. {m2IfTblEntrySet {set the state of a MIB-II interface entry to UP or DOWN} vxworks/ref/m2IfLib.html#m2IfTblEntrySet {VxWorks Reference Manual} Libraries {}}
  150. {m2Init {initialize the SNMP MIB-2 library } vxworks/ref/m2Lib.html#m2Init {VxWorks Reference Manual} Libraries {}}
  151. {m2IpAddrTblEntryGet {get an IP MIB-II address entry} vxworks/ref/m2IpLib.html#m2IpAddrTblEntryGet {VxWorks Reference Manual} Libraries {}}
  152. {m2IpAtransTblEntryGet {get a MIB-II ARP table entry} vxworks/ref/m2IpLib.html#m2IpAtransTblEntryGet {VxWorks Reference Manual} Libraries {}}
  153. {m2IpAtransTblEntrySet {add, modify, or delete a MIB-II ARP entry} vxworks/ref/m2IpLib.html#m2IpAtransTblEntrySet {VxWorks Reference Manual} Libraries {}}
  154. {m2IpDelete {delete all resources used to access the IP group} vxworks/ref/m2IpLib.html#m2IpDelete {VxWorks Reference Manual} Libraries {}}
  155. {m2IpGroupInfoGet {get the MIB-II IP-group scalar variables} vxworks/ref/m2IpLib.html#m2IpGroupInfoGet {VxWorks Reference Manual} Libraries {}}
  156. {m2IpGroupInfoSet {set MIB-II IP-group variables to new values} vxworks/ref/m2IpLib.html#m2IpGroupInfoSet {VxWorks Reference Manual} Libraries {}}
  157. {m2IpInit {initialize MIB-II IP-group access} vxworks/ref/m2IpLib.html#m2IpInit {VxWorks Reference Manual} Libraries {}}
  158. {m2IpLib {MIB-II IP-group API for SNMP agents } vxworks/ref/m2IpLib.html#top {VxWorks Reference Manual} Libraries {}}
  159. {m2IpRouteTblEntryGet {get a MIB-2 routing table entry } vxworks/ref/m2IpLib.html#m2IpRouteTblEntryGet {VxWorks Reference Manual} Libraries {}}
  160. {m2IpRouteTblEntrySet {set a MIB-II routing table entry} vxworks/ref/m2IpLib.html#m2IpRouteTblEntrySet {VxWorks Reference Manual} Libraries {}}
  161. {m2Lib {MIB-II API library for SNMP agents } vxworks/ref/m2Lib.html#top {VxWorks Reference Manual} Libraries {}}
  162. {m2OspfAreaEntryGet {get an entry from the OSPF area table (OSPF Option)} vxworks/ref/ospfLib.html#m2OspfAreaEntryGet {VxWorks Reference Manual} Libraries {}}
  163. {m2OspfAreaEntrySet {set values in an OSPF area entry (OSPF Option)} vxworks/ref/ospfLib.html#m2OspfAreaEntrySet {VxWorks Reference Manual} Libraries {}}
  164. {m2OspfAreaRangeEntryGet {get an OSPF area range entry (OSPF Option)} vxworks/ref/ospfLib.html#m2OspfAreaRangeEntryGet {VxWorks Reference Manual} Libraries {}}
  165. {m2OspfAreaRangeEntrySet {set values in an OSPF area range entry (OSPF Option)} vxworks/ref/ospfLib.html#m2OspfAreaRangeEntrySet {VxWorks Reference Manual} Libraries {}}
  166. {m2OspfGeneralGroupGet {get values of OSPF general group objects (OSPF Option)} vxworks/ref/ospfLib.html#m2OspfGeneralGroupGet {VxWorks Reference Manual} Libraries {}}
  167. {m2OspfGeneralGroupSet {set values of OSPF general group objects (OSPF Option)} vxworks/ref/ospfLib.html#m2OspfGeneralGroupSet {VxWorks Reference Manual} Libraries {}}
  168. {m2OspfHostEntryGet {get an OSPF host entry (OSPF Option) } vxworks/ref/ospfLib.html#m2OspfHostEntryGet {VxWorks Reference Manual} Libraries {}}
  169. {m2OspfHostEntrySet {set values in an OSPF host entry (OSPF Option)} vxworks/ref/ospfLib.html#m2OspfHostEntrySet {VxWorks Reference Manual} Libraries {}}
  170. {m2OspfIfEntryGet {get an OSPF interface entry (OSPF Option) } vxworks/ref/ospfLib.html#m2OspfIfEntryGet {VxWorks Reference Manual} Libraries {}}
  171. {m2OspfIfEntrySet {set values in an OSPF interface entry (OSPF Option)} vxworks/ref/ospfLib.html#m2OspfIfEntrySet {VxWorks Reference Manual} Libraries {}}
  172. {m2OspfIfMetricEntryGet {get an OSPF interface  metric entry (OSPF Option) } vxworks/ref/ospfLib.html#m2OspfIfMetricEntryGet {VxWorks Reference Manual} Libraries {}}
  173. {m2OspfIfMetricEntrySet {set OSPF interface metric entry values (OSPF Option)} vxworks/ref/ospfLib.html#m2OspfIfMetricEntrySet {VxWorks Reference Manual} Libraries {}}
  174. {m2OspfLsdbEntryGet {get an OSPF link state database entry (OSPF Option)} vxworks/ref/ospfLib.html#m2OspfLsdbEntryGet {VxWorks Reference Manual} Libraries {}}
  175. {m2OspfNbrEntryGet {get an OSPF neighbor entry (OSPF Option) } vxworks/ref/ospfLib.html#m2OspfNbrEntryGet {VxWorks Reference Manual} Libraries {}}
  176. {m2OspfNbrEntrySet {set values in an OSPF neighbor entry (OSPF Option)} vxworks/ref/ospfLib.html#m2OspfNbrEntrySet {VxWorks Reference Manual} Libraries {}}
  177. {m2OspfStubAreaEntryGet {get an OSPF stub area entry (OSPF Option)} vxworks/ref/ospfLib.html#m2OspfStubAreaEntryGet {VxWorks Reference Manual} Libraries {}}
  178. {m2OspfStubAreaEntrySet {set values in an OSPF stub area entry (OSPF Option)} vxworks/ref/ospfLib.html#m2OspfStubAreaEntrySet {VxWorks Reference Manual} Libraries {}}
  179. {m2OspfVirtIfEntryGet {get an OSPF virtual interface entry (OSPF Option)} vxworks/ref/ospfLib.html#m2OspfVirtIfEntryGet {VxWorks Reference Manual} Libraries {}}
  180. {m2OspfVirtIfEntrySet {set OSPF virtual interface entry values (OSPF Option)} vxworks/ref/ospfLib.html#m2OspfVirtIfEntrySet {VxWorks Reference Manual} Libraries {}}
  181. {m2OspfVirtNbrEntryGet {get an OSPF virtual neighbor entry (OSPF Option)} vxworks/ref/ospfLib.html#m2OspfVirtNbrEntryGet {VxWorks Reference Manual} Libraries {}}
  182. {m2SysDelete {delete resources used to access the MIB-II system group} vxworks/ref/m2SysLib.html#m2SysDelete {VxWorks Reference Manual} Libraries {}}
  183. {m2SysGroupInfoGet {get system-group MIB-II variables} vxworks/ref/m2SysLib.html#m2SysGroupInfoGet {VxWorks Reference Manual} Libraries {}}
  184. {m2SysGroupInfoSet {set system-group MIB-II variables to new values} vxworks/ref/m2SysLib.html#m2SysGroupInfoSet {VxWorks Reference Manual} Libraries {}}
  185. {m2SysInit {initialize MIB-II system-group routines} vxworks/ref/m2SysLib.html#m2SysInit {VxWorks Reference Manual} Libraries {}}
  186. {m2SysLib {MIB-II system-group API for SNMP agents } vxworks/ref/m2SysLib.html#top {VxWorks Reference Manual} Libraries {}}
  187. {m2TcpConnEntryGet {get a MIB-II TCP connection table entry} vxworks/ref/m2TcpLib.html#m2TcpConnEntryGet {VxWorks Reference Manual} Libraries {}}
  188. {m2TcpConnEntrySet {set a TCP connection to the closed state} vxworks/ref/m2TcpLib.html#m2TcpConnEntrySet {VxWorks Reference Manual} Libraries {}}
  189. {m2TcpDelete {delete all resources used to access the TCP group} vxworks/ref/m2TcpLib.html#m2TcpDelete {VxWorks Reference Manual} Libraries {}}
  190. {m2TcpGroupInfoGet {get MIB-II TCP-group scalar variables} vxworks/ref/m2TcpLib.html#m2TcpGroupInfoGet {VxWorks Reference Manual} Libraries {}}
  191. {m2TcpInit {initialize MIB-II TCP-group access} vxworks/ref/m2TcpLib.html#m2TcpInit {VxWorks Reference Manual} Libraries {}}
  192. {m2TcpLib {MIB-II TCP-group API for SNMP agents } vxworks/ref/m2TcpLib.html#top {VxWorks Reference Manual} Libraries {}}
  193. {m2UdpDelete {delete all resources used to access the UDP group} vxworks/ref/m2UdpLib.html#m2UdpDelete {VxWorks Reference Manual} Libraries {}}
  194. {m2UdpGroupInfoGet {get MIB-II UDP-group scalar variables} vxworks/ref/m2UdpLib.html#m2UdpGroupInfoGet {VxWorks Reference Manual} Libraries {}}
  195. {m2UdpInit {initialize MIB-II UDP-group access} vxworks/ref/m2UdpLib.html#m2UdpInit {VxWorks Reference Manual} Libraries {}}
  196. {m2UdpLib {MIB-II UDP-group API for SNMP agents } vxworks/ref/m2UdpLib.html#top {VxWorks Reference Manual} Libraries {}}
  197. {m2UdpTblEntryGet {get a UDP MIB-II entry from the UDP list of listeners} vxworks/ref/m2UdpLib.html#m2UdpTblEntryGet {VxWorks Reference Manual} Libraries {}}
  198. {m68302Sio {Motorola MC68302 bimodal tty driver } vxworks/ref/m68302Sio.html#top {VxWorks Reference Manual} Libraries {}}
  199. {m68302SioInit {initialize a M68302_CP} vxworks/ref/m68302Sio.html#m68302SioInit {VxWorks Reference Manual} Libraries {}}
  200. {m68302SioInit2 {initialize a M68302_CP (part 2)} vxworks/ref/m68302Sio.html#m68302SioInit2 {VxWorks Reference Manual} Libraries {}}
  201. {m68332DevInit {initialize the SCC} vxworks/ref/m68332Sio.html#m68332DevInit {VxWorks Reference Manual} Libraries {}}
  202. {m68332Int {handle an SCC interrupt} vxworks/ref/m68332Sio.html#m68332Int {VxWorks Reference Manual} Libraries {}}
  203. {m68332Sio {Motorola MC68332 tty driver} vxworks/ref/m68332Sio.html#top {VxWorks Reference Manual} Libraries {}}
  204. {m68360DevInit {initialize the SCC} vxworks/ref/m68360Sio.html#m68360DevInit {VxWorks Reference Manual} Libraries {}}
  205. {m68360Int {handle an SCC interrupt} vxworks/ref/m68360Sio.html#m68360Int {VxWorks Reference Manual} Libraries {}}
  206. {m68360Sio {Motorola MC68360 SCC UART serial driver } vxworks/ref/m68360Sio.html#top {VxWorks Reference Manual} Libraries {}}
  207. {m68562HrdInit {initialize the DUSCC} vxworks/ref/m68562Sio.html#m68562HrdInit {VxWorks Reference Manual} Libraries {}}
  208. {m68562RxInt {handle a receiver interrupt} vxworks/ref/m68562Sio.html#m68562RxInt {VxWorks Reference Manual} Libraries {}}
  209. {m68562RxTxErrInt {handle a receiver/transmitter error interrupt} vxworks/ref/m68562Sio.html#m68562RxTxErrInt {VxWorks Reference Manual} Libraries {}}
  210. {m68562Sio {MC68562 DUSCC serial driver } vxworks/ref/m68562Sio.html#top {VxWorks Reference Manual} Libraries {}}
  211. {m68562TxInt {handle a transmitter interrupt} vxworks/ref/m68562Sio.html#m68562TxInt {VxWorks Reference Manual} Libraries {}}
  212. {m68681Acr {return the contents of the DUART auxiliary control register} vxworks/ref/m68681Sio.html#m68681Acr {VxWorks Reference Manual} Libraries {}}
  213. {m68681AcrSetClr {set and clear bits in the DUART auxiliary control register} vxworks/ref/m68681Sio.html#m68681AcrSetClr {VxWorks Reference Manual} Libraries {}}
  214. {m68681DevInit {intialize a M68681_DUART} vxworks/ref/m68681Sio.html#m68681DevInit {VxWorks Reference Manual} Libraries {}}
  215. {m68681DevInit2 {intialize a M68681_DUART, part 2} vxworks/ref/m68681Sio.html#m68681DevInit2 {VxWorks Reference Manual} Libraries {}}
  216. {m68681Imr {return the current contents of the DUART interrupt-mask register} vxworks/ref/m68681Sio.html#m68681Imr {VxWorks Reference Manual} Libraries {}}
  217. {m68681ImrSetClr {set and clear bits in the DUART interrupt-mask register} vxworks/ref/m68681Sio.html#m68681ImrSetClr {VxWorks Reference Manual} Libraries {}}
  218. {m68681Int {handle all DUART interrupts in one vector} vxworks/ref/m68681Sio.html#m68681Int {VxWorks Reference Manual} Libraries {}}
  219. {m68681Opcr {return the state of the DUART output port configuration register} vxworks/ref/m68681Sio.html#m68681Opcr {VxWorks Reference Manual} Libraries {}}
  220. {m68681OpcrSetClr {set and clear bits in the DUART output port configuration register} vxworks/ref/m68681Sio.html#m68681OpcrSetClr {VxWorks Reference Manual} Libraries {}}
  221. {m68681Opr {return the current state of the DUART output port register} vxworks/ref/m68681Sio.html#m68681Opr {VxWorks Reference Manual} Libraries {}}
  222. {m68681OprSetClr {set and clear bits in the DUART output port register} vxworks/ref/m68681Sio.html#m68681OprSetClr {VxWorks Reference Manual} Libraries {}}
  223. {m68681Sio {M68681 serial communications driver } vxworks/ref/m68681Sio.html#top {VxWorks Reference Manual} Libraries {}}
  224. {m68901DevInit {initialize a M68901_CHAN structure} vxworks/ref/m68901Sio.html#m68901DevInit {VxWorks Reference Manual} Libraries {}}
  225. {m68901Sio {MC68901 MFP tty driver } vxworks/ref/m68901Sio.html#top {VxWorks Reference Manual} Libraries {}}
  226. {{mainWindowCreate [win32]} {Creates a main window for the application} tornado-api/guitcl-win/UITclDocs.html#mainWindowCreate {Tornado API Reference} {GUI Tcl Library (WINDOWS)} win32}
  227. {makeStatTbl {make a table of status values} tornado/hutils/makeStatTbl.html#top {Tornado Reference} {Tornado Utilities} {}}
  228. {makeSymTbl {make a table of symbols} tornado/hutils/makeSymTbl.html#top {Tornado Reference} {Tornado Utilities} {}}
  229. {malloc {allocate a block of memory from the system memory partition (ANSI)} vxworks/ref/memPartLib.html#malloc {VxWorks Reference Manual} Libraries {}}
  230. {markDelete {delete a mark} tornado-api/guitcl-unix/crosswindTclApi.html#markDelete {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  231. {markGoto {move the source context to the position of a mark} tornado-api/guitcl-unix/crosswindTclApi.html#markGoto {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  232. {markInfo {return information about a mark} tornado-api/guitcl-unix/crosswindTclApi.html#markInfo {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  233. {markList {enumerate all marks} tornado-api/guitcl-unix/crosswindTclApi.html#markList {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  234. {markSet {set a mark on a source line} tornado-api/guitcl-unix/crosswindTclApi.html#markSet {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  235. {masterIoInit {create the IPC mechanism at the SNMP master agent} vxworks/ref/masterIoLib.html#masterIoInit {VxWorks Reference Manual} Libraries {}}
  236. {masterIoLib {default IO routines for the SNMP master agent } vxworks/ref/masterIoLib.html#top {VxWorks Reference Manual} Libraries {}}
  237. {masterIoWrite {send the encoded buffer to the subagent} vxworks/ref/masterIoLib.html#masterIoWrite {VxWorks Reference Manual} Libraries {}}
  238. {masterIpcAyt {check the status of the IPC link} vxworks/ref/masterIoLib.html#masterIpcAyt {VxWorks Reference Manual} Libraries {}}
  239. {masterIpcComp {transmit a completion of transmission message} vxworks/ref/masterIoLib.html#masterIpcComp {VxWorks Reference Manual} Libraries {}}
  240. {masterIpcFree {free the IPC resources allocated by the SNMP master agent} vxworks/ref/masterIoLib.html#masterIpcFree {VxWorks Reference Manual} Libraries {}}
  241. {masterIpcRcv {wait for a reply from the subagent} vxworks/ref/masterIoLib.html#masterIpcRcv {VxWorks Reference Manual} Libraries {}}
  242. {masterIpcSend {send a message to a subagent} vxworks/ref/masterIoLib.html#masterIpcSend {VxWorks Reference Manual} Libraries {}}
  243. {masterQueCleanup {free resources allocated for SNMP master agent} vxworks/ref/masterIoLib.html#masterQueCleanup {VxWorks Reference Manual} Libraries {}}
  244. {mathALib {C interface library to high-level math functions } vxworks/ref/mathALib.html#top {VxWorks Reference Manual} Libraries {}}
  245. {mathHardInit {initialize hardware floating-point math support} vxworks/ref/mathHardLib.html#mathHardInit {VxWorks Reference Manual} Libraries {}}
  246. {mathHardLib {hardware floating-point math library } vxworks/ref/mathHardLib.html#top {VxWorks Reference Manual} Libraries {}}
  247. {mathSoftInit {initialize software floating-point math support} vxworks/ref/mathSoftLib.html#mathSoftInit {VxWorks Reference Manual} Libraries {}}
  248. {mathSoftLib {high-level floating-point emulation library } vxworks/ref/mathSoftLib.html#top {VxWorks Reference Manual} Libraries {}}
  249. {mb86940DevInit {install the driver function table} vxworks/ref/mb86940Sio.html#mb86940DevInit {VxWorks Reference Manual} Libraries {}}
  250. {mb86940Sio {MB 86940 UART tty driver } vxworks/ref/mb86940Sio.html#top {VxWorks Reference Manual} Libraries {}}
  251. {mb86960End {END-style Fujitsu MB86960 Ethernet network interface driver } vxworks/ref/mb86960End.html#top {VxWorks Reference Manual} Libraries {}}
  252. {mb86960EndLoad {initialize the driver and device} vxworks/ref/mb86960End.html#mb86960EndLoad {VxWorks Reference Manual} Libraries {}}
  253. {mb86960InitParse {parse the initialization string} vxworks/ref/mb86960End.html#mb86960InitParse {VxWorks Reference Manual} Libraries {}}
  254. {mb86960MemInit {initialize memory for the chip} vxworks/ref/mb86960End.html#mb86960MemInit {VxWorks Reference Manual} Libraries {}}
  255. {mb87030CtrlCreate {create a control structure for an MB87030 SPC} vxworks/ref/mb87030Lib.html#mb87030CtrlCreate {VxWorks Reference Manual} Libraries {}}
  256. {mb87030CtrlInit {initialize a control structure for an MB87030 SPC} vxworks/ref/mb87030Lib.html#mb87030CtrlInit {VxWorks Reference Manual} Libraries {}}
  257. {mb87030Lib {Fujitsu MB87030 SCSI Protocol Controller (SPC) library } vxworks/ref/mb87030Lib.html#top {VxWorks Reference Manual} Libraries {}}
  258. {mb87030Show {display the values of all readable MB87030 SPC registers} vxworks/ref/mb87030Lib.html#mb87030Show {VxWorks Reference Manual} Libraries {}}
  259. {mbcAddrFilterSet {set the address filter for multicast addresses} vxworks/ref/mbcEnd.html#mbcAddrFilterSet {VxWorks Reference Manual} Libraries {}}
  260. {mbcattach {publish the `mbc' network interface and initialize the driver} vxworks/ref/if_mbc.html#mbcattach {VxWorks Reference Manual} Libraries {}}
  261. {mbcEnd {Motorola 68302fads END network interface driver } vxworks/ref/mbcEnd.html#top {VxWorks Reference Manual} Libraries {}}
  262. {mbcEndLoad {initialize the driver and device} vxworks/ref/mbcEnd.html#mbcEndLoad {VxWorks Reference Manual} Libraries {}}
  263. {mbcIntr {network interface interrupt handler} vxworks/ref/if_mbc.html#mbcIntr {VxWorks Reference Manual} Libraries {}}
  264. {mbcMemInit {initialize memory for the chip} vxworks/ref/mbcEnd.html#mbcMemInit {VxWorks Reference Manual} Libraries {}}
  265. {mbcParse {parse the init string} vxworks/ref/mbcEnd.html#mbcParse {VxWorks Reference Manual} Libraries {}}
  266. {mbcStartOutput {output packet to network interface device} vxworks/ref/if_mbc.html#mbcStartOutput {VxWorks Reference Manual} Libraries {}}
  267. {mblen {calculate the length of a multibyte character (Unimplemented) (ANSI)} vxworks/ref/ansiStdlib.html#mblen {VxWorks Reference Manual} Libraries {}}
  268. {mbstowcs {convert a series of multibyte char's to wide char's (Unimplemented) (ANSI)} vxworks/ref/ansiStdlib.html#mbstowcs {VxWorks Reference Manual} Libraries {}}
  269. {mbtowc {convert a multibyte character to a wide character (Unimplemented) (ANSI)} vxworks/ref/ansiStdlib.html#mbtowc {VxWorks Reference Manual} Libraries {}}
  270. {mbufShow {report mbuf statistics} vxworks/ref/netShow.html#mbufShow {VxWorks Reference Manual} Libraries {}}
  271. {memAddToPool {add memory to the system memory partition} vxworks/ref/memPartLib.html#memAddToPool {VxWorks Reference Manual} Libraries {}}
  272. {memalign {allocate aligned memory } vxworks/ref/memLib.html#memalign {VxWorks Reference Manual} Libraries {}}
  273. {{memBlock [Tcl]} {WTX Tcl Memory Block Handling } tornado-api/wtxtcl/memBlock.html#top {Tornado API Reference} {WTX Tcl Library} Tcl}
  274. {{memBlockCreate [Tcl]} {create a memory block} tornado-api/wtxtcl/memBlock.html#memBlockCreate {Tornado API Reference} {WTX Tcl Library} Tcl}
  275. {{memBlockDelete [Tcl]} {delete a memory block, freeing its resources} tornado-api/wtxtcl/memBlock.html#memBlockDelete {Tornado API Reference} {WTX Tcl Library} Tcl}
  276. {{memBlockDis [Tcl]} {disassemble a memory block} tornado-api/wtxtcl/memBlock.html#memBlockDis {Tornado API Reference} {WTX Tcl Library} Tcl}
  277. {{memBlockDup [Tcl]} {create a new block exactly like a given one} tornado-api/wtxtcl/memBlock.html#memBlockDup {Tornado API Reference} {WTX Tcl Library} Tcl}
  278. {{memBlockGet [Tcl]} {get the elements in a memory block} tornado-api/wtxtcl/memBlock.html#memBlockGet {Tornado API Reference} {WTX Tcl Library} Tcl}
  279. {{memBlockGetString [Tcl]} {get the memory block contents in string form} tornado-api/wtxtcl/memBlock.html#memBlockGetString {Tornado API Reference} {WTX Tcl Library} Tcl}
  280. {{memBlockInfo [Tcl]} {get information about a memory block} tornado-api/wtxtcl/memBlock.html#memBlockInfo {Tornado API Reference} {WTX Tcl Library} Tcl}
  281. {{memBlockList [Tcl]} {list the handles of all existing memory blocks} tornado-api/wtxtcl/memBlock.html#memBlockList {Tornado API Reference} {WTX Tcl Library} Tcl}
  282. {{memBlockSet [Tcl]} {set the elements in a memory block} tornado-api/wtxtcl/memBlock.html#memBlockSet {Tornado API Reference} {WTX Tcl Library} Tcl}
  283. {{memBlockSwap [Tcl]} {switch the endianness of a block} tornado-api/wtxtcl/memBlock.html#memBlockSwap {Tornado API Reference} {WTX Tcl Library} Tcl}
  284. {{memBlockWriteFile [Tcl]} {write the memory block contents to a file} tornado-api/wtxtcl/memBlock.html#memBlockWriteFile {Tornado API Reference} {WTX Tcl Library} Tcl}
  285. {memchr {search a block of memory for a character (ANSI)} vxworks/ref/ansiString.html#memchr {VxWorks Reference Manual} Libraries {}}
  286. {memcmp {compare two blocks of memory (ANSI)} vxworks/ref/ansiString.html#memcmp {VxWorks Reference Manual} Libraries {}}
  287. {memcpy {copy memory from one location to another (ANSI)} vxworks/ref/ansiString.html#memcpy {VxWorks Reference Manual} Libraries {}}
  288. {memDevCreate {create a memory device} vxworks/ref/memDrv.html#memDevCreate {VxWorks Reference Manual} Libraries {}}
  289. {memDevCreateDir {create a memory device for multiple files} vxworks/ref/memDrv.html#memDevCreateDir {VxWorks Reference Manual} Libraries {}}
  290. {memDevDelete {delete a memory device} vxworks/ref/memDrv.html#memDevDelete {VxWorks Reference Manual} Libraries {}}
  291. {memDrv {install a memory driver} vxworks/ref/memDrv.html#memDrv {VxWorks Reference Manual} Libraries {}}
  292. {memDrv {pseudo memory device driver } vxworks/ref/memDrv.html#top {VxWorks Reference Manual} Libraries {}}
  293. {memdrvbuild {filesystem builder for memDrv } tornado/hutils/memdrvbuild.html#top {Tornado Reference} {Tornado Utilities} {}}
  294. {memFindMax {find the largest free block in the system memory partition} vxworks/ref/memLib.html#memFindMax {VxWorks Reference Manual} Libraries {}}
  295. {memLib {full-featured memory partition manager } vxworks/ref/memLib.html#top {VxWorks Reference Manual} Libraries {}}
  296. {memmove {copy memory from one location to another (ANSI)} vxworks/ref/ansiString.html#memmove {VxWorks Reference Manual} Libraries {}}
  297. {memOptionsSet {set the debug options for the system memory partition} vxworks/ref/memLib.html#memOptionsSet {VxWorks Reference Manual} Libraries {}}
  298. {memPartAddToPool {add memory to a memory partition} vxworks/ref/memPartLib.html#memPartAddToPool {VxWorks Reference Manual} Libraries {}}
  299. {memPartAlignedAlloc {allocate aligned memory from a partition} vxworks/ref/memPartLib.html#memPartAlignedAlloc {VxWorks Reference Manual} Libraries {}}
  300. {memPartAlloc {allocate a block of memory from a partition} vxworks/ref/memPartLib.html#memPartAlloc {VxWorks Reference Manual} Libraries {}}
  301. {memPartCreate {create a memory partition} vxworks/ref/memPartLib.html#memPartCreate {VxWorks Reference Manual} Libraries {}}
  302. {memPartFindMax {find the size of the largest available free block} vxworks/ref/memLib.html#memPartFindMax {VxWorks Reference Manual} Libraries {}}
  303. {memPartFree {free a block of memory in a partition} vxworks/ref/memPartLib.html#memPartFree {VxWorks Reference Manual} Libraries {}}
  304. {memPartInfoGet {get partition information} vxworks/ref/memShow.html#memPartInfoGet {VxWorks Reference Manual} Libraries {}}
  305. {memPartLib {core memory partition manager } vxworks/ref/memPartLib.html#top {VxWorks Reference Manual} Libraries {}}
  306. {memPartOptionsSet {set the debug options for a memory partition} vxworks/ref/memLib.html#memPartOptionsSet {VxWorks Reference Manual} Libraries {}}
  307. {memPartRealloc {reallocate a block of memory in a specified partition} vxworks/ref/memLib.html#memPartRealloc {VxWorks Reference Manual} Libraries {}}
  308. {{memPartShow [windsh]} {show partition blocks and statistics (WindSh)} tornado/tools/windsh.html#memPartShow {Tornado Reference} {Tornado Tools} windsh}
  309. {memPartShow {show partition blocks and statistics} vxworks/ref/memShow.html#memPartShow {VxWorks Reference Manual} Libraries {}}
  310. {memPartSmCreate {create a shared memory partition (VxMP Option)} vxworks/ref/smMemLib.html#memPartSmCreate {VxWorks Reference Manual} Libraries {}}
  311. {memset {set a block of memory (ANSI)} vxworks/ref/ansiString.html#memset {VxWorks Reference Manual} Libraries {}}
  312. {{memShow [windsh]} {show system memory partition blocks and statistics (WindSh)} tornado/tools/windsh.html#memShow {Tornado Reference} {Tornado Tools} windsh}
  313. {memShow {show system memory partition blocks and statistics} vxworks/ref/memShow.html#memShow {VxWorks Reference Manual} Libraries {}}
  314. {memShow {memory show routines } vxworks/ref/memShow.html#top {VxWorks Reference Manual} Libraries {}}
  315. {memShowInit {initialize the memory partition show facility} vxworks/ref/memShow.html#memShowInit {VxWorks Reference Manual} Libraries {}}
  316. {menu {menu bar manager } tornado-api/guitcl-unix/menu.html#top {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  317. {menuButtonCreate {create a button in a top level menu} tornado-api/guitcl-unix/menu.html#menuButtonCreate {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  318. {menuCreate {create a new menu on the top menu bar} tornado-api/guitcl-unix/menu.html#menuCreate {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  319. {mib2ErrorAdd {change a MIB-II error count} vxworks/ref/endLib.html#mib2ErrorAdd {VxWorks Reference Manual} Libraries {}}
  320. {mib2Init {initialize a MIB-II structure} vxworks/ref/endLib.html#mib2Init {VxWorks Reference Manual} Libraries {}}
  321. {{mkboot [pc386]} {program to make a boot diskette } vxworks/bsp/pc386/mkboot.html#top {BSP Reference} pc386 pc386}
  322. {{mkboot [pc486]} {program to make a boot diskette } vxworks/bsp/pc486/mkboot.html#top {BSP Reference} pc486 pc486}
  323. {{mkboot [pcPentiumpro]} {program to make a boot diskette } vxworks/bsp/pcPentiumpro/mkboot.html#top {BSP Reference} pcPentiumpro pcPentiumpro}
  324. {{mkboot [pcPentium]} {program to make a boot diskette } vxworks/bsp/pcPentium/mkboot.html#top {BSP Reference} pcPentium pcPentium}
  325. {{mkbootAta [pc386]} {create a boot ATA disk from a specified file} vxworks/bsp/pc386/mkboot.html#mkbootAta {BSP Reference} pc386 pc386}
  326. {{mkbootAta [pc486]} {create a boot ATA disk from a specified file} vxworks/bsp/pc486/mkboot.html#mkbootAta {BSP Reference} pc486 pc486}
  327. {{mkbootAta [pcPentiumpro]} {create a boot ATA disk from a specified file} vxworks/bsp/pcPentiumpro/mkboot.html#mkbootAta {BSP Reference} pcPentiumpro pcPentiumpro}
  328. {{mkbootAta [pcPentium]} {create a boot ATA disk from a specified file} vxworks/bsp/pcPentium/mkboot.html#mkbootAta {BSP Reference} pcPentium pcPentium}
  329. {{mkbootFd [pc386]} {create a boot floppy disk from a specified file} vxworks/bsp/pc386/mkboot.html#mkbootFd {BSP Reference} pc386 pc386}
  330. {{mkbootFd [pc486]} {create a boot floppy disk from a specified file} vxworks/bsp/pc486/mkboot.html#mkbootFd {BSP Reference} pc486 pc486}
  331. {{mkbootFd [pcPentiumpro]} {create a boot floppy disk from a specified file} vxworks/bsp/pcPentiumpro/mkboot.html#mkbootFd {BSP Reference} pcPentiumpro pcPentiumpro}
  332. {{mkbootFd [pcPentium]} {create a boot floppy disk from a specified file} vxworks/bsp/pcPentium/mkboot.html#mkbootFd {BSP Reference} pcPentium pcPentium}
  333. {mkdir {make a directory} vxworks/ref/usrLib.html#mkdir {VxWorks Reference Manual} Libraries {}}
  334. {mktime {convert broken-down time into calendar time (ANSI)} vxworks/ref/ansiTime.html#mktime {VxWorks Reference Manual} Libraries {}}
  335. {mlock {lock specified pages into memory (POSIX)} vxworks/ref/mmanPxLib.html#mlock {VxWorks Reference Manual} Libraries {}}
  336. {mlockall {lock all pages used by a process into memory (POSIX)} vxworks/ref/mmanPxLib.html#mlockall {VxWorks Reference Manual} Libraries {}}
  337. {mmanPxLib {memory management library (POSIX) } vxworks/ref/mmanPxLib.html#top {VxWorks Reference Manual} Libraries {}}
  338. {mmuL64862DmaInit {initialize the L64862 I/O MMU DMA data structures (SPARC)} vxworks/ref/mmuL64862Lib.html#mmuL64862DmaInit {VxWorks Reference Manual} Libraries {}}
  339. {mmuL64862Lib {LSI Logic L64862 MBus-to-SBus Interface: I/O DMA library (SPARC) } vxworks/ref/mmuL64862Lib.html#top {VxWorks Reference Manual} Libraries {}}
  340. {mmuPro32Lib {MMU library for PentiumPro/II } vxworks/ref/mmuPro32Lib.html#top {VxWorks Reference Manual} Libraries {}}
  341. {mmuPro32LibInit {initialize module} vxworks/ref/mmuPro32Lib.html#mmuPro32LibInit {VxWorks Reference Manual} Libraries {}}
  342. {mmuSparcILib {ROM MMU initialization (SPARC) } vxworks/ref/mmuSparcILib.html#top {VxWorks Reference Manual} Libraries {}}
  343. {mmuSparcRomInit {initialize the MMU for the ROM (SPARC)} vxworks/ref/mmuSparcILib.html#mmuSparcRomInit {VxWorks Reference Manual} Libraries {}}
  344. {modAnalyze {analyze archives and/or object modules} tornado-api/project/dataDocLib.html#modAnalyze {Tornado API Reference} {Project Database Library} {}}
  345. {modCalledBy {find all modules that call a given set of modules} tornado-api/project/dataDocLib.html#modCalledBy {Tornado API Reference} {Project Database Library} {}}
  346. {modCalls {find all modules that are called by a given set of modules} tornado-api/project/dataDocLib.html#modCalls {Tornado API Reference} {Project Database Library} {}}
  347. {modf {separate a floating-point number into integer and fraction parts (ANSI)} vxworks/ref/ansiMath.html#modf {VxWorks Reference Manual} Libraries {}}
  348. {modInfo {get info about module relationships} tornado-api/project/dataDocLib.html#modInfo {Tornado API Reference} {Project Database Library} {}}
  349. {modSubtree {find (recursivley) all modules called by a set of modules} tornado-api/project/dataDocLib.html#modSubtree {Tornado API Reference} {Project Database Library} {}}
  350. {modSupertree {find (recursivley) all modules that call a set of modules} tornado-api/project/dataDocLib.html#modSupertree {Tornado API Reference} {Project Database Library} {}}
  351. {modTrace {trace module dependencies} tornado-api/project/dataDocLib.html#modTrace {Tornado API Reference} {Project Database Library} {}}
  352. {moduleCheck {verify checksums on all modules} vxworks/ref/moduleLib.html#moduleCheck {VxWorks Reference Manual} Libraries {}}
  353. {moduleCreate {create and initialize a module} vxworks/ref/moduleLib.html#moduleCreate {VxWorks Reference Manual} Libraries {}}
  354. {moduleCreateHookAdd {add a routine to be called when a module is added} vxworks/ref/moduleLib.html#moduleCreateHookAdd {VxWorks Reference Manual} Libraries {}}
  355. {moduleCreateHookDelete {delete a previously added module create hook routine} vxworks/ref/moduleLib.html#moduleCreateHookDelete {VxWorks Reference Manual} Libraries {}}
  356. {moduleDelete {delete module ID information (use unld() to reclaim space)} vxworks/ref/moduleLib.html#moduleDelete {VxWorks Reference Manual} Libraries {}}
  357. {moduleFindByGroup {find a module by group number} vxworks/ref/moduleLib.html#moduleFindByGroup {VxWorks Reference Manual} Libraries {}}
  358. {moduleFindByName {find a module by name} vxworks/ref/moduleLib.html#moduleFindByName {VxWorks Reference Manual} Libraries {}}
  359. {moduleFindByNameAndPath {find a module by file name and path} vxworks/ref/moduleLib.html#moduleFindByNameAndPath {VxWorks Reference Manual} Libraries {}}
  360. {moduleFlagsGet {get the flags associated with a module ID} vxworks/ref/moduleLib.html#moduleFlagsGet {VxWorks Reference Manual} Libraries {}}
  361. {{moduleIdFigure [windsh]} {figure out module ID, given name or number (*) (WindSh)} tornado/tools/windsh.html#moduleIdFigure {Tornado Reference} {Tornado Tools} windsh}
  362. {moduleIdListGet {get a list of loaded modules} vxworks/ref/moduleLib.html#moduleIdListGet {VxWorks Reference Manual} Libraries {}}
  363. {moduleInfoGet {get information about an object module} vxworks/ref/moduleLib.html#moduleInfoGet {VxWorks Reference Manual} Libraries {}}
  364. {moduleLib {object module management library } vxworks/ref/moduleLib.html#top {VxWorks Reference Manual} Libraries {}}
  365. {moduleNameGet {get the name associated with a module ID} vxworks/ref/moduleLib.html#moduleNameGet {VxWorks Reference Manual} Libraries {}}
  366. {moduleSegFirst {find the first segment in a module} vxworks/ref/moduleLib.html#moduleSegFirst {VxWorks Reference Manual} Libraries {}}
  367. {moduleSegGet {get (delete and return) the first segment from a module} vxworks/ref/moduleLib.html#moduleSegGet {VxWorks Reference Manual} Libraries {}}
  368. {moduleSegNext {find the next segment in a module} vxworks/ref/moduleLib.html#moduleSegNext {VxWorks Reference Manual} Libraries {}}
  369. {{moduleShow [windsh]} {show the current status for all the loaded modules (WindSh)} tornado/tools/windsh.html#moduleShow {Tornado Reference} {Tornado Tools} windsh}
  370. {moduleShow {show the current status for all the loaded modules} vxworks/ref/moduleLib.html#moduleShow {VxWorks Reference Manual} Libraries {}}
  371. {motCpmEnd {END style Motorola MC68EN360/MPC800 network interface driver } vxworks/ref/motCpmEnd.html#top {VxWorks Reference Manual} Libraries {}}
  372. {motCpmEndLoad {initialize the driver and device} vxworks/ref/motCpmEnd.html#motCpmEndLoad {VxWorks Reference Manual} Libraries {}}
  373. {motFecEnd {END style Motorola FEC Ethernet network interface driver } vxworks/ref/motFecEnd.html#top {VxWorks Reference Manual} Libraries {}}
  374. {motFecEndLoad {initialize the driver and device} vxworks/ref/motFecEnd.html#motFecEndLoad {VxWorks Reference Manual} Libraries {}}
  375. {motifHierarchy {Tcl interface and managament of Motif HierarcyView objects } tornado-api/guitcl-unix/motifHierarchy.html#top {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  376. {motiftcl {motif Tcl library } tornado-api/guitcl-unix/motiftcl.html#top {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  377. {mountdInit {initialize the mount daemon} vxworks/ref/mountLib.html#mountdInit {VxWorks Reference Manual} Libraries {}}
  378. {mountLib {Mount protocol library } vxworks/ref/mountLib.html#top {VxWorks Reference Manual} Libraries {}}
  379. {mps_fd_to_sth {return the Stream Head pointer for a given fd} vxworks/ref/strmLib.html#mps_fd_to_sth {VxWorks Reference Manual} Libraries {}}
  380. {mqPxLib {message queue library (POSIX) } vxworks/ref/mqPxLib.html#top {VxWorks Reference Manual} Libraries {}}
  381. {mqPxLibInit {initialize the POSIX message queue library} vxworks/ref/mqPxLib.html#mqPxLibInit {VxWorks Reference Manual} Libraries {}}
  382. {{mqPxShow [windsh]} {show information about a POSIX message queue (*) (WindSh)} tornado/tools/windsh.html#mqPxShow {Tornado Reference} {Tornado Tools} windsh}
  383. {mqPxShow {POSIX message queue show } vxworks/ref/mqPxShow.html#top {VxWorks Reference Manual} Libraries {}}
  384. {mqPxShowInit {initialize the POSIX message queue show facility} vxworks/ref/mqPxShow.html#mqPxShowInit {VxWorks Reference Manual} Libraries {}}
  385. {mq_close {close a message queue (POSIX)} vxworks/ref/mqPxLib.html#mq_close {VxWorks Reference Manual} Libraries {}}
  386. {mq_getattr {get message queue attributes (POSIX)} vxworks/ref/mqPxLib.html#mq_getattr {VxWorks Reference Manual} Libraries {}}
  387. {mq_notify {notify a task that a message is available on a queue (POSIX)} vxworks/ref/mqPxLib.html#mq_notify {VxWorks Reference Manual} Libraries {}}
  388. {mq_open {open a message queue (POSIX)} vxworks/ref/mqPxLib.html#mq_open {VxWorks Reference Manual} Libraries {}}
  389. {mq_receive {receive a message from a message queue (POSIX)} vxworks/ref/mqPxLib.html#mq_receive {VxWorks Reference Manual} Libraries {}}
  390. {mq_send {send a message to a message queue (POSIX)} vxworks/ref/mqPxLib.html#mq_send {VxWorks Reference Manual} Libraries {}}
  391. {mq_setattr {set message queue attributes (POSIX)} vxworks/ref/mqPxLib.html#mq_setattr {VxWorks Reference Manual} Libraries {}}
  392. {mq_unlink {remove a message queue (POSIX)} vxworks/ref/mqPxLib.html#mq_unlink {VxWorks Reference Manual} Libraries {}}
  393. {{mRegs [windsh]} {modify registers (WindSh)} tornado/tools/windsh.html#mRegs {Tornado Reference} {Tornado Tools} windsh}
  394. {mRegs {modify registers} vxworks/ref/usrLib.html#mRegs {VxWorks Reference Manual} Libraries {}}
  395. {mRouteAdd {add multiple routes to the same destination  } vxworks/ref/routeLib.html#mRouteAdd {VxWorks Reference Manual} Libraries {}}
  396. {mRouteDelete {delete a route from the routing table } vxworks/ref/routeLib.html#mRouteDelete {VxWorks Reference Manual} Libraries {}}
  397. {mRouteEntryAdd {add a protocol-specific route to the routing table } vxworks/ref/routeLib.html#mRouteEntryAdd {VxWorks Reference Manual} Libraries {}}
  398. {mRouteEntryDelete {delete route from the routing table } vxworks/ref/routeLib.html#mRouteEntryDelete {VxWorks Reference Manual} Libraries {}}
  399. {mRouteShow {print the entries of the routing table } vxworks/ref/netShow.html#mRouteShow {VxWorks Reference Manual} Libraries {}}
  400. {msgQCreate {create and initialize a message queue} vxworks/ref/msgQLib.html#msgQCreate {VxWorks Reference Manual} Libraries {}}
  401. {msgQDelete {delete a message queue} vxworks/ref/msgQLib.html#msgQDelete {VxWorks Reference Manual} Libraries {}}
  402. {msgQInfoGet {get information about a message queue} vxworks/ref/msgQShow.html#msgQInfoGet {VxWorks Reference Manual} Libraries {}}
  403. {msgQLib {message queue library } vxworks/ref/msgQLib.html#top {VxWorks Reference Manual} Libraries {}}
  404. {msgQNumMsgs {get the number of messages queued to a message queue} vxworks/ref/msgQLib.html#msgQNumMsgs {VxWorks Reference Manual} Libraries {}}
  405. {msgQReceive {receive a message from a message queue} vxworks/ref/msgQLib.html#msgQReceive {VxWorks Reference Manual} Libraries {}}
  406. {msgQSend {send a message to a message queue} vxworks/ref/msgQLib.html#msgQSend {VxWorks Reference Manual} Libraries {}}
  407. {{msgQShow [windsh]} {show information about a message queue (WindSh)} tornado/tools/windsh.html#msgQShow {Tornado Reference} {Tornado Tools} windsh}
  408. {msgQShow {show information about a message queue} vxworks/ref/msgQShow.html#msgQShow {VxWorks Reference Manual} Libraries {}}
  409. {msgQShow {message queue show routines } vxworks/ref/msgQShow.html#top {VxWorks Reference Manual} Libraries {}}
  410. {msgQShowInit {initialize the message queue show facility} vxworks/ref/msgQShow.html#msgQShowInit {VxWorks Reference Manual} Libraries {}}
  411. {msgQSmCreate {create and initialize a shared memory message queue (VxMP Option)} vxworks/ref/msgQSmLib.html#msgQSmCreate {VxWorks Reference Manual} Libraries {}}
  412. {msgQSmLib {shared memory message queue library (VxMP Option) } vxworks/ref/msgQSmLib.html#top {VxWorks Reference Manual} Libraries {}}
  413. {{msleep [Tcl]} {sleep for the specified number of milliseconds} tornado-api/wtxtcl/wtxtclComm.html#msleep {Tornado API Reference} {WTX Tcl Library} Tcl}
  414. {munch {extract initializers and finalizers from C++ object modules} tornado/hutils/munch.html#top {Tornado Reference} {Tornado Utilities} {}}
  415. {munlock {unlock specified pages (POSIX)} vxworks/ref/mmanPxLib.html#munlock {VxWorks Reference Manual} Libraries {}}
  416. {munlockall {unlock all pages used by a process (POSIX)} vxworks/ref/mmanPxLib.html#munlockall {VxWorks Reference Manual} Libraries {}}
  417. {muxAddressForm {form an address into a packet} vxworks/ref/muxLib.html#muxAddressForm {VxWorks Reference Manual} Libraries {}}
  418. {muxAddrResFuncAdd {add an address resolution function} vxworks/ref/muxLib.html#muxAddrResFuncAdd {VxWorks Reference Manual} Libraries {}}
  419. {muxAddrResFuncDel {delete an address resolution function} vxworks/ref/muxLib.html#muxAddrResFuncDel {VxWorks Reference Manual} Libraries {}}
  420. {muxAddrResFuncGet {get the address resolution function for ifType/protocol} vxworks/ref/muxLib.html#muxAddrResFuncGet {VxWorks Reference Manual} Libraries {}}
  421. {muxBind {bind a protocol to the MUX given a driver name } vxworks/ref/muxLib.html#muxBind {VxWorks Reference Manual} Libraries {}}
  422. {muxDevExists {tests whether a device is already loaded into the MUX} vxworks/ref/muxLib.html#muxDevExists {VxWorks Reference Manual} Libraries {}}
  423. {muxDevLoad {load a driver into the MUX} vxworks/ref/muxLib.html#muxDevLoad {VxWorks Reference Manual} Libraries {}}
  424. {muxDevStart {start a device by calling its start routine} vxworks/ref/muxLib.html#muxDevStart {VxWorks Reference Manual} Libraries {}}
  425. {muxDevStop {stop a device by calling its stop routine} vxworks/ref/muxLib.html#muxDevStop {VxWorks Reference Manual} Libraries {}}
  426. {muxDevUnload {remove a driver from the MUX} vxworks/ref/muxLib.html#muxDevUnload {VxWorks Reference Manual} Libraries {}}
  427. {muxIoctl {send control information to the MUX or to a device} vxworks/ref/muxLib.html#muxIoctl {VxWorks Reference Manual} Libraries {}}
  428. {muxLib {MUX network interface library } vxworks/ref/muxLib.html#top {VxWorks Reference Manual} Libraries {}}
  429. {muxLibInit {initialize global state for the MUX} vxworks/ref/muxLib.html#muxLibInit {VxWorks Reference Manual} Libraries {}}
  430. {muxMCastAddrAdd {add a multicast address to multicast table for a device} vxworks/ref/muxLib.html#muxMCastAddrAdd {VxWorks Reference Manual} Libraries {}}
  431. {muxMCastAddrDel {delete a multicast address from a device's multicast table} vxworks/ref/muxLib.html#muxMCastAddrDel {VxWorks Reference Manual} Libraries {}}
  432. {muxMCastAddrGet {get the multicast address table from the MUX/Driver} vxworks/ref/muxLib.html#muxMCastAddrGet {VxWorks Reference Manual} Libraries {}}
  433. {muxPacketAddrGet {get addressing information from a packet} vxworks/ref/muxLib.html#muxPacketAddrGet {VxWorks Reference Manual} Libraries {}}
  434. {muxPacketDataGet {return the data from a packet} vxworks/ref/muxLib.html#muxPacketDataGet {VxWorks Reference Manual} Libraries {}}
  435. {muxPollReceive {poll for a packet from a device driver} vxworks/ref/muxLib.html#muxPollReceive {VxWorks Reference Manual} Libraries {}}
  436. {muxPollSend {send a packet on a network interface} vxworks/ref/muxLib.html#muxPollSend {VxWorks Reference Manual} Libraries {}}
  437. {muxSend {send a packet out on a network interface} vxworks/ref/muxLib.html#muxSend {VxWorks Reference Manual} Libraries {}}
  438. {muxShow {all configured Enhanced Network Drivers} vxworks/ref/muxLib.html#muxShow {VxWorks Reference Manual} Libraries {}}
  439. {muxUnbind {detach a protocol from the specified driver} vxworks/ref/muxLib.html#muxUnbind {VxWorks Reference Manual} Libraries {}}
  440. {mxrDataDocCreate {create a module xref document} tornado-api/project/dataDocLib.html#mxrDataDocCreate {Tornado API Reference} {Project Database Library} {}}
  441. {mxrDocValidate {test for duplicate symbol names and other bugs} tornado-api/project/dataDocLib.html#mxrDocValidate {Tornado API Reference} {Project Database Library} {}}
  442. {mxrSizeGet {return the size of a set of modules} tornado-api/project/dataDocLib.html#mxrSizeGet {Tornado API Reference} {Project Database Library} {}}
  443. {mxrSubtree {recursively, what modules are called by a given set of modules} tornado-api/project/dataDocLib.html#mxrSubtree {Tornado API Reference} {Project Database Library} {}}
  444. {mxrSupertree {recursively, what modules call a given set of modules} tornado-api/project/dataDocLib.html#mxrSupertree {Tornado API Reference} {Project Database Library} {}}
  445. {mxrTcGet {get the toolchain associated with an MxrDoc} tornado-api/project/dataDocLib.html#mxrTcGet {Tornado API Reference} {Project Database Library} {}}
  446. {nanosleep {suspend the current task until the time interval elapses (POSIX)} vxworks/ref/timerLib.html#nanosleep {VxWorks Reference Manual} Libraries {}}
  447. {ncr710CommLib {common library for ncr710Lib.c and ncr710Lib2.c } vxworks/ref/ncr710CommLib.html#top {VxWorks Reference Manual} Libraries {}}
  448. {ncr710CtrlCreate {create a control structure for an NCR 53C710 SIOP} vxworks/ref/ncr710Lib.html#ncr710CtrlCreate {VxWorks Reference Manual} Libraries {}}
  449. {ncr710CtrlCreateScsi2 {create a control structure for the NCR 53C710 SIOP} vxworks/ref/ncr710Lib2.html#ncr710CtrlCreateScsi2 {VxWorks Reference Manual} Libraries {}}
  450. {ncr710CtrlInit {initialize a control structure for an NCR 53C710 SIOP} vxworks/ref/ncr710Lib.html#ncr710CtrlInit {VxWorks Reference Manual} Libraries {}}
  451. {ncr710CtrlInitScsi2 {initialize a control structure for the NCR 53C710 SIOP} vxworks/ref/ncr710Lib2.html#ncr710CtrlInitScsi2 {VxWorks Reference Manual} Libraries {}}
  452. {ncr710Lib {NCR 53C710 SCSI I/O Processor (SIOP) library (SCSI-1) } vxworks/ref/ncr710Lib.html#top {VxWorks Reference Manual} Libraries {}}
  453. {ncr710Lib2 {NCR 53C710 SCSI I/O Processor (SIOP) library (SCSI-2) } vxworks/ref/ncr710Lib2.html#top {VxWorks Reference Manual} Libraries {}}
  454. {ncr710SetHwRegister {set hardware-dependent registers for the NCR 53C710 SIOP} vxworks/ref/ncr710Lib.html#ncr710SetHwRegister {VxWorks Reference Manual} Libraries {}}
  455. {ncr710SetHwRegisterScsi2 {set hardware-dependent registers for the NCR 53C710} vxworks/ref/ncr710Lib2.html#ncr710SetHwRegisterScsi2 {VxWorks Reference Manual} Libraries {}}
  456. {ncr710Show {display the values of all readable NCR 53C710 SIOP registers} vxworks/ref/ncr710Lib.html#ncr710Show {VxWorks Reference Manual} Libraries {}}
  457. {ncr710ShowScsi2 {display the values of all readable NCR 53C710 SIOP registers} vxworks/ref/ncr710Lib2.html#ncr710ShowScsi2 {VxWorks Reference Manual} Libraries {}}
  458. {ncr710SingleStep {perform a single-step } vxworks/ref/ncr710CommLib.html#ncr710SingleStep {VxWorks Reference Manual} Libraries {}}
  459. {ncr710StepEnable {enable/disable script single-step } vxworks/ref/ncr710CommLib.html#ncr710StepEnable {VxWorks Reference Manual} Libraries {}}
  460. {ncr810CtrlCreate {create a control structure for the NCR 53C8xx SIOP} vxworks/ref/ncr810Lib.html#ncr810CtrlCreate {VxWorks Reference Manual} Libraries {}}
  461. {ncr810CtrlInit {initialize a control structure for the NCR 53C8xx SIOP} vxworks/ref/ncr810Lib.html#ncr810CtrlInit {VxWorks Reference Manual} Libraries {}}
  462. {ncr810Lib {NCR 53C8xx PCI SCSI I/O Processor (SIOP) library (SCSI-2) } vxworks/ref/ncr810Lib.html#top {VxWorks Reference Manual} Libraries {}}
  463. {ncr810SetHwRegister {set hardware-dependent registers for the NCR 53C8xx SIOP} vxworks/ref/ncr810Lib.html#ncr810SetHwRegister {VxWorks Reference Manual} Libraries {}}
  464. {ncr810Show {display values of all readable NCR 53C8xx SIOP registers} vxworks/ref/ncr810Lib.html#ncr810Show {VxWorks Reference Manual} Libraries {}}
  465. {ncr5390CtrlCreate {create a control structure for an NCR 53C90 ASC} vxworks/ref/ncr5390Lib1.html#ncr5390CtrlCreate {VxWorks Reference Manual} Libraries {}}
  466. {ncr5390CtrlCreateScsi2 {create a control structure for an NCR 53C90 ASC} vxworks/ref/ncr5390Lib2.html#ncr5390CtrlCreateScsi2 {VxWorks Reference Manual} Libraries {}}
  467. {ncr5390CtrlInit {initialize the user-specified fields in an ASC structure} vxworks/ref/ncr5390Lib.html#ncr5390CtrlInit {VxWorks Reference Manual} Libraries {}}
  468. {ncr5390Lib {NCR5390 SCSI-Bus Interface Controller library (SBIC) } vxworks/ref/ncr5390Lib.html#top {VxWorks Reference Manual} Libraries {}}
  469. {ncr5390Lib1 {NCR 53C90 Advanced SCSI Controller (ASC) library (SCSI-1) } vxworks/ref/ncr5390Lib1.html#top {VxWorks Reference Manual} Libraries {}}
  470. {ncr5390Lib2 {NCR 53C90 Advanced SCSI Controller (ASC) library (SCSI-2) } vxworks/ref/ncr5390Lib2.html#top {VxWorks Reference Manual} Libraries {}}
  471. {ncr5390Show {display the values of all readable NCR5390 chip registers} vxworks/ref/ncr5390Lib.html#ncr5390Show {VxWorks Reference Manual} Libraries {}}
  472. {ne2000End {NE2000 END network interface driver } vxworks/ref/ne2000End.html#top {VxWorks Reference Manual} Libraries {}}
  473. {ne2000EndLoad {initialize the driver and device} vxworks/ref/ne2000End.html#ne2000EndLoad {VxWorks Reference Manual} Libraries {}}
  474. {ne2000Parse {parse the init string} vxworks/ref/ne2000End.html#ne2000Parse {VxWorks Reference Manual} Libraries {}}
  475. {nec765Fd {NEC 765 floppy disk device driver } vxworks/ref/nec765Fd.html#top {VxWorks Reference Manual} Libraries {}}
  476. {netBufLib {network buffer library } vxworks/ref/netBufLib.html#top {VxWorks Reference Manual} Libraries {}}
  477. {netBufLibInit {initialize netBufLib} vxworks/ref/netBufLib.html#netBufLibInit {VxWorks Reference Manual} Libraries {}}
  478. {netClBlkFree {free a `clBlk'-cluster construct back to the memory pool} vxworks/ref/netBufLib.html#netClBlkFree {VxWorks Reference Manual} Libraries {}}
  479. {netClBlkGet {get a `clBlk'} vxworks/ref/netBufLib.html#netClBlkGet {VxWorks Reference Manual} Libraries {}}
  480. {netClBlkJoin {join a cluster to a `clBlk' structure } vxworks/ref/netBufLib.html#netClBlkJoin {VxWorks Reference Manual} Libraries {}}
  481. {netClFree {free a cluster back to the memory pool} vxworks/ref/netBufLib.html#netClFree {VxWorks Reference Manual} Libraries {}}
  482. {netClPoolIdGet {return a CL_POOL_ID for a specified buffer size } vxworks/ref/netBufLib.html#netClPoolIdGet {VxWorks Reference Manual} Libraries {}}
  483. {netClusterGet {get a cluster from the specified cluster pool} vxworks/ref/netBufLib.html#netClusterGet {VxWorks Reference Manual} Libraries {}}
  484. {netDevCreate {create a remote file device} vxworks/ref/netDrv.html#netDevCreate {VxWorks Reference Manual} Libraries {}}
  485. {netDrv {install the network remote file driver} vxworks/ref/netDrv.html#netDrv {VxWorks Reference Manual} Libraries {}}
  486. {netDrv {network remote file I/O driver } vxworks/ref/netDrv.html#top {VxWorks Reference Manual} Libraries {}}
  487. {netHelp {print a synopsis of network routines} vxworks/ref/usrLib.html#netHelp {VxWorks Reference Manual} Libraries {}}
  488. {netLib {network interface library } vxworks/ref/netLib.html#top {VxWorks Reference Manual} Libraries {}}
  489. {netLibInit {initialize the network package} vxworks/ref/netLib.html#netLibInit {VxWorks Reference Manual} Libraries {}}
  490. {netMblkChainDup {duplicate an `mBlk' chain} vxworks/ref/netBufLib.html#netMblkChainDup {VxWorks Reference Manual} Libraries {}}
  491. {netMblkClChainFree {free a chain of `mBlk'-`clBlk'-cluster constructs} vxworks/ref/netBufLib.html#netMblkClChainFree {VxWorks Reference Manual} Libraries {}}
  492. {netMblkClFree {free an `mBlk'-`clBlk'-cluster construct} vxworks/ref/netBufLib.html#netMblkClFree {VxWorks Reference Manual} Libraries {}}
  493. {netMblkClGet {get a `clBlk'-cluster and join it to the specified `mBlk'} vxworks/ref/netBufLib.html#netMblkClGet {VxWorks Reference Manual} Libraries {}}
  494. {netMblkClJoin {join an `mBlk' to a `clBlk'-cluster construct} vxworks/ref/netBufLib.html#netMblkClJoin {VxWorks Reference Manual} Libraries {}}
  495. {netMblkDup {duplicate an `mBlk'} vxworks/ref/netBufLib.html#netMblkDup {VxWorks Reference Manual} Libraries {}}
  496. {netMblkFree {free an `mBlk' back to its memory pool} vxworks/ref/netBufLib.html#netMblkFree {VxWorks Reference Manual} Libraries {}}
  497. {netMblkGet {get an `mBlk'} vxworks/ref/netBufLib.html#netMblkGet {VxWorks Reference Manual} Libraries {}}
  498. {netMblkToBufCopy {copy data from an `mBlk' to a buffer} vxworks/ref/netBufLib.html#netMblkToBufCopy {VxWorks Reference Manual} Libraries {}}
  499. {netPoolDelete {delete a memory pool} vxworks/ref/netBufLib.html#netPoolDelete {VxWorks Reference Manual} Libraries {}}
  500. {netPoolInit {initialize a netBufLib-managed memory pool} vxworks/ref/netBufLib.html#netPoolInit {VxWorks Reference Manual} Libraries {}}
  501. {netPoolShow {show pool statistics} vxworks/ref/netShow.html#netPoolShow {VxWorks Reference Manual} Libraries {}}
  502. {netShow {network information display routines } vxworks/ref/netShow.html#top {VxWorks Reference Manual} Libraries {}}
  503. {netShowInit {initialize network show routines} vxworks/ref/netShow.html#netShowInit {VxWorks Reference Manual} Libraries {}}
  504. {netStackDataPoolShow {show network stack data pool statistics} vxworks/ref/netShow.html#netStackDataPoolShow {VxWorks Reference Manual} Libraries {}}
  505. {netStackSysPoolShow {show network stack system pool statistics} vxworks/ref/netShow.html#netStackSysPoolShow {VxWorks Reference Manual} Libraries {}}
  506. {netTask {network task entry point} vxworks/ref/netLib.html#netTask {VxWorks Reference Manual} Libraries {}}
  507. {netTupleGet {get an `mBlk'-`clBlk'-cluster} vxworks/ref/netBufLib.html#netTupleGet {VxWorks Reference Manual} Libraries {}}
  508. {nextproc_error {indicate that a `nextproc' operation encountered an error} vxworks/ref/snmpProcLib.html#nextproc_error {VxWorks Reference Manual} Libraries {}}
  509. {nextproc_good {indicate successful completion of a `nextproc' procedure} vxworks/ref/snmpProcLib.html#nextproc_good {VxWorks Reference Manual} Libraries {}}
  510. {nextproc_next_instance {install instance part of next instance} vxworks/ref/snmpProcLib.html#nextproc_next_instance {VxWorks Reference Manual} Libraries {}}
  511. {nextproc_no_next {indicate that there exists no next instance } vxworks/ref/snmpProcLib.html#nextproc_no_next {VxWorks Reference Manual} Libraries {}}
  512. {nextproc_started {indicate that a `nextproc' operation has begun} vxworks/ref/snmpProcLib.html#nextproc_started {VxWorks Reference Manual} Libraries {}}
  513. {nfsAuthUnixGet {get the NFS UNIX authentication parameters} vxworks/ref/nfsLib.html#nfsAuthUnixGet {VxWorks Reference Manual} Libraries {}}
  514. {nfsAuthUnixPrompt {modify the NFS UNIX authentication parameters} vxworks/ref/nfsLib.html#nfsAuthUnixPrompt {VxWorks Reference Manual} Libraries {}}
  515. {nfsAuthUnixSet {set the NFS UNIX authentication parameters} vxworks/ref/nfsLib.html#nfsAuthUnixSet {VxWorks Reference Manual} Libraries {}}
  516. {nfsAuthUnixShow {display the NFS UNIX authentication parameters} vxworks/ref/nfsLib.html#nfsAuthUnixShow {VxWorks Reference Manual} Libraries {}}
  517. {nfsDevInfoGet {read configuration information from the requested NFS device} vxworks/ref/nfsDrv.html#nfsDevInfoGet {VxWorks Reference Manual} Libraries {}}
  518. {nfsDevListGet {create list of all the NFS devices in the system} vxworks/ref/nfsDrv.html#nfsDevListGet {VxWorks Reference Manual} Libraries {}}
  519. {nfsDevShow {display the mounted NFS devices} vxworks/ref/nfsDrv.html#nfsDevShow {VxWorks Reference Manual} Libraries {}}
  520. {nfsdInit {initialize the NFS server} vxworks/ref/nfsdLib.html#nfsdInit {VxWorks Reference Manual} Libraries {}}
  521. {nfsdLib {Network File System (NFS) server library } vxworks/ref/nfsdLib.html#top {VxWorks Reference Manual} Libraries {}}
  522. {nfsDrv {install the NFS driver} vxworks/ref/nfsDrv.html#nfsDrv {VxWorks Reference Manual} Libraries {}}
  523. {nfsDrv {Network File System (NFS) I/O driver } vxworks/ref/nfsDrv.html#top {VxWorks Reference Manual} Libraries {}}
  524. {nfsDrvNumGet {return the IO system driver number for the nfs driver} vxworks/ref/nfsDrv.html#nfsDrvNumGet {VxWorks Reference Manual} Libraries {}}
  525. {nfsdStatusGet {get the status of the NFS server} vxworks/ref/nfsdLib.html#nfsdStatusGet {VxWorks Reference Manual} Libraries {}}
  526. {nfsdStatusShow {show the status of the NFS server} vxworks/ref/nfsdLib.html#nfsdStatusShow {VxWorks Reference Manual} Libraries {}}
  527. {nfsExport {specify a file system to be NFS exported} vxworks/ref/mountLib.html#nfsExport {VxWorks Reference Manual} Libraries {}}
  528. {nfsExportShow {display the exported file systems of a remote host} vxworks/ref/nfsLib.html#nfsExportShow {VxWorks Reference Manual} Libraries {}}
  529. {nfsHelp {display the NFS help menu} vxworks/ref/nfsLib.html#nfsHelp {VxWorks Reference Manual} Libraries {}}
  530. {nfsIdSet {set the ID number of the NFS UNIX authentication parameters} vxworks/ref/nfsLib.html#nfsIdSet {VxWorks Reference Manual} Libraries {}}
  531. {nfsLib {Network File System (NFS) library } vxworks/ref/nfsLib.html#top {VxWorks Reference Manual} Libraries {}}
  532. {nfsMount {mount an NFS file system} vxworks/ref/nfsDrv.html#nfsMount {VxWorks Reference Manual} Libraries {}}
  533. {nfsMountAll {mount all file systems exported by a specified host} vxworks/ref/nfsDrv.html#nfsMountAll {VxWorks Reference Manual} Libraries {}}
  534. {nfsUnexport {remove a file system from the list of exported file systems} vxworks/ref/mountLib.html#nfsUnexport {VxWorks Reference Manual} Libraries {}}
  535. {nfsUnmount {unmount an NFS device} vxworks/ref/nfsDrv.html#nfsUnmount {VxWorks Reference Manual} Libraries {}}
  536. {nicEndLoad {initialize the driver and device} vxworks/ref/nicEvbEnd.html#nicEndLoad {VxWorks Reference Manual} Libraries {}}
  537. {nicEvbattach {publish and initialize the `nicEvb' network interface driver} vxworks/ref/if_nicEvb.html#nicEvbattach {VxWorks Reference Manual} Libraries {}}
  538. {nicEvbEnd {National Semiconductor ST-NIC Chip network interface driver } vxworks/ref/nicEvbEnd.html#top {VxWorks Reference Manual} Libraries {}}
  539. {nicEvbInitParse {parse the initialization string} vxworks/ref/nicEvbEnd.html#nicEvbInitParse {VxWorks Reference Manual} Libraries {}}
  540. {nicTxStartup {the driver's actual output routine} vxworks/ref/if_nicEvb.html#nicTxStartup {VxWorks Reference Manual} Libraries {}}
  541. {notice {Generic "notice" dialog system. } tornado-api/guitcl-unix/notice.html#top {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  542. {noticePost {post a notice dialog} tornado-api/guitcl-unix/notice.html#noticePost {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  543. {noticeUnpost {unpost a notice} tornado-api/guitcl-unix/notice.html#noticeUnpost {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  544. {npc {return the contents of the next program counter (SPARC)} vxworks/ref/dbgArchLib.html#npc {VxWorks Reference Manual} Libraries {}}
  545. {ns486 {National Semiconductor NS486SXF} vxworks/bsp/ns486/ns486.html#top {BSP Reference} ns486 {}}
  546. {ns16550DevInit {intialize an NS16550 channel} vxworks/ref/ns16550Sio.html#ns16550DevInit {VxWorks Reference Manual} Libraries {}}
  547. {ns16550Int {interrupt level processing} vxworks/ref/ns16550Sio.html#ns16550Int {VxWorks Reference Manual} Libraries {}}
  548. {ns16550IntEx {miscellaneous interrupt processing} vxworks/ref/ns16550Sio.html#ns16550IntEx {VxWorks Reference Manual} Libraries {}}
  549. {ns16550IntRd {handle a receiver interrupt } vxworks/ref/ns16550Sio.html#ns16550IntRd {VxWorks Reference Manual} Libraries {}}
  550. {ns16550IntWr {handle a transmitter interrupt } vxworks/ref/ns16550Sio.html#ns16550IntWr {VxWorks Reference Manual} Libraries {}}
  551. {ns16550Sio {NS 16550 UART tty driver } vxworks/ref/ns16550Sio.html#top {VxWorks Reference Manual} Libraries {}}
  552. {ntEnd {END  network interface driver  to ULIP for vxSim for Windows NT } vxworks/ref/ntEnd.html#top {VxWorks Reference Manual} Libraries {}}
  553. {ntInt {handle controller interrupt} vxworks/ref/ntEnd.html#ntInt {VxWorks Reference Manual} Libraries {}}
  554. {ntLoad {initialize the driver and device} vxworks/ref/ntEnd.html#ntLoad {VxWorks Reference Manual} Libraries {}}
  555. {ntMemInit {initialize memory for the chip} vxworks/ref/ntEnd.html#ntMemInit {VxWorks Reference Manual} Libraries {}}
  556. {ntParse {parse the init string} vxworks/ref/ntEnd.html#ntParse {VxWorks Reference Manual} Libraries {}}
  557. {ntPassFsDevInit {associate a device with ntPassFs file system functions} vxworks/ref/ntPassFsLib.html#ntPassFsDevInit {VxWorks Reference Manual} Libraries {}}
  558. {ntPassFsInit {prepare to use the ntPassFs library} vxworks/ref/ntPassFsLib.html#ntPassFsInit {VxWorks Reference Manual} Libraries {}}
  559. {ntPassFsLib {pass-through (to Windows NT) file system library } vxworks/ref/ntPassFsLib.html#top {VxWorks Reference Manual} Libraries {}}
  560. {ntPollStart {start polled mode operations} vxworks/ref/ntEnd.html#ntPollStart {VxWorks Reference Manual} Libraries {}}
  561. {ntPollStop {stop polled mode operations} vxworks/ref/ntEnd.html#ntPollStop {VxWorks Reference Manual} Libraries {}}
  562. {o0 {return the contents of register `o0' (also `o1' - `o7') (SPARC)} vxworks/ref/dbgArchLib.html#o0 {VxWorks Reference Manual} Libraries {}}
  563. {objectCreate {create a new object in the application well} tornado-api/guitcl-unix/launchTclApi.html#objectCreate {Tornado API Reference} {GUI Tcl Library (UNIX)} {}}
  564. {oid_to_ip {convert an object identifier to an IP address} vxworks/ref/snmpAuxLib.html#oid_to_ip {VxWorks Reference Manual} Libraries {}}
  565. {oidcmp {compare two object identifiers} vxworks/ref/snmpAuxLib.html#oidcmp {VxWorks Reference Manual} Libraries {}}
  566. {oidcmp2 {compare two object identifiers} vxworks/ref/snmpAuxLib.html#oidcmp2 {VxWorks Reference Manual} Libraries {}}
  567. {open {open a file} vxworks/ref/ioLib.html#open {VxWorks Reference Manual} Libraries {}}
  568. {opendir {open a directory for searching (POSIX)} vxworks/ref/dirLib.html#opendir {VxWorks Reference Manual} Libraries {}}
  569. {{operator delete} {default run-time support for memory deallocation (C++)} {vxworks/ref/cplusLib.html#operator delete} {VxWorks Reference Manual} Libraries {}}
  570. {{operator new} {default run-time support for operator new (C++)} {vxworks/ref/cplusLib.html#operator new} {VxWorks Reference Manual} Libraries {}}
  571. {{operator new} {default run-time support for operator new (nothrow) (C++)} {vxworks/ref/cplusLib.html#operator new_1} {VxWorks Reference Manual} Libraries {}}
  572. {{operator new} {run-time support for operator new with placement (C++)} {vxworks/ref/cplusLib.html#operator new_2} {VxWorks Reference Manual} Libraries {}}
  573. {ospfExtRouteAdd {import external route into OSPF domain (OSPF Option)} vxworks/ref/ospfLib.html#ospfExtRouteAdd {VxWorks Reference Manual} Libraries {}}
  574. {ospfExtRouteDelete {delete external route imported into OSPF  (OSPF Option)} vxworks/ref/ospfLib.html#ospfExtRouteDelete {VxWorks Reference Manual} Libraries {}}
  575. {ospfInit {function to initialize OSPF routing (OSPF Option) } vxworks/ref/ospfLib.html#ospfInit {VxWorks Reference Manual} Libraries {}}
  576. {ospfLib {OSPF version 2 (RFC 1583) routing facilities (OSPF Option) } vxworks/ref/ospfLib.html#top {VxWorks Reference Manual} Libraries {}}
  577. {ospfNbmaDstAdd {add NBMA destination} vxworks/ref/ospfLib.html#ospfNbmaDstAdd {VxWorks Reference Manual} Libraries {}}
  578. {ospfNbmaDstDelete {delete NBMA destination} vxworks/ref/ospfLib.html#ospfNbmaDstDelete {VxWorks Reference Manual} Libraries {}}
  579. {ospfTerminate {free OSPF resources and delete OSPF tasks} vxworks/ref/ospfLib.html#ospfTerminate {VxWorks Reference Manual} Libraries {}}
  580. {passFsDevInit {associate a device with passFs file system functions} vxworks/ref/passFsLib.html#passFsDevInit {VxWorks Reference Manual} Libraries {}}
  581. {passFsInit {prepare to use the passFs library} vxworks/ref/passFsLib.html#passFsInit {VxWorks Reference Manual} Libraries {}}
  582. {passFsLib {pass-through (to UNIX) file system library (VxSim) } vxworks/ref/passFsLib.html#top {VxWorks Reference Manual} Libraries {}}
  583. {pause {suspend the task until delivery of a signal (POSIX)} vxworks/ref/sigLib.html#pause {VxWorks Reference Manual} Libraries {}}
  584. {pc {return the contents of the program counter} vxworks/ref/usrLib.html#pc {VxWorks Reference Manual} Libraries {}}
  585. {pc386/486 {PC 386/486} vxworks/bsp/pc386/pc.html#top {BSP Reference} pc386 {}}
  586. {pc386/486 {PC 386/486} vxworks/bsp/pc486/pc.html#top {BSP Reference} pc486 {}}
  587. {pc386/486 {PC 386/486} vxworks/bsp/pcPentiumpro/pc.html#top {BSP Reference} pcPentiumpro {}}
  588. {pc386/486 {PC 386/486} vxworks/bsp/pcPentium/pc.html#top {BSP Reference} pcPentium {}}
  589. {pccardAtaEnabler {enable the PCMCIA-ATA device} vxworks/ref/pccardLib.html#pccardAtaEnabler {VxWorks Reference Manual} Libraries {}}
  590. {pccardEltEnabler {enable the PCMCIA Etherlink III card} vxworks/ref/pccardLib.html#pccardEltEnabler {VxWorks Reference Manual} Libraries {}}
  591. {pccardLib {PC CARD enabler library } vxworks/ref/pccardLib.html#top {VxWorks Reference Manual} Libraries {}}
  592. {pccardMkfs {initialize a device and mount a DOS file system} vxworks/ref/pccardLib.html#pccardMkfs {VxWorks Reference Manual} Libraries {}}
  593. {pccardMount {mount a DOS file system} vxworks/ref/pccardLib.html#pccardMount {VxWorks Reference Manual} Libraries {}}
  594. {pccardSramEnabler {enable the PCMCIA-SRAM driver} vxworks/ref/pccardLib.html#pccardSramEnabler {VxWorks Reference Manual} Libraries {}}
  595. {pccardTffsEnabler {enable the PCMCIA-TFFS driver} vxworks/ref/pccardLib.html#pccardTffsEnabler {VxWorks Reference Manual} Libraries {}}
  596. {{pcConDevCreate [pc386]} {create a device for the on-board ports} vxworks/bsp/pc386/sysLib.html#pcConDevCreate {BSP Reference} pc386 pc386}
  597. {{pcConDevCreate [pc486]} {create a device for the on-board ports} vxworks/bsp/pc486/sysLib.html#pcConDevCreate {BSP Reference} pc486 pc486}
  598. {{pcConDevCreate [pcPentiumpro]} {create a device for the on-board ports} vxworks/bsp/pcPentiumpro/sysLib.html#pcConDevCreate {BSP Reference} pcPentiumpro pcPentiumpro}
  599. {{pcConDevCreate [pcPentium]} {create a device for the on-board ports} vxworks/bsp/pcPentium/sysLib.html#pcConDevCreate {BSP Reference} pcPentium pcPentium}
  600. {{pcConDrv [pc386]} {initialize the console driver } vxworks/bsp/pc386/sysLib.html#pcConDrv {BSP Reference} pc386 pc386}
  601. {{pcConDrv [pc486]} {initialize the console driver } vxworks/bsp/pc486/sysLib.html#pcConDrv {BSP Reference} pc486 pc486}
  602. {{pcConDrv [pcPentiumpro]} {initialize the console driver } vxworks/bsp/pcPentiumpro/sysLib.html#pcConDrv {BSP Reference} pcPentiumpro pcPentiumpro}
  603. {{pcConDrv [pcPentium]} {initialize the console driver } vxworks/bsp/pcPentium/sysLib.html#pcConDrv {BSP Reference} pcPentium pcPentium}
  604. {pcic {Intel 82365SL PCMCIA host bus adaptor chip library } vxworks/ref/pcic.html#top {VxWorks Reference Manual} Libraries {}}
  605. {pcicInit {initialize the PCIC chip} vxworks/ref/pcic.html#pcicInit {VxWorks Reference Manual} Libraries {}}
  606. {{pciConfigBdfPack [pc386]} {pack parameters for the Configuration Address Register} vxworks/bsp/pc386/sysLib.html#pciConfigBdfPack {BSP Reference} pc386 pc386}
  607. {{pciConfigBdfPack [pc486]} {pack parameters for the Configuration Address Register} vxworks/bsp/pc486/sysLib.html#pciConfigBdfPack {BSP Reference} pc486 pc486}
  608. {{pciConfigBdfPack [pcPentiumpro]} {pack parameters for the Configuration Address Register} vxworks/bsp/pcPentiumpro/sysLib.html#pciConfigBdfPack {BSP Reference} pcPentiumpro pcPentiumpro}
  609. {{pciConfigBdfPack [pcPentium]} {pack parameters for the Configuration Address Register} vxworks/bsp/pcPentium/sysLib.html#pciConfigBdfPack {BSP Reference} pcPentium pcPentium}
  610. {{pciConfigInByte [pc386]} {read one byte from the PCI configuration space} vxworks/bsp/pc386/sysLib.html#pciConfigInByte {BSP Reference} pc386 pc386}
  611. {{pciConfigInByte [pc486]} {read one byte from the PCI configuration space} vxworks/bsp/pc486/sysLib.html#pciConfigInByte {BSP Reference} pc486 pc486}
  612. {{pciConfigInByte [pcPentiumpro]} {read one byte from the PCI configuration space} vxworks/bsp/pcPentiumpro/sysLib.html#pciConfigInByte {BSP Reference} pcPentiumpro pcPentiumpro}
  613. {{pciConfigInByte [pcPentium]} {read one byte from the PCI configuration space} vxworks/bsp/pcPentium/sysLib.html#pciConfigInByte {BSP Reference} pcPentium pcPentium}
  614. {{pciConfigInLong [pc386]} {read one longword from the PCI configuration space} vxworks/bsp/pc386/sysLib.html#pciConfigInLong {BSP Reference} pc386 pc386}
  615. {{pciConfigInLong [pc486]} {read one longword from the PCI configuration space} vxworks/bsp/pc486/sysLib.html#pciConfigInLong {BSP Reference} pc486 pc486}
  616. {{pciConfigInLong [pcPentiumpro]} {read one longword from the PCI configuration space} vxworks/bsp/pcPentiumpro/sysLib.html#pciConfigInLong {BSP Reference} pcPentiumpro pcPentiumpro}
  617. {{pciConfigInLong [pcPentium]} {read one longword from the PCI configuration space} vxworks/bsp/pcPentium/sysLib.html#pciConfigInLong {BSP Reference} pcPentium pcPentium}
  618. {{pciConfigInWord [pc386]} {read one word from the PCI configuration space} vxworks/bsp/pc386/sysLib.html#pciConfigInWord {BSP Reference} pc386 pc386}
  619. {{pciConfigInWord [pc486]} {read one word from the PCI configuration space} vxworks/bsp/pc486/sysLib.html#pciConfigInWord {BSP Reference} pc486 pc486}
  620. {{pciConfigInWord [pcPentiumpro]} {read one word from the PCI configuration space} vxworks/bsp/pcPentiumpro/sysLib.html#pciConfigInWord {BSP Reference} pcPentiumpro pcPentiumpro}
  621. {{pciConfigInWord [pcPentium]} {read one word from the PCI configuration space} vxworks/bsp/pcPentium/sysLib.html#pciConfigInWord {BSP Reference} pcPentium pcPentium}
  622. {{pciConfigLibInit [pc386]} {initialize the configuration access-method and addresses} vxworks/bsp/pc386/sysLib.html#pciConfigLibInit {BSP Reference} pc386 pc386}
  623. {{pciConfigLibInit [pc486]} {initialize the configuration access-method and addresses} vxworks/bsp/pc486/sysLib.html#pciConfigLibInit {BSP Reference} pc486 pc486}
  624. {{pciConfigLibInit [pcPentiumpro]} {initialize the configuration access-method and addresses} vxworks/bsp/pcPentiumpro/sysLib.html#pciConfigLibInit {BSP Reference} pcPentiumpro pcPentiumpro}
  625. {{pciConfigLibInit [pcPentium]} {initialize the configuration access-method and addresses} vxworks/bsp/pcPentium/sysLib.html#pciConfigLibInit {BSP Reference} pcPentium pcPentium}
  626. {{pciConfigModifyByte [pc386]} {Perform a masked longword register update} vxworks/bsp/pc386/sysLib.html#pciConfigModifyByte {BSP Reference} pc386 pc386}
  627. {{pciConfigModifyByte [pc486]} {Perform a masked longword register update} vxworks/bsp/pc486/sysLib.html#pciConfigModifyByte {BSP Reference} pc486 pc486}
  628. {{pciConfigModifyByte [pcPentiumpro]} {Perform a masked longword register update} vxworks/bsp/pcPentiumpro/sysLib.html#pciConfigModifyByte {BSP Reference} pcPentiumpro pcPentiumpro}
  629. {{pciConfigModifyByte [pcPentium]} {Perform a masked longword register update} vxworks/bsp/pcPentium/sysLib.html#pciConfigModifyByte {BSP Reference} pcPentium pcPentium}
  630. {{pciConfigModifyLong [pc386]} {Perform a masked longword register update} vxworks/bsp/pc386/sysLib.html#pciConfigModifyLong {BSP Reference} pc386 pc386}
  631. {{pciConfigModifyLong [pc486]} {Perform a masked longword register update} vxworks/bsp/pc486/sysLib.html#pciConfigModifyLong {BSP Reference} pc486 pc486}
  632. {{pciConfigModifyLong [pcPentiumpro]} {Perform a masked longword register update} vxworks/bsp/pcPentiumpro/sysLib.html#pciConfigModifyLong {BSP Reference} pcPentiumpro pcPentiumpro}
  633. {{pciConfigModifyLong [pcPentium]} {Perform a masked longword register update} vxworks/bsp/pcPentium/sysLib.html#pciConfigModifyLong {BSP Reference} pcPentium pcPentium}
  634. {{pciConfigModifyWord [pc386]} {Perform a masked longword register update} vxworks/bsp/pc386/sysLib.html#pciConfigModifyWord {BSP Reference} pc386 pc386}
  635. {{pciConfigModifyWord [pc486]} {Perform a masked longword register update} vxworks/bsp/pc486/sysLib.html#pciConfigModifyWord {BSP Reference} pc486 pc486}
  636. {{pciConfigModifyWord [pcPentiumpro]} {Perform a masked longword register update} vxworks/bsp/pcPentiumpro/sysLib.html#pciConfigModifyWord {BSP Reference} pcPentiumpro pcPentiumpro}
  637. {{pciConfigModifyWord [pcPentium]} {Perform a masked longword register update} vxworks/bsp/pcPentium/sysLib.html#pciConfigModifyWord {BSP Reference} pcPentium pcPentium}
  638. {{pciConfigOutByte [pc386]} {write one byte to the PCI configuration space} vxworks/bsp/pc386/sysLib.html#pciConfigOutByte {BSP Reference} pc386 pc386}
  639. {{pciConfigOutByte [pc486]} {write one byte to the PCI configuration space} vxworks/bsp/pc486/sysLib.html#pciConfigOutByte {BSP Reference} pc486 pc486}
  640. {{pciConfigOutByte [pcPentiumpro]} {write one byte to the PCI configuration space} vxworks/bsp/pcPentiumpro/sysLib.html#pciConfigOutByte {BSP Reference} pcPentiumpro pcPentiumpro}
  641. {{pciConfigOutByte [pcPentium]} {write one byte to the PCI configuration space} vxworks/bsp/pcPentium/sysLib.html#pciConfigOutByte {BSP Reference} pcPentium pcPentium}
  642. {{pciConfigOutLong [pc386]} {write one longword to the PCI configuration space} vxworks/bsp/pc386/sysLib.html#pciConfigOutLong {BSP Reference} pc386 pc386}
  643. {{pciConfigOutLong [pc486]} {write one longword to the PCI configuration space} vxworks/bsp/pc486/sysLib.html#pciConfigOutLong {BSP Reference} pc486 pc486}
  644. {{pciConfigOutLong [pcPentiumpro]} {write one longword to the PCI configuration space} vxworks/bsp/pcPentiumpro/sysLib.html#pciConfigOutLong {BSP Reference} pcPentiumpro pcPentiumpro}
  645. {{pciConfigOutLong [pcPentium]} {write one longword to the PCI configuration space} vxworks/bsp/pcPentium/sysLib.html#pciConfigOutLong {BSP Reference} pcPentium pcPentium}
  646. {{pciConfigOutWord [pc386]} {write one 16-bit word to the PCI configuration space} vxworks/bsp/pc386/sysLib.html#pciConfigOutWord {BSP Reference} pc386 pc386}
  647. {{pciConfigOutWord [pc486]} {write one 16-bit word to the PCI configuration space} vxworks/bsp/pc486/sysLib.html#pciConfigOutWord {BSP Reference} pc486 pc486}
  648. {{pciConfigOutWord [pcPentiumpro]} {write one 16-bit word to the PCI configuration space} vxworks/bsp/pcPentiumpro/sysLib.html#pciConfigOutWord {BSP Reference} pcPentiumpro pcPentiumpro}
  649. {{pciConfigOutWord [pcPentium]} {write one 16-bit word to the PCI configuration space} vxworks/bsp/pcPentium/sysLib.html#pciConfigOutWord {BSP Reference} pcPentium pcPentium}
  650. {pcicShow {show all configurations of the PCIC chip} vxworks/ref/pcicShow.html#pcicShow {VxWorks Reference Manual} Libraries {}}
  651. {pcicShow {Intel 82365SL PCMCIA host bus adaptor chip show library } vxworks/ref/pcicShow.html#top {VxWorks Reference Manual} Libraries {}}
  652. {{pciDevConfig [pc386]} {configure a device on a PCI bus} vxworks/bsp/pc386/sysLib.html#pciDevConfig {BSP Reference} pc386 pc386}
  653. {{pciDevConfig [pc486]} {configure a device on a PCI bus} vxworks/bsp/pc486/sysLib.html#pciDevConfig {BSP Reference} pc486 pc486}
  654. {{pciDevConfig [pcPentiumpro]} {configure a device on a PCI bus} vxworks/bsp/pcPentiumpro/sysLib.html#pciDevConfig {BSP Reference} pcPentiumpro pcPentiumpro}
  655. {{pciDevConfig [pcPentium]} {configure a device on a PCI bus} vxworks/bsp/pcPentium/sysLib.html#pciDevConfig {BSP Reference} pcPentium pcPentium}
  656. {{pciDeviceShow [pc386]} {print information about PCI devices} vxworks/bsp/pc386/sysLib.html#pciDeviceShow {BSP Reference} pc386 pc386}
  657. {{pciDeviceShow [pc486]} {print information about PCI devices} vxworks/bsp/pc486/sysLib.html#pciDeviceShow {BSP Reference} pc486 pc486}
  658. {{pciDeviceShow [pcPentiumpro]} {print information about PCI devices} vxworks/bsp/pcPentiumpro/sysLib.html#pciDeviceShow {BSP Reference} pcPentiumpro pcPentiumpro}
  659. {{pciDeviceShow [pcPentium]} {print information about PCI devices} vxworks/bsp/pcPentium/sysLib.html#pciDeviceShow {BSP Reference} pcPentium pcPentium}
  660. {{pciFindClass [pc386]} {find the nth occurence of a device by PCI class code.} vxworks/bsp/pc386/sysLib.html#pciFindClass {BSP Reference} pc386 pc386}
  661. {{pciFindClass [pc486]} {find the nth occurence of a device by PCI class code.} vxworks/bsp/pc486/sysLib.html#pciFindClass {BSP Reference} pc486 pc486}
  662. {{pciFindClass [pcPentiumpro]} {find the nth occurence of a device by PCI class code.} vxworks/bsp/pcPentiumpro/sysLib.html#pciFindClass {BSP Reference} pcPentiumpro pcPentiumpro}
  663. {{pciFindClass [pcPentium]} {find the nth occurence of a device by PCI class code.} vxworks/bsp/pcPentium/sysLib.html#pciFindClass {BSP Reference} pcPentium pcPentium}
  664. {{pciFindClassShow [pc386]} {find a device by 24-bit class code} vxworks/bsp/pc386/sysLib.html#pciFindClassShow {BSP Reference} pc386 pc386}
  665. {{pciFindClassShow [pc486]} {find a device by 24-bit class code} vxworks/bsp/pc486/sysLib.html#pciFindClassShow {BSP Reference} pc486 pc486}
  666. {{pciFindClassShow [pcPentiumpro]} {find a device by 24-bit class code} vxworks/bsp/pcPentiumpro/sysLib.html#pciFindClassShow {BSP Reference} pcPentiumpro pcPentiumpro}
  667. {{pciFindClassShow [pcPentium]} {find a device by 24-bit class code} vxworks/bsp/pcPentium/sysLib.html#pciFindClassShow {BSP Reference} pcPentium pcPentium}
  668. {{pciFindDevice [pc386]} {find the nth device with the given device & vendor ID} vxworks/bsp/pc386/sysLib.html#pciFindDevice {BSP Reference} pc386 pc386}
  669. {{pciFindDevice [pc486]} {find the nth device with the given device & vendor ID} vxworks/bsp/pc486/sysLib.html#pciFindDevice {BSP Reference} pc486 pc486}
  670. {{pciFindDevice [pcPentiumpro]} {find the nth device with the given device & vendor ID} vxworks/bsp/pcPentiumpro/sysLib.html#pciFindDevice {BSP Reference} pcPentiumpro pcPentiumpro}
  671. {{pciFindDevice [pcPentium]} {find the nth device with the given device & vendor ID} vxworks/bsp/pcPentium/sysLib.html#pciFindDevice {BSP Reference} pcPentium pcPentium}
  672. {{pciFindDeviceShow [pc386]} {find a device by deviceId, then print an information.} vxworks/bsp/pc386/sysLib.html#pciFindDeviceShow {BSP Reference} pc386 pc386}
  673. {{pciFindDeviceShow [pc486]} {find a device by deviceId, then print an information.} vxworks/bsp/pc486/sysLib.html#pciFindDeviceShow {BSP Reference} pc486 pc486}
  674. {{pciFindDeviceShow [pcPentiumpro]} {find a device by deviceId, then print an information.} vxworks/bsp/pcPentiumpro/sysLib.html#pciFindDeviceShow {BSP Reference} pcPentiumpro pcPentiumpro}
  675. {{pciFindDeviceShow [pcPentium]} {find a device by deviceId, then print an information.} vxworks/bsp/pcPentium/sysLib.html#pciFindDeviceShow {BSP Reference} pcPentium pcPentium}
  676. {{pciHeaderShow [pc386]} {print a header of the specified PCI device} vxworks/bsp/pc386/sysLib.html#pciHeaderShow {BSP Reference} pc386 pc386}
  677. {{pciHeaderShow [pc486]} {print a header of the specified PCI device} vxworks/bsp/pc486/sysLib.html#pciHeaderShow {BSP Reference} pc486 pc486}
  678. {{pciHeaderShow [pcPentiumpro]} {print a header of the specified PCI device} vxworks/bsp/pcPentiumpro/sysLib.html#pciHeaderShow {BSP Reference} pcPentiumpro pcPentiumpro}
  679. {{pciHeaderShow [pcPentium]} {print a header of the specified PCI device} vxworks/bsp/pcPentium/sysLib.html#pciHeaderShow {BSP Reference} pcPentium pcPentium}
  680. {{pciInt [pc386]} {interrupt handler for shared PCI interrupt.} vxworks/bsp/pc386/sysLib.html#pciInt {BSP Reference} pc386 pc386}
  681. {{pciInt [pc486]} {interrupt handler for shared PCI interrupt.} vxworks/bsp/pc486/sysLib.html#pciInt {BSP Reference} pc486 pc486}
  682. {{pciInt [pcPentiumpro]} {interrupt handler for shared PCI interrupt.} vxworks/bsp/pcPentiumpro/sysLib.html#pciInt {BSP Reference} pcPentiumpro pcPentiumpro}
  683. {{pciInt [pcPentium]} {interrupt handler for shared PCI interrupt.} vxworks/bsp/pcPentium/sysLib.html#pciInt {BSP Reference} pcPentium pcPentium}
  684. {{pciIntConnect [pc386]} {connect the interrupt handler to the PCI interrupt.} vxworks/bsp/pc386/sysLib.html#pciIntConnect {BSP Reference} pc386 pc386}
  685. {{pciIntConnect [pc486]} {connect the interrupt handler to the PCI interrupt.} vxworks/bsp/pc486/sysLib.html#pciIntConnect {BSP Reference} pc486 pc486}
  686. {{pciIntConnect [pcPentiumpro]} {connect the interrupt handler to the PCI interrupt.} vxworks/bsp/pcPentiumpro/sysLib.html#pciIntConnect {BSP Reference} pcPentiumpro pcPentiumpro}
  687. {{pciIntConnect [pcPentium]} {connect the interrupt handler to the PCI interrupt.} vxworks/bsp/pcPentium/sysLib.html#pciIntConnect {BSP Reference} pcPentium pcPentium}
  688. {{pciIntDisconnect [pc386]} {disconnect the interrupt handler from the PCI interrupt.} vxworks/bsp/pc386/sysLib.html#pciIntDisconnect {BSP Reference} pc386 pc386}
  689. {{pciIntDisconnect [pc486]} {disconnect the interrupt handler from the PCI interrupt.} vxworks/bsp/pc486/sysLib.html#pciIntDisconnect {BSP Reference} pc486 pc486}
  690. {{pciIntDisconnect [pcPentiumpro]} {disconnect the interrupt handler from the PCI interrupt.} vxworks/bsp/pcPentiumpro/sysLib.html#pciIntDisconnect {BSP Reference} pcPentiumpro pcPentiumpro}
  691. {{pciIntDisconnect [pcPentium]} {disconnect the interrupt handler from the PCI interrupt.} vxworks/bsp/pcPentium/sysLib.html#pciIntDisconnect {BSP Reference} pcPentium pcPentium}
  692. {{pciIntLibInit [pc386]} {} vxworks/bsp/pc386/sysLib.html#pciIntLibInit {BSP Reference} pc386 pc386}
  693. {{pciIntLibInit [pc486]} {} vxworks/bsp/pc486/sysLib.html#pciIntLibInit {BSP Reference} pc486 pc486}
  694. {{pciIntLibInit [pcPentiumpro]} {} vxworks/bsp/pcPentiumpro/sysLib.html#pciIntLibInit {BSP Reference} pcPentiumpro pcPentiumpro}
  695. {{pciIntLibInit [pcPentium]} {} vxworks/bsp/pcPentium/sysLib.html#pciIntLibInit {BSP Reference} pcPentium pcPentium}
  696. {{pciSpecialCycle [pc386]} {generate a special cycle with a message} vxworks/bsp/pc386/sysLib.html#pciSpecialCycle {BSP Reference} pc386 pc386}
  697. {{pciSpecialCycle [pc486]} {generate a special cycle with a message} vxworks/bsp/pc486/sysLib.html#pciSpecialCycle {BSP Reference} pc486 pc486}
  698. {{pciSpecialCycle [pcPentiumpro]} {generate a special cycle with a message} vxworks/bsp/pcPentiumpro/sysLib.html#pciSpecialCycle {BSP Reference} pcPentiumpro pcPentiumpro}
  699. {{pciSpecialCycle [pcPentium]} {generate a special cycle with a message} vxworks/bsp/pcPentium/sysLib.html#pciSpecialCycle {BSP Reference} pcPentium pcPentium}
  700. {{PCMCIA for x86, Release Notes and Supplement} {} pcmcia/relsupp/index.html {PCMCIA for x86, Release Notes and Supplement} {} {}}
  701. {pcmciad {handle task-level PCMCIA events} vxworks/ref/pcmciaLib.html#pcmciad {VxWorks Reference Manual} Libraries {}}
  702. {pcmciaInit {initialize the PCMCIA event-handling package} vxworks/ref/pcmciaLib.html#pcmciaInit {VxWorks Reference Manual} Libraries {}}
  703. {pcmciaLib {generic PCMCIA event-handling facilities } vxworks/ref/pcmciaLib.html#top {VxWorks Reference Manual} Libraries {}}
  704. {pcmciaShow {show all configurations of the PCMCIA chip} vxworks/ref/pcmciaShow.html#pcmciaShow {VxWorks Reference Manual} Libraries {}}
  705. {pcmciaShow {PCMCIA show library } vxworks/ref/pcmciaShow.html#top {VxWorks Reference Manual} Libraries {}}
  706. {pcmciaShowInit {initialize all show routines for PCMCIA drivers} vxworks/ref/pcmciaShow.html#pcmciaShowInit {VxWorks Reference Manual} Libraries {}}
  707. {pcw {return the contents of the `pcw' register (i960)} vxworks/ref/dbgArchLib.html#pcw {VxWorks Reference Manual} Libraries {}}
  708. {pentiumALib {Pentium and PentiumPro specific routines } vxworks/ref/pentiumALib.html#top {VxWorks Reference Manual} Libraries {}}
  709. {pentiumBtc {execute atomic compare-and-exchange instruction to clear a bit} vxworks/ref/pentiumALib.html#pentiumBtc {VxWorks Reference Manual} Libraries {}}
  710. {pentiumBts {execute atomic compare-and-exchange instruction to set a bit} vxworks/ref/pentiumALib.html#pentiumBts {VxWorks Reference Manual} Libraries {}}
  711. {pentiumCr4Get {get contents of CR4 register} vxworks/ref/pentiumALib.html#pentiumCr4Get {VxWorks Reference Manual} Libraries {}}
  712. {pentiumCr4Set {sets specified value to the CR4 register} vxworks/ref/pentiumALib.html#pentiumCr4Set {VxWorks Reference Manual} Libraries {}}
  713. {pentiumLib {Pentium and PentiumPro library } vxworks/ref/pentiumLib.html#top {VxWorks Reference Manual} Libraries {}}
  714. {pentiumMcaShow {show MCA (Machine Check Architecture) registers } vxworks/ref/pentiumShow.html#pentiumMcaShow {VxWorks Reference Manual} Libraries {}}
  715. {pentiumMsrGet {get the contents of the specified MSR (Model Specific Register)} vxworks/ref/pentiumALib.html#pentiumMsrGet {VxWorks Reference Manual} Libraries {}}
  716. {pentiumMsrSet {set a value to the specified MSR (Model Specific Registers)} vxworks/ref/pentiumALib.html#pentiumMsrSet {VxWorks Reference Manual} Libraries {}}
  717. {pentiumMtrrDisable {disable MTRR (Memory Type Range Register)} vxworks/ref/pentiumLib.html#pentiumMtrrDisable {VxWorks Reference Manual} Libraries {}}
  718. {pentiumMtrrEnable {enable MTRR (Memory Type Range Register)} vxworks/ref/pentiumLib.html#pentiumMtrrEnable {VxWorks Reference Manual} Libraries {}}
  719. {pentiumMtrrGet {get MTRRs to a specified MTRR table} vxworks/ref/pentiumLib.html#pentiumMtrrGet {VxWorks Reference Manual} Libraries {}}
  720. {pentiumMtrrSet {set MTRRs from specified MTRR table with WRMSR instruction.} vxworks/ref/pentiumLib.html#pentiumMtrrSet {VxWorks Reference Manual} Libraries {}}
  721. {pentiumPmcGet {get the contents of PMC0 and PMC1} vxworks/ref/pentiumALib.html#pentiumPmcGet {VxWorks Reference Manual} Libraries {}}
  722. {pentiumPmcGet0 {get the contents of PMC0} vxworks/ref/pentiumALib.html#pentiumPmcGet0 {VxWorks Reference Manual} Libraries {}}
  723. {pentiumPmcGet1 {get the contents of PMC1} vxworks/ref/pentiumALib.html#pentiumPmcGet1 {VxWorks Reference Manual} Libraries {}}
  724. {pentiumPmcReset {reset both PMC0 and PMC1} vxworks/ref/pentiumALib.html#pentiumPmcReset {VxWorks Reference Manual} Libraries {}}
  725. {pentiumPmcReset0 {reset PMC0} vxworks/ref/pentiumALib.html#pentiumPmcReset0 {VxWorks Reference Manual} Libraries {}}
  726. {pentiumPmcReset1 {reset PMC1} vxworks/ref/pentiumALib.html#pentiumPmcReset1 {VxWorks Reference Manual} Libraries {}}
  727. {pentiumPmcShow {show PMCs (Performance Monitoring Counters)} vxworks/ref/pentiumShow.html#pentiumPmcShow {VxWorks Reference Manual} Libraries {}}
  728. {pentiumPmcStart {start both PMC0 and PMC1} vxworks/ref/pentiumALib.html#pentiumPmcStart {VxWorks Reference Manual} Libraries {}}
  729. {pentiumPmcStop {stop both PMC0 and PMC1} vxworks/ref/pentiumALib.html#pentiumPmcStop {VxWorks Reference Manual} Libraries {}}
  730. {pentiumPmcStop1 {stop PMC1} vxworks/ref/pentiumALib.html#pentiumPmcStop1 {VxWorks Reference Manual} Libraries {}}
  731. {pentiumSerialize {execute a serializing instruction CPUID} vxworks/ref/pentiumALib.html#pentiumSerialize {VxWorks Reference Manual} Libraries {}}
  732. {pentiumShow {Pentium and PentiumPro specific show routines } vxworks/ref/pentiumShow.html#top {VxWorks Reference Manual} Libraries {}}
  733. {pentiumTlbFlush {flush TLBs (Translation Lookaside Buffers)} vxworks/ref/pentiumALib.html#pentiumTlbFlush {VxWorks Reference Manual} Libraries {}}
  734. {pentiumTscGet32 {get the lower half of the 64Bit TSC (Timestamp Counter)} vxworks/ref/pentiumALib.html#pentiumTscGet32 {VxWorks Reference Manual} Libraries {}}
  735. {pentiumTscGet64 {get 64Bit TSC (Timestamp Counter)} vxworks/ref/pentiumALib.html#pentiumTscGet64 {VxWorks Reference Manual} Libraries {}}
  736. {pentiumTscReset {reset the TSC (Timestamp Counter)} vxworks/ref/pentiumALib.html#pentiumTscReset {VxWorks Reference Manual} Libraries {}}
  737. {{period [windsh]} {spawn a task to call a function periodically (WindSh)} tornado/tools/windsh.html#period {Tornado Reference} {Tornado Tools} windsh}
  738. {period {spawn a task to call a function periodically} vxworks/ref/usrLib.html#period {VxWorks Reference Manual} Libraries {}}
  739. {periodRun {call a function periodically} vxworks/ref/usrLib.html#periodRun {VxWorks Reference Manual} Libraries {}}
  740. {perror {map an error number in `errno' to an error message (ANSI)} vxworks/ref/ansiStdio.html#perror {VxWorks Reference Manual} Libraries {}}
  741. {pfp {return the contents of register `pfp' (i960)} vxworks/ref/dbgArchLib.html#pfp {VxWorks Reference Manual} Libraries {}}
  742. {ping {test that a remote host is reachable} vxworks/ref/pingLib.html#ping {VxWorks Reference Manual} Libraries {}}
  743. {pingLib {Packet InterNet Grouper (PING) library } vxworks/ref/pingLib.html#top {VxWorks Reference Manual} Libraries {}}
  744. {pingLibInit {initialize the ping() utility} vxworks/ref/pingLib.html#pingLibInit {VxWorks Reference Manual} Libraries {}}
  745. {pipeDevCreate {create a pipe device} vxworks/ref/pipeDrv.html#pipeDevCreate {VxWorks Reference Manual} Libraries {}}
  746. {pipeDrv {initialize the pipe driver} vxworks/ref/pipeDrv.html#pipeDrv {VxWorks Reference Manual} Libraries {}}
  747. {pipeDrv {pipe I/O driver } vxworks/ref/pipeDrv.html#top {VxWorks Reference Manual} Libraries {}}
  748. {{pixelsToDialogUnits [win32]} {conversion routine} tornado-api/guitcl-win/UITclDocs.html#pixelsToDialogUnits {Tornado API Reference} {GUI Tcl Library (WINDOWS)} win32}
  749. {pow {compute the value of a number raised to a specified power (ANSI)} vxworks/ref/mathALib.html#pow {VxWorks Reference Manual} Libraries {}}
  750. {pow {compute the value of a number raised to a specified power (ANSI)} vxworks/ref/ansiMath.html#pow {VxWorks Reference Manual} Libraries {}}
  751. {powf {compute the value of a number raised to a specified power (ANSI)} vxworks/ref/mathALib.html#powf {VxWorks Reference Manual} Libraries {}}
  752. {ppc403DevInit {initialize the serial port unit} vxworks/ref/ppc403Sio.html#ppc403DevInit {VxWorks Reference Manual} Libraries {}}
  753. {ppc403DummyCallback {dummy callback routine} vxworks/ref/ppc403Sio.html#ppc403DummyCallback {VxWorks Reference Manual} Libraries {}}
  754. {ppc403IntEx {handle error interrupts} vxworks/ref/ppc403Sio.html#ppc403IntEx {VxWorks Reference Manual} Libraries {}}
  755. {ppc403IntRd {handle a receiver interrupt} vxworks/ref/ppc403Sio.html#ppc403IntRd {VxWorks Reference Manual} Libraries {}}
  756. {ppc403IntWr {handle a transmitter interrupt} vxworks/ref/ppc403Sio.html#ppc403IntWr {VxWorks Reference Manual} Libraries {}}
  757. {ppc403Sio {ppc403GA serial driver } vxworks/ref/ppc403Sio.html#top {VxWorks Reference Manual} Libraries {}}
  758. {ppc860DevInit {initialize the SMC} vxworks/ref/ppc860Sio.html#ppc860DevInit {VxWorks Reference Manual} Libraries {}}
  759. {ppc860Int {handle an SMC interrupt} vxworks/ref/ppc860Sio.html#ppc860Int {VxWorks Reference Manual} Libraries {}}
  760. {ppc860Sio {Motorola MPC800 SMC UART serial driver } vxworks/ref/ppc860Sio.html#top {VxWorks Reference Manual} Libraries {}}
  761. {pppDelete {delete a PPP network interface} vxworks/ref/pppLib.html#pppDelete {VxWorks Reference Manual} Libraries {}}
  762. {pppHookAdd {add a hook routine on a unit basis} vxworks/ref/pppHookLib.html#pppHookAdd {VxWorks Reference Manual} Libraries {}}
  763. {pppHookDelete {delete a hook routine on a unit basis} vxworks/ref/pppHookLib.html#pppHookDelete {VxWorks Reference Manual} Libraries {}}
  764. {pppHookLib {PPP hook library } vxworks/ref/pppHookLib.html#top {VxWorks Reference Manual} Libraries {}}
  765. {pppInfoGet {get PPP link status information} vxworks/ref/pppShow.html#pppInfoGet {VxWorks Reference Manual} Libraries {}}
  766. {pppInfoShow {display PPP link status information} vxworks/ref/pppShow.html#pppInfoShow {VxWorks Reference Manual} Libraries {}}
  767. {pppInit {initialize a PPP network interface} vxworks/ref/pppLib.html#pppInit {VxWorks Reference Manual} Libraries {}}
  768. {pppLib {Point-to-Point Protocol library } vxworks/ref/pppLib.html#top {VxWorks Reference Manual} Libraries {}}
  769. {pppSecretAdd {add a secret to the PPP authentication secrets table} vxworks/ref/pppSecretLib.html#pppSecretAdd {VxWorks Reference Manual} Libraries {}}
  770. {pppSecretDelete {delete a secret from the PPP authentication secrets table} vxworks/ref/pppSecretLib.html#pppSecretDelete {VxWorks Reference Manual} Libraries {}}
  771. {pppSecretLib {PPP authentication secrets library } vxworks/ref/pppSecretLib.html#top {VxWorks Reference Manual} Libraries {}}
  772. {pppSecretShow {display the PPP authentication secrets table} vxworks/ref/pppShow.html#pppSecretShow {VxWorks Reference Manual} Libraries {}}
  773. {pppShow {Point-to-Point Protocol show routines } vxworks/ref/pppShow.html#top {VxWorks Reference Manual} Libraries {}}
  774. {pppstatGet {get PPP link statistics} vxworks/ref/pppShow.html#pppstatGet {VxWorks Reference Manual} Libraries {}}
  775. {pppstatShow {display PPP link statistics} vxworks/ref/pppShow.html#pppstatShow {VxWorks Reference Manual} Libraries {}}
  776. {printErr {write a formatted string to the standard error stream} vxworks/ref/fioLib.html#printErr {VxWorks Reference Manual} Libraries {}}
  777. {{printErrno [windsh]} {print the definition of a specified error status value (WindSh)} tornado/tools/windsh.html#printErrno {Tornado Reference} {Tornado Tools} windsh}
  778. {printErrno {print the definition of a specified error status value} vxworks/ref/usrLib.html#printErrno {VxWorks Reference Manual} Libraries {}}
  779. {printf {write a formatted string to the standard output stream (ANSI)} vxworks/ref/fioLib.html#printf {VxWorks Reference Manual} Libraries {}}
  780. {{printLogo [windsh]} {display the Tornado logo (WindSh)} tornado/tools/windsh.html#printLogo {Tornado Reference} {Tornado Tools} windsh}
  781. {printLogo {print the VxWorks logo} vxworks/ref/usrLib.html#printLogo {VxWorks Reference Manual} Libraries {}}
  782. {proxyArpLib {proxy Address Resolution Protocol (ARP) library } vxworks/ref/proxyArpLib.html#top {VxWorks Reference Manual} Libraries {}}
  783. {proxyArpLibInit {initialize proxy ARP} vxworks/ref/proxyArpLib.html#proxyArpLibInit {VxWorks Reference Manual} Libraries {}}
  784. {proxyLib {proxy Address Resolution Protocol (ARP) client library } vxworks/ref/proxyLib.html#top {VxWorks Reference Manual} Libraries {}}
  785. {proxyNetCreate {create a proxy ARP network} vxworks/ref/proxyArpLib.html#proxyNetCreate {VxWorks Reference Manual} Libraries {}}
  786. {proxyNetDelete {delete a proxy network} vxworks/ref/proxyArpLib.html#proxyNetDelete {VxWorks Reference Manual} Libraries {}}
  787. {proxyNetShow {show proxy ARP networks} vxworks/ref/proxyArpLib.html#proxyNetShow {VxWorks Reference Manual} Libraries {}}
  788. {proxyPortFwdOff {disable broadcast forwarding for a particular port} vxworks/ref/proxyArpLib.html#proxyPortFwdOff {VxWorks Reference Manual} Libraries {}}
  789. {proxyPortFwdOn {enable broadcast forwarding for a particular port} vxworks/ref/proxyArpLib.html#proxyPortFwdOn {VxWorks Reference Manual} Libraries {}}
  790. {proxyPortShow {show enabled ports} vxworks/ref/proxyArpLib.html#proxyPortShow {VxWorks Reference Manual} Libraries {}}
  791. {proxyReg {register a proxy client} vxworks/ref/proxyLib.html#proxyReg {VxWorks Reference Manual} Libraries {}}
  792. {proxyUnreg {unregister a proxy client} vxworks/ref/proxyLib.html#proxyUnreg {VxWorks Reference Manual} Libraries {}}
  793. {psr {return the contents of the processor status register (SPARC)} vxworks/ref/dbgArchLib.html#psr {VxWorks Reference Manual} Libraries {}}
  794. {psrShow {display the meaning of a specified `psr' value, symbolically (SPARC)} vxworks/ref/dbgArchLib.html#psrShow {VxWorks Reference Manual} Libraries {}}
  795. {psrShow {display the meaning of a specified PSR value, symbolically (ARM)} vxworks/ref/dbgArchLib.html#psrShow_1 {VxWorks Reference Manual} Libraries {}}
  796. {ptyDevCreate {create a pseudo terminal} vxworks/ref/ptyDrv.html#ptyDevCreate {VxWorks Reference Manual} Libraries {}}
  797. {ptyDrv {initialize the pseudo-terminal driver} vxworks/ref/ptyDrv.html#ptyDrv {VxWorks Reference Manual} Libraries {}}
  798. {ptyDrv {pseudo-terminal driver } vxworks/ref/ptyDrv.html#top {VxWorks Reference Manual} Libraries {}}
  799. {putc {write a character to a stream (ANSI)} vxworks/ref/ansiStdio.html#putc {VxWorks Reference Manual} Libraries {}}
  800. {putchar {write a character to the standard output stream (ANSI)} vxworks/ref/ansiStdio.html#putchar {VxWorks Reference Manual} Libraries {}}
  801. {putenv {set an environment variable} vxworks/ref/envLib.html#putenv {VxWorks Reference Manual} Libraries {}}
  802. {puts {write a string to the standard output stream (ANSI)} vxworks/ref/ansiStdio.html#puts {VxWorks Reference Manual} Libraries {}}
  803. {putw {write a word (32-bit integer) to a stream} vxworks/ref/ansiStdio.html#putw {VxWorks Reference Manual} Libraries {}}
  804. {{pwd [windsh]} {display the current default directory (WindSh)} tornado/tools/windsh.html#pwd {Tornado Reference} {Tornado Tools} windsh}
  805. {pwd {print the current default directory} vxworks/ref/usrLib.html#pwd {VxWorks Reference Manual} Libraries {}}
  806. {qsort {sort an array of objects (ANSI)} vxworks/ref/ansiStdlib.html#qsort {VxWorks Reference Manual} Libraries {}}
  807. {{quit [windsh]} {shut down WindSh (*) (WindSh)} tornado/tools/windsh.html#quit {Tornado Reference} {Tornado Tools} windsh}
  808. {r0 {return the contents of register `r0' (also `r1' - `r14') (ARM)} vxworks/ref/dbgArchLib.html#r0 {VxWorks Reference Manual} Libraries {}}
  809. {r3 {return the contents of register `r3' (also `r4' - `r15') (i960)} vxworks/ref/dbgArchLib.html#r3 {VxWorks Reference Manual} Libraries {}}
  810. {raise {send a signal to the caller's task} vxworks/ref/sigLib.html#raise {VxWorks Reference Manual} Libraries {}}
  811. {ramDevCreate {create a RAM disk device} vxworks/ref/ramDrv.html#ramDevCreate {VxWorks Reference Manual} Libraries {}}
  812. {ramDrv {prepare a RAM disk driver for use (optional)} vxworks/ref/ramDrv.html#ramDrv {VxWorks Reference Manual} Libraries {}}
  813. {ramDrv {RAM disk driver } vxworks/ref/ramDrv.html#top {VxWorks Reference Manual} Libraries {}}
  814. {rand {generate a pseudo-random integer between 0 and RAND_MAX  (ANSI)} vxworks/ref/ansiStdlib.html#rand {VxWorks Reference Manual} Libraries {}}
  815. {rawFsDevInit {associate a block device with raw volume functions} vxworks/ref/rawFsLib.html#rawFsDevInit {VxWorks Reference Manual} Libraries {}}
  816. {rawFsInit {prepare to use the raw volume library} vxworks/ref/rawFsLib.html#rawFsInit {VxWorks Reference Manual} Libraries {}}
  817. {rawFsLib {raw block device file system library } vxworks/ref/rawFsLib.html#top {VxWorks Reference Manual} Libraries {}}
  818. {rawFsModeChange {modify the mode of a raw device volume} vxworks/ref/rawFsLib.html#rawFsModeChange {VxWorks Reference Manual} Libraries {}}
  819. {rawFsReadyChange {notify rawFsLib of a change in ready status} vxworks/ref/rawFsLib.html#rawFsReadyChange {VxWorks Reference Manual} Libraries {}}
  820. {rawFsVolUnmount {disable a raw device volume} vxworks/ref/rawFsLib.html#rawFsVolUnmount {VxWorks Reference Manual} Libraries {}}
  821. {rBuffLib {dynamic ring buffer (rBuff) library } vxworks/ref/rBuffLib.html#top {VxWorks Reference Manual} Libraries {}}
  822. {rcmd {execute a shell command on a remote machine} vxworks/ref/remLib.html#rcmd {VxWorks Reference Manual} Libraries {}}
  823. {read {read bytes from a file or device} vxworks/ref/ioLib.html#read {VxWorks Reference Manual} Libraries {}}
  824. {readdir {read one entry from a directory (POSIX)} vxworks/ref/dirLib.html#readdir {VxWorks Reference Manual} Libraries {}}
  825. {realloc {reallocate a block of memory (ANSI)} vxworks/ref/memLib.html#realloc {VxWorks Reference Manual} Libraries {}}
  826. {{reboot [windsh]} {reset network devices and transfer control to boot ROMs (WindSh)} tornado/tools/windsh.html#reboot {Tornado Reference} {Tornado Tools} windsh}
  827. {reboot {reset network devices and transfer control to boot ROMs} vxworks/ref/rebootLib.html#reboot {VxWorks Reference Manual} Libraries {}}
  828. {rebootHookAdd {add a routine to be called at reboot} vxworks/ref/rebootLib.html#rebootHookAdd {VxWorks Reference Manual} Libraries {}}
  829. {rebootLib {reboot support library } vxworks/ref/rebootLib.html#top {VxWorks Reference Manual} Libraries {}}
  830. {recv {receive data from a socket} vxworks/ref/sockLib.html#recv {VxWorks Reference Manual} Libraries {}}
  831. {recvfrom {receive a message from a socket} vxworks/ref/sockLib.html#recvfrom {VxWorks Reference Manual} Libraries {}}
  832. {recvmsg {receive a message from a socket} vxworks/ref/sockLib.html#recvmsg {VxWorks Reference Manual} Libraries {}}
  833. {refgen {Tornado Reference documentation generator} tornado/hutils/refgen.html#top {Tornado Reference} {Tornado Utilities} {}}
  834. {reld {reload an object module} vxworks/ref/unldLib.html#reld {VxWorks Reference Manual} Libraries {}}
  835. {remCurIdGet {get the current user name and password} vxworks/ref/remLib.html#remCurIdGet {VxWorks Reference Manual} Libraries {}}
  836. {remCurIdSet {set the remote user name and password} vxworks/ref/remLib.html#remCurIdSet {VxWorks Reference Manual} Libraries {}}
  837. {remLib {remote command library } vxworks/ref/remLib.html#top {VxWorks Reference Manual} Libraries {}}
  838. {remove {remove a file (ANSI)} vxworks/ref/ioLib.html#remove {VxWorks Reference Manual} Libraries {}}
  839. {rename {change the name of a file} vxworks/ref/ioLib.html#rename {VxWorks Reference Manual} Libraries {}}
  840. {{repeat [windsh]} {spawn a task to call a function repeatedly (WindSh)} tornado/tools/windsh.html#repeat {Tornado Reference} {Tornado Tools} windsh}
  841. {repeat {spawn a task to call a function repeatedly} vxworks/ref/usrLib.html#repeat {VxWorks Reference Manual} Libraries {}}
  842. {repeatRun {call a function repeatedly} vxworks/ref/usrLib.html#repeatRun {VxWorks Reference Manual} Libraries {}}
  843. {resolvDNComp {compress a DNS name in a DNS packet} vxworks/ref/resolvLib.html#resolvDNComp {VxWorks Reference Manual} Libraries {}}
  844. {resolvDNExpand {expand a DNS compressed name from a DNS packet} vxworks/ref/resolvLib.html#resolvDNExpand {VxWorks Reference Manual} Libraries {}}
  845. {resolvGetHostByAddr {query the DNS server for the host name of an IP address} vxworks/ref/resolvLib.html#resolvGetHostByAddr {VxWorks Reference Manual} Libraries {}}
  846. {resolvGetHostByName {query the DNS server for the IP address of a host} vxworks/ref/resolvLib.html#resolvGetHostByName {VxWorks Reference Manual} Libraries {}}
  847. {resolvInit {initialize the resolver library } vxworks/ref/resolvLib.html#resolvInit {VxWorks Reference Manual} Libraries {}}
  848. {resolvLib {DNS resolver library } vxworks/ref/resolvLib.html#top {VxWorks Reference Manual} Libraries {}}
  849. {resolvMkQuery {create all types of DNS queries} vxworks/ref/resolvLib.html#resolvMkQuery {VxWorks Reference Manual} Libraries {}}
  850. {resolvParamsGet {get the parameters which control the resolver library} vxworks/ref/resolvLib.html#resolvParamsGet {VxWorks Reference Manual} Libraries {}}
  851. {resolvParamsSet {set the parameters which control the resolver library} vxworks/ref/resolvLib.html#resolvParamsSet {VxWorks Reference Manual} Libraries {}}
  852. {resolvQuery {construct a query, send it, wait for a response} vxworks/ref/resolvLib.html#resolvQuery {VxWorks Reference Manual} Libraries {}}
  853. {resolvSend {send a pre-formatted query and return the answer} vxworks/ref/resolvLib.html#resolvSend {VxWorks Reference Manual} Libraries {}}
  854. {rewind {set the file position indicator to the beginning of a file (ANSI)} vxworks/ref/ansiStdio.html#rewind {VxWorks Reference Manual} Libraries {}}
  855. {rewinddir {reset position to the start of a directory (POSIX)} vxworks/ref/dirLib.html#rewinddir {VxWorks Reference Manual} Libraries {}}
  856. {rindex {find the last occurrence of a character in a string} vxworks/ref/bLib.html#rindex {VxWorks Reference Manual} Libraries {}}
  857. {rip {return the contents of register `rip' (i960)} vxworks/ref/dbgArchLib.html#rip {VxWorks Reference Manual} Libraries {}}
  858. {ripAuthHook {sample authentication hook} vxworks/ref/ripLib.html#ripAuthHook {VxWorks Reference Manual} Libraries {}}
  859. {ripAuthHookAdd {add an authentication hook to a RIP interface} vxworks/ref/ripLib.html#ripAuthHookAdd {VxWorks Reference Manual} Libraries {}}
  860. {ripAuthHookDelete {remove an authentication hook from a RIP interface} vxworks/ref/ripLib.html#ripAuthHookDelete {VxWorks Reference Manual} Libraries {}}
  861. {ripDebugLevelSet {specify amount of debugging output} vxworks/ref/ripLib.html#ripDebugLevelSet {VxWorks Reference Manual} Libraries {}}
  862. {ripFilterDisable {prevent strict border gateway filtering} vxworks/ref/ripLib.html#ripFilterDisable {VxWorks Reference Manual} Libraries {}}
  863. {ripFilterEnable {activate strict border gateway filtering} vxworks/ref/ripLib.html#ripFilterEnable {VxWorks Reference Manual} Libraries {}}
  864. {ripIfReset {alter the RIP configuration after an interface changes} vxworks/ref/ripLib.html#ripIfReset {VxWorks Reference Manual} Libraries {}}
  865. {ripIfSearch {add new interfaces to the internal list} vxworks/ref/ripLib.html#ripIfSearch {VxWorks Reference Manual} Libraries {}}
  866. {ripLeakHookAdd {add a hook to bypass the RIP and kernel routing tables} vxworks/ref/ripLib.html#ripLeakHookAdd {VxWorks Reference Manual} Libraries {}}
  867. {ripLeakHookDelete {remove a table bypass hook from a RIP interface} vxworks/ref/ripLib.html#ripLeakHookDelete {VxWorks Reference Manual} Libraries {}}
  868. {ripLib {Routing Information Protocol (RIP) v1 and v2 library } vxworks/ref/ripLib.html#top {VxWorks Reference Manual} Libraries {}}
  869. {ripLibInit {initialize the RIP routing library} vxworks/ref/ripLib.html#ripLibInit {VxWorks Reference Manual} Libraries {}}
  870. {ripRouteShow {display the internal routing table maintained by RIP} vxworks/ref/ripLib.html#ripRouteShow {VxWorks Reference Manual} Libraries {}}
  871. {ripSendHookAdd {add an update filter to a RIP interface} vxworks/ref/ripLib.html#ripSendHookAdd {VxWorks Reference Manual} Libraries {}}
  872. {ripSendHookDelete {remove an update filter from a RIP interface} vxworks/ref/ripLib.html#ripSendHookDelete {VxWorks Reference Manual} Libraries {}}
  873. {ripShutdown {terminate all RIP processing} vxworks/ref/ripLib.html#ripShutdown {VxWorks Reference Manual} Libraries {}}
  874. {rlogin {log in to a remote host} vxworks/ref/rlogLib.html#rlogin {VxWorks Reference Manual} Libraries {}}
  875. {rlogind {the VxWorks remote login daemon} vxworks/ref/rlogLib.html#rlogind {VxWorks Reference Manual} Libraries {}}
  876. {rlogInit {initialize the remote login facility} vxworks/ref/rlogLib.html#rlogInit {VxWorks Reference Manual} Libraries {}}
  877. {rlogLib {remote login library } vxworks/ref/rlogLib.html#top {VxWorks Reference Manual} Libraries {}}
  878. {rm {remove a file} vxworks/ref/usrLib.html#rm {VxWorks Reference Manual} Libraries {}}
  879. {rmdir {remove a directory} vxworks/ref/usrLib.html#rmdir {VxWorks Reference Manual} Libraries {}}
  880. {rngBufGet {get characters from a ring buffer} vxworks/ref/rngLib.html#rngBufGet {VxWorks Reference Manual} Libraries {}}
  881. {rngBufPut {put bytes into a ring buffer} vxworks/ref/rngLib.html#rngBufPut {VxWorks Reference Manual} Libraries {}}
  882. {rngCreate {create an empty ring buffer} vxworks/ref/rngLib.html#rngCreate {VxWorks Reference Manual} Libraries {}}
  883. {rngDelete {delete a ring buffer} vxworks/ref/rngLib.html#rngDelete {VxWorks Reference Manual} Libraries {}}
  884. {rngFlush {make a ring buffer empty} vxworks/ref/rngLib.html#rngFlush {VxWorks Reference Manual} Libraries {}}
  885. {rngFreeBytes {determine the number of free bytes in a ring buffer} vxworks/ref/rngLib.html#rngFreeBytes {VxWorks Reference Manual} Libraries {}}
  886. {rngIsEmpty {test if a ring buffer is empty} vxworks/ref/rngLib.html#rngIsEmpty {VxWorks Reference Manual} Libraries {}}
  887. {rngIsFull {test if a ring buffer is full (no more room)} vxworks/ref/rngLib.html#rngIsFull {VxWorks Reference Manual} Libraries {}}
  888. {rngLib {ring buffer subroutine library } vxworks/ref/rngLib.html#top {VxWorks Reference Manual} Libraries {}}
  889. {rngMoveAhead {advance a ring pointer by <n> bytes} vxworks/ref/rngLib.html#rngMoveAhead {VxWorks Reference Manual} Libraries {}}
  890. {rngNBytes {determine the number of bytes in a ring buffer} vxworks/ref/rngLib.html#rngNBytes {VxWorks Reference Manual} Libraries {}}
  891. {rngPutAhead {put a byte ahead in a ring buffer without moving ring pointers} vxworks/ref/rngLib.html#rngPutAhead {VxWorks Reference Manual} Libraries {}}
  892. {romsize {compute the size of a ROM image} tornado/hutils/romsize.html#top {Tornado Reference} {Tornado Utilities} {}}
  893. {romStart {generic ROM initialization} vxworks/ref/bootInit.html#romStart {VxWorks Reference Manual} Libraries {}}
  894. {round {round a number to the nearest integer} vxworks/ref/mathALib.html#round {VxWorks Reference Manual} Libraries {}}
  895. {roundf {round a number to the nearest integer} vxworks/ref/mathALib.html#roundf {VxWorks Reference Manual} Libraries {}}
  896. {routeAdd {add a route} vxworks/ref/routeLib.html#routeAdd {VxWorks Reference Manual} Libraries {}}