<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.16"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>UbixOS: include/ubixos/errno.h Source File</title> <link href="../../tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="../../jquery.js"></script> <script type="text/javascript" src="../../dynsections.js"></script> <link href="../../navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="../../resize.js"></script> <script type="text/javascript" src="../../navtreedata.js"></script> <script type="text/javascript" src="../../navtree.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(document).ready(initResizable); /* @license-end */</script> <link href="../../doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">UbixOS  <span id="projectnumber">2.0</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.16 --> <script type="text/javascript" src="../../menudata.js"></script> <script type="text/javascript" src="../../menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('../../',false,false,'search.php','Search'); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('db/d37/ubixos_2errno_8h_source.html','../../');}); /* @license-end */ </script> <div id="doc-content"> <div class="header"> <div class="headertitle"> <div class="title">errno.h</div> </div> </div><!--header--> <div class="contents"> <a href="../../db/d37/ubixos_2errno_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*-</span></div> <div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> * Copyright (c) 2002-2018 The UbixOS Project.</span></div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * All rights reserved.</span></div> <div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> *</span></div> <div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * This was developed by Christopher W. Olsen for the UbixOS Project.</span></div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> *</span></div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * Redistribution and use in source and binary forms, with or without modification, are permitted</span></div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * provided that the following conditions are met:</span></div> <div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> *</span></div> <div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * 1) Redistributions of source code must retain the above copyright notice, this list of</span></div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * conditions, the following disclaimer and the list of authors.</span></div> <div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> * 2) Redistributions in binary form must reproduce the above copyright notice, this list of</span></div> <div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * conditions, the following disclaimer and the list of authors in the documentation and/or</span></div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * other materials provided with the distribution.</span></div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * 3) Neither the name of the UbixOS Project nor the names of its contributors may be used to</span></div> <div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * endorse or promote products derived from this software without specific prior written</span></div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> * permission.</span></div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> *</span></div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED</span></div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS</span></div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"> * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS</span></div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment"> * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES</span></div> <div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment"> * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,</span></div> <div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment"> * OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN</span></div> <div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment"> * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT</span></div> <div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment"> * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</span></div> <div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="comment"> */</span></div> <div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  </div> <div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#ifndef _UBIXOS_ERRNO_H</span></div> <div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#define _UBIXOS_ERRNO_H</span></div> <div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  </div> <div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#ifdef __cplusplus</span></div> <div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="keyword">extern</span> <span class="stringliteral">"C"</span> {</div> <div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#endif</span></div> <div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  </div> <div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a019daba146137ec289f49606cc1552fc"> 36</a></span> <span class="preprocessor">#define ENOERR 0 </span><span class="comment">/* No Error */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#add669d31505a077f769cff8e66c780b3"> 37</a></span> <span class="preprocessor">#define EPERM 1 </span><span class="comment">/* Operation not permitted */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a03e689f378f643d16ea7537918528a48"> 38</a></span> <span class="preprocessor">#define ENOENT 2 </span><span class="comment">/* No such file or directory */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a462e47a8af6288232a5df548221ada4c"> 39</a></span> <span class="preprocessor">#define ESRCH 3 </span><span class="comment">/* No such process */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a46b83d9f6c23b1b65a8cecfd775ddaed"> 40</a></span> <span class="preprocessor">#define EINTR 4 </span><span class="comment">/* Interrupted system call */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a70979f50f9c83e5aebab3d6a1bd4cf35"> 41</a></span> <span class="preprocessor">#define EIO 5 </span><span class="comment">/* I/O error */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a2b3884b11e4932bd372bb6d899d6fbfe"> 42</a></span> <span class="preprocessor">#define ENXIO 6 </span><span class="comment">/* No such device or address */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#aba8481985c201ff726f349d7f2d09895"> 43</a></span> <span class="preprocessor">#define E2BIG 7 </span><span class="comment">/* Arg list too long */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a4d0b1b435ec441e7d50a430b83df5832"> 44</a></span> <span class="preprocessor">#define ENOEXEC 8 </span><span class="comment">/* Exec format error */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ac54507d66b43ad12f9356257323c0018"> 45</a></span> <span class="preprocessor">#define EBADF 9 </span><span class="comment">/* Bad file number */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a47b42c351e0e011a048058d224205c0f"> 46</a></span> <span class="preprocessor">#define ECHILD 10 </span><span class="comment">/* No child processes */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#af0fac1cea1165b4debec7f686edf3313"> 47</a></span> <span class="preprocessor">#define EAGAIN 11 </span><span class="comment">/* Try again */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a6a05c923dad0c1208043e9c20a58c8e5"> 48</a></span> <span class="preprocessor">#define ENOMEM 12 </span><span class="comment">/* Out of memory */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ac2a2e9fa555401f94478f74e01868032"> 49</a></span> <span class="preprocessor">#define EACCES 13 </span><span class="comment">/* Permission denied */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a3f317946e043623f9d6b93dbf60e6316"> 50</a></span> <span class="preprocessor">#define EFAULT 14 </span><span class="comment">/* Bad address */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#aa0a4b0e307e83f52be51099f01156936"> 51</a></span> <span class="preprocessor">#define ENOTBLK 15 </span><span class="comment">/* Block device required */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a8368025077a0385849d6817b2007c095"> 52</a></span> <span class="preprocessor">#define EBUSY 16 </span><span class="comment">/* Device or resource busy */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a0a3bef9e5c47e42917692b5dae3b5498"> 53</a></span> <span class="preprocessor">#define EEXIST 17 </span><span class="comment">/* File exists */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a3396cf9fb0ff5af3a18dd2a2bbdb21e1"> 54</a></span> <span class="preprocessor">#define EXDEV 18 </span><span class="comment">/* Cross-device link */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ab9b8cc17d1947160d13faaba7a18d6d1"> 55</a></span> <span class="preprocessor">#define ENODEV 19 </span><span class="comment">/* No such device */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a9262fb92f7ef662d0bdd577912a5b101"> 56</a></span> <span class="preprocessor">#define ENOTDIR 20 </span><span class="comment">/* Not a directory */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ae22c3a1e0a38f3896de238cc30d0e19b"> 57</a></span> <span class="preprocessor">#define EISDIR 21 </span><span class="comment">/* Is a directory */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a2d1678d5a7cc8ce499643f3b8957def4"> 58</a></span> <span class="preprocessor">#define EINVAL 22 </span><span class="comment">/* Invalid argument */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a5554094b3fb4bb6ebeb0157cb3f82a55"> 59</a></span> <span class="preprocessor">#define ENFILE 23 </span><span class="comment">/* File table overflow */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a64a75c174882ddbfa726c7fd040f87a1"> 60</a></span> <span class="preprocessor">#define EMFILE 24 </span><span class="comment">/* Too many open files */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ac3daf409082bb528032f4452a81e1034"> 61</a></span> <span class="preprocessor">#define ENOTTY 25 </span><span class="comment">/* Not a typewriter */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#aaed12e82224923d599b6f1939c8e0971"> 62</a></span> <span class="preprocessor">#define ETXTBSY 26 </span><span class="comment">/* Text file busy */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#af5401a500939ed1812c04ca200b95eef"> 63</a></span> <span class="preprocessor">#define EFBIG 27 </span><span class="comment">/* File too large */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a088abe8bad2df798edad3053d719b937"> 64</a></span> <span class="preprocessor">#define ENOSPC 28 </span><span class="comment">/* No space left on device */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a0e42d4f9fecdcf5fcca2b333252173c3"> 65</a></span> <span class="preprocessor">#define ESPIPE 29 </span><span class="comment">/* Illegal seek */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#acb02bb67dddd7ca8cf82634a0781d58d"> 66</a></span> <span class="preprocessor">#define EROFS 30 </span><span class="comment">/* Read-only file system */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a97f59fa1a5a2f61b792c1b9dfc218072"> 67</a></span> <span class="preprocessor">#define EMLINK 31 </span><span class="comment">/* Too many links */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a5f8d33deb08fa27c04897b278ac7f965"> 68</a></span> <span class="preprocessor">#define EPIPE 32 </span><span class="comment">/* Broken pipe */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a5fe247e079b591a68e0fdbf7caec5b70"> 69</a></span> <span class="preprocessor">#define EDOM 33 </span><span class="comment">/* Math argument out of domain of func */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#aa1591a4f3a86360108de5b9ba34980ca"> 70</a></span> <span class="preprocessor">#define ERANGE 34 </span><span class="comment">/* Math result not representable */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a55cc70ce0ba661298f3c412095dfeeb6"> 71</a></span> <span class="preprocessor">#define EDEADLK 35 </span><span class="comment">/* Resource deadlock would occur */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a41d5ab3a8a05f9c5eab536c9cfba305b"> 72</a></span> <span class="preprocessor">#define ENAMETOOLONG 36 </span><span class="comment">/* File name too long */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a65e1a7bda392be276a701988d0604e63"> 73</a></span> <span class="preprocessor">#define ENOLCK 37 </span><span class="comment">/* No record locks available */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a43785b9969e0bd1af532dbde06c5540b"> 74</a></span> <span class="preprocessor">#define ENOSYS 38 </span><span class="comment">/* Function not implemented */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#aa0f602f3fd369a6fede82190710b9c5c"> 75</a></span> <span class="preprocessor">#define ENOTEMPTY 39 </span><span class="comment">/* Directory not empty */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a2f78c246352d2bf2f19dc5d43da2f0c9"> 76</a></span> <span class="preprocessor">#define ELOOP 40 </span><span class="comment">/* Too many symbolic links encountered */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a4a3a0b3605fd3b2336455062ee8e25f0"> 77</a></span> <span class="preprocessor">#define EWOULDBLOCK EAGAIN </span><span class="comment">/* Operation would block */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ae40596feaa3f66f5440b485bf7c1c2d1"> 78</a></span> <span class="preprocessor">#define ENOMSG 42 </span><span class="comment">/* No message of desired type */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ad9913290fef890d46a6b7e8b4bfb1c29"> 79</a></span> <span class="preprocessor">#define EIDRM 43 </span><span class="comment">/* Identifier removed */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a15d68f826dc2f784d7d3627311e916c1"> 80</a></span> <span class="preprocessor">#define ECHRNG 44 </span><span class="comment">/* Channel number out of range */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#acdf97ac22e88c3988c28c9c8f7d14c5e"> 81</a></span> <span class="preprocessor">#define EL2NSYNC 45 </span><span class="comment">/* Level 2 not synchronized */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a2e4efb348b873846645cd56144b0ea1e"> 82</a></span> <span class="preprocessor">#define EL3HLT 46 </span><span class="comment">/* Level 3 halted */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a5117695086a9942c77befdbd650910cf"> 83</a></span> <span class="preprocessor">#define EL3RST 47 </span><span class="comment">/* Level 3 reset */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a059ed0ab5dab96dfe00ffca40b35155f"> 84</a></span> <span class="preprocessor">#define ELNRNG 48 </span><span class="comment">/* Link number out of range */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ac71878d33a396ae1a4e3fe16489f00a9"> 85</a></span> <span class="preprocessor">#define EUNATCH 49 </span><span class="comment">/* Protocol driver not attached */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a2f1893e03a904a500dcb95ff8e35889b"> 86</a></span> <span class="preprocessor">#define ENOCSI 50 </span><span class="comment">/* No CSI structure available */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a81a4a94e4d7d996ad5d2a9137539e392"> 87</a></span> <span class="preprocessor">#define EL2HLT 51 </span><span class="comment">/* Level 2 halted */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a0c17130b2933edfec68b2c70a2cd0a7f"> 88</a></span> <span class="preprocessor">#define EBADE 52 </span><span class="comment">/* Invalid exchange */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#aca1e9da0ef95864e910f550467d475fa"> 89</a></span> <span class="preprocessor">#define EBADR 53 </span><span class="comment">/* Invalid request descriptor */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a69aa360ec60f24c128556361f7729e48"> 90</a></span> <span class="preprocessor">#define EXFULL 54 </span><span class="comment">/* Exchange full */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a7eb46ddb59ec78bac0de2d45ce2a5053"> 91</a></span> <span class="preprocessor">#define ENOANO 55 </span><span class="comment">/* No anode */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#abe200466dc512a9e314b9cc7d081c1ac"> 92</a></span> <span class="preprocessor">#define EBADRQC 56 </span><span class="comment">/* Invalid request code */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a45d8c9818d0bf75ad33ebab50631276a"> 93</a></span> <span class="preprocessor">#define EBADSLT 57 </span><span class="comment">/* Invalid slot */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  </div> <div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#acfea92d35e42dd807a7e9beb1e394e4c"> 95</a></span> <span class="preprocessor">#define EDEADLOCK EDEADLK</span></div> <div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  </div> <div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ae4d80808cd12a64d14a3da0d39cad443"> 97</a></span> <span class="preprocessor">#define EBFONT 59 </span><span class="comment">/* Bad font file format */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a7cea86ddbdacae0b391674e680f17bdb"> 98</a></span> <span class="preprocessor">#define ENOSTR 60 </span><span class="comment">/* Device not a stream */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a0030614bc864d1b24eaedd71585acc27"> 99</a></span> <span class="preprocessor">#define ENODATA 61 </span><span class="comment">/* No data available */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ab59cf3c65eaf836d5c647fa2a24ca649"> 100</a></span> <span class="preprocessor">#define ETIME 62 </span><span class="comment">/* Timer expired */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ad88bc6ea94ec1a5e91d3651677d85c00"> 101</a></span> <span class="preprocessor">#define ENOSR 63 </span><span class="comment">/* Out of streams resources */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a4a49ca5a72811f9950d2773806eaa641"> 102</a></span> <span class="preprocessor">#define ENONET 64 </span><span class="comment">/* Machine is not on the network */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a63fb0df2a890ace70f5093b26cbf7065"> 103</a></span> <span class="preprocessor">#define ENOPKG 65 </span><span class="comment">/* Package not installed */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a5e1edba49c18fc631dbf54ff53702d4a"> 104</a></span> <span class="preprocessor">#define EREMOTE 66 </span><span class="comment">/* Object is remote */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#add4408349a756880be9d91efadb8aed0"> 105</a></span> <span class="preprocessor">#define ENOLINK 67 </span><span class="comment">/* Link has been severed */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a7ef87d37bfaf88d1ad1de1b531330a42"> 106</a></span> <span class="preprocessor">#define EADV 68 </span><span class="comment">/* Advertise error */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ae7df13cc989ed4b6921455a6eff3c249"> 107</a></span> <span class="preprocessor">#define ESRMNT 69 </span><span class="comment">/* Srmount error */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ad9e159536fe852a5679a99a0b8191d69"> 108</a></span> <span class="preprocessor">#define ECOMM 70 </span><span class="comment">/* Communication error on send */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a5a92de56e8ebe19cbd8a2ce8c80ad03e"> 109</a></span> <span class="preprocessor">#define EPROTO 71 </span><span class="comment">/* Protocol error */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a4d7b69d7ce0dfa0a9b998403b4ffe226"> 110</a></span> <span class="preprocessor">#define EMULTIHOP 72 </span><span class="comment">/* Multihop attempted */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a66443788a7b1b20f15ac1a67b106f20d"> 111</a></span> <span class="preprocessor">#define EDOTDOT 73 </span><span class="comment">/* RFS specific error */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a251e9b536ed96ccb16aa28ca2d5bd656"> 112</a></span> <span class="preprocessor">#define EBADMSG 74 </span><span class="comment">/* Not a data message */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a888552a5e3c78b5883904cf5d55244ab"> 113</a></span> <span class="preprocessor">#define EOVERFLOW 75 </span><span class="comment">/* Value too large for defined data type */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#afb498fa12135b33c784f3dc4445ce30f"> 114</a></span> <span class="preprocessor">#define ENOTUNIQ 76 </span><span class="comment">/* Name not unique on network */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ae9284c9860c0064da7dd8cba12c1f90f"> 115</a></span> <span class="preprocessor">#define EBADFD 77 </span><span class="comment">/* File descriptor in bad state */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#aa8fa21a58da5282010753ae1bed331af"> 116</a></span> <span class="preprocessor">#define EREMCHG 78 </span><span class="comment">/* Remote address changed */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a438fa452772ae90a9ccef5d3711bd752"> 117</a></span> <span class="preprocessor">#define ELIBACC 79 </span><span class="comment">/* Can not access a needed shared library */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a6c0c4ad172a62cde82900773c875e259"> 118</a></span> <span class="preprocessor">#define ELIBBAD 80 </span><span class="comment">/* Accessing a corrupted shared library */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#af208def3c8b59e39e6fe3d3d97d71a86"> 119</a></span> <span class="preprocessor">#define ELIBSCN 81 </span><span class="comment">/* .lib section in a.out corrupted */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ad2084b03b9e1c7467ab1b8bdbdfc2fe6"> 120</a></span> <span class="preprocessor">#define ELIBMAX 82 </span><span class="comment">/* Attempting to link in too many shared libraries */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a95774ff58533d1e67961890ed30f87b2"> 121</a></span> <span class="preprocessor">#define ELIBEXEC 83 </span><span class="comment">/* Cannot exec a shared library directly */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ac6c071293826a4e66a717bb38db7794d"> 122</a></span> <span class="preprocessor">#define EILSEQ 84 </span><span class="comment">/* Illegal byte sequence */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a0e5993319c80d5a93ed10b6253878ae5"> 123</a></span> <span class="preprocessor">#define ERESTART 85 </span><span class="comment">/* Interrupted system call should be restarted */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a07773d22c3eb7a4d4ea0696ee5f49841"> 124</a></span> <span class="preprocessor">#define ESTRPIPE 86 </span><span class="comment">/* Streams pipe error */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a9b153104ed38c8579f009f81bc7b2dc9"> 125</a></span> <span class="preprocessor">#define EUSERS 87 </span><span class="comment">/* Too many users */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ae34fa7a550ac1c415daa2e114a1c0f38"> 126</a></span> <span class="preprocessor">#define ENOTSOCK 88 </span><span class="comment">/* Socket operation on non-socket */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a0e416d3478cf030e37e90c55d68ad97a"> 127</a></span> <span class="preprocessor">#define EDESTADDRREQ 89 </span><span class="comment">/* Destination address required */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ae37becfaa095a9df5c5c788bce5aa06f"> 128</a></span> <span class="preprocessor">#define EMSGSIZE 90 </span><span class="comment">/* Message too long */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ae6014faa948366b8321d755204acf755"> 129</a></span> <span class="preprocessor">#define EPROTOTYPE 91 </span><span class="comment">/* Protocol wrong type for socket */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#acd570f8ab92198653b4459773dc3bca3"> 130</a></span> <span class="preprocessor">#define ENOPROTOOPT 92 </span><span class="comment">/* Protocol not available */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ad581c46fdd4dee9419f60eaff40415e7"> 131</a></span> <span class="preprocessor">#define EPROTONOSUPPORT 93 </span><span class="comment">/* Protocol not supported */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a891103a0628442461b41d4d85fb6d945"> 132</a></span> <span class="preprocessor">#define ESOCKTNOSUPPORT 94 </span><span class="comment">/* Socket type not supported */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a4b807895c74cea4d0302bf27725d4b9d"> 133</a></span> <span class="preprocessor">#define EOPNOTSUPP 95 </span><span class="comment">/* Operation not supported on transport endpoint */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a871b9fabb281dbc2d3b81cb79c163c20"> 134</a></span> <span class="preprocessor">#define EPFNOSUPPORT 96 </span><span class="comment">/* Protocol family not supported */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a4c3a793b4d51cb7dd020af92e536fe21"> 135</a></span> <span class="preprocessor">#define EAFNOSUPPORT 97 </span><span class="comment">/* Address family not supported by protocol */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a61676e39b42371c65c3b960a91887b03"> 136</a></span> <span class="preprocessor">#define EADDRINUSE 98 </span><span class="comment">/* Address already in use */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a556612e55358838192165684c971a44f"> 137</a></span> <span class="preprocessor">#define EADDRNOTAVAIL 99 </span><span class="comment">/* Cannot assign requested address */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#aac51995026fa19cdd0ad84a272304af0"> 138</a></span> <span class="preprocessor">#define ENETDOWN 100 </span><span class="comment">/* Network is down */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a3f91f1ad503432783c7a5d1481b45419"> 139</a></span> <span class="preprocessor">#define ENETUNREACH 101 </span><span class="comment">/* Network is unreachable */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a92750db73ff8e83591c977bbb3a5bea1"> 140</a></span> <span class="preprocessor">#define ENETRESET 102 </span><span class="comment">/* Network dropped connection because of reset */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a45342991e001e28bbf87916d92b7e09a"> 141</a></span> <span class="preprocessor">#define ECONNABORTED 103 </span><span class="comment">/* Software caused connection abort */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#add4258b08af02fbe4590fbaae7260037"> 142</a></span> <span class="preprocessor">#define ECONNRESET 104 </span><span class="comment">/* Connection reset by peer */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a9e655f47bfd914a1174f281fc31cf63d"> 143</a></span> <span class="preprocessor">#define ENOBUFS 105 </span><span class="comment">/* No buffer space available */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a164ca8549da7a385e2fe1cba823b9eaf"> 144</a></span> <span class="preprocessor">#define EISCONN 106 </span><span class="comment">/* Transport endpoint is already connected */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#af23e48762a0676f49d480db91cfd5e4b"> 145</a></span> <span class="preprocessor">#define ENOTCONN 107 </span><span class="comment">/* Transport endpoint is not connected */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a2a55c5dd8b54ff5aace6c274c6726d68"> 146</a></span> <span class="preprocessor">#define ESHUTDOWN 108 </span><span class="comment">/* Cannot send after transport endpoint shutdown */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a10426080250efba47f4aaf254036ff00"> 147</a></span> <span class="preprocessor">#define ETOOMANYREFS 109 </span><span class="comment">/* Too many references: cannot splice */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a597718e59a8fc9c4d4ab63f5a34e28b1"> 148</a></span> <span class="preprocessor">#define ETIMEDOUT 110 </span><span class="comment">/* Connection timed out */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#aad88020b394ef1aa4af2f4ef9b4c8b39"> 149</a></span> <span class="preprocessor">#define ECONNREFUSED 111 </span><span class="comment">/* Connection refused */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#aa92bcaf70544db6998f4c503026359c5"> 150</a></span> <span class="preprocessor">#define EHOSTDOWN 112 </span><span class="comment">/* Host is down */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a53e186028fc992c3341ccb0d4d239b24"> 151</a></span> <span class="preprocessor">#define EHOSTUNREACH 113 </span><span class="comment">/* No route to host */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#aa4ccb54aa806de3e41a8515f06db85d4"> 152</a></span> <span class="preprocessor">#define EALREADY 114 </span><span class="comment">/* Operation already in progress */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a6c045d5be06e715cc335784a7320714e"> 153</a></span> <span class="preprocessor">#define EINPROGRESS 115 </span><span class="comment">/* Operation now in progress */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a09e189d2214d9fe2847d27bf270ca1d7"> 154</a></span> <span class="preprocessor">#define ESTALE 116 </span><span class="comment">/* Stale NFS file handle */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a909dbec1577dd4de42e3de940449d991"> 155</a></span> <span class="preprocessor">#define EUCLEAN 117 </span><span class="comment">/* Structure needs cleaning */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a604c754d9cff19a3f842f263939744ed"> 156</a></span> <span class="preprocessor">#define ENOTNAM 118 </span><span class="comment">/* Not a XENIX named type file */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a4df8882de9228023855dc31287c1728c"> 157</a></span> <span class="preprocessor">#define ENAVAIL 119 </span><span class="comment">/* No XENIX semaphores available */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#ab43dd11ce0541c2bc2bdbd36cbcbd6b7"> 158</a></span> <span class="preprocessor">#define EISNAM 120 </span><span class="comment">/* Is a named type file */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#aa206a5818e8b3666cd46274d71ab7c45"> 159</a></span> <span class="preprocessor">#define EREMOTEIO 121 </span><span class="comment">/* Remote I/O error */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#aa5a48566b00cf9062d9deeeb0682cdaf"> 160</a></span> <span class="preprocessor">#define EDQUOT 122 </span><span class="comment">/* Quota exceeded */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  </div> <div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a434a80cd2a94a829078d50b61ebd277d"> 162</a></span> <span class="preprocessor">#define ENOMEDIUM 123 </span><span class="comment">/* No medium found */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a3431fd1c9d585b39b0089ebc0b97450f"> 163</a></span> <span class="preprocessor">#define EMEDIUMTYPE 124 </span><span class="comment">/* Wrong medium type */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  </div> <div class="line"><a name="l00165"></a><span class="lineno"> 165</span> <span class="preprocessor">#ifndef errno</span></div> <div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="../../db/d37/ubixos_2errno_8h.html#ad65a8842cc674e3ddf69355898c0ecbf">errno</a>;</div> <div class="line"><a name="l00167"></a><span class="lineno"> 167</span> <span class="preprocessor">#endif</span></div> <div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  </div> <div class="line"><a name="l00169"></a><span class="lineno"> 169</span> <span class="preprocessor">#ifndef err_t</span></div> <div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="../../db/d37/ubixos_2errno_8h.html#a2156a134798b01e3fd1fe853a1943418"> 170</a></span> <span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="../../db/d37/ubixos_2errno_8h.html#a2156a134798b01e3fd1fe853a1943418">err_t</a>;</div> <div class="line"><a name="l00171"></a><span class="lineno"> 171</span> <span class="preprocessor">#endif</span></div> <div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  </div> <div class="line"><a name="l00173"></a><span class="lineno"> 173</span> <span class="preprocessor">#ifdef __cplusplus</span></div> <div class="line"><a name="l00174"></a><span class="lineno"> 174</span> }</div> <div class="line"><a name="l00175"></a><span class="lineno"> 175</span> <span class="preprocessor">#endif</span></div> <div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  </div> <div class="line"><a name="l00177"></a><span class="lineno"> 177</span> <span class="preprocessor">#endif </span><span class="comment">/* _UBIXOS_ERRNO*/</span><span class="preprocessor"></span></div> </div><!-- fragment --></div><!-- contents --> </div><!-- doc-content --> <div class="ttc" id="aubixos_2errno_8h_html_ad65a8842cc674e3ddf69355898c0ecbf"><div class="ttname"><a href="../../db/d37/ubixos_2errno_8h.html#ad65a8842cc674e3ddf69355898c0ecbf">errno</a></div><div class="ttdeci">int errno</div><div class="ttdef"><b>Definition:</b> <a href="../../da/d80/err_8c_source.html#l00045">err.c:45</a></div></div> <div class="ttc" id="aubixos_2errno_8h_html_a2156a134798b01e3fd1fe853a1943418"><div class="ttname"><a href="../../db/d37/ubixos_2errno_8h.html#a2156a134798b01e3fd1fe853a1943418">err_t</a></div><div class="ttdeci">int err_t</div><div class="ttdef"><b>Definition:</b> <a href="../../db/d37/ubixos_2errno_8h_source.html#l00170">errno.h:170</a></div></div> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="../../dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="../../dir_a44873caf3fcbd6d765fc7260c584f7c.html">ubixos</a></li><li class="navelem"><a class="el" href="../../db/d37/ubixos_2errno_8h.html">errno.h</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="../../doxygen.png" alt="doxygen"/></a> 1.8.16 </li> </ul> </div> </body> </html>