Changeset 1dedfde9 in rtems
- Timestamp:
- 09/30/98 19:39:56 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5620149
- Parents:
- 8ed58e65
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/new_chapters/eventlog.t
r8ed58e65 r1dedfde9 141 141 @subheading STATUS CODES: 142 142 143 A successful call to @code{log_write()} returns a value of zero 144 and an unsuccessful call returns the @code{errno}. 145 143 146 @table @b 144 147 @item E2BIG … … 242 245 @subheading STATUS CODES: 243 246 247 A successful call to @code{log_write_any()} returns a value of zero 248 and an unsuccessful call returns the @code{errno}. 249 244 250 @table @b 245 251 @item E2BIG … … 347 353 @subheading STATUS CODES: 348 354 355 A successful call to @code{log_write_entry()} returns a value of zero 356 and an unsuccessful call returns the @code{errno}. 357 349 358 @table @b 350 359 @item E2BIG … … 429 438 430 439 @subheading STATUS CODES: 440 441 A successful call to @code{log_open()} returns a value of zero 442 and an unsuccessful call returns the @code{errno}. 431 443 432 444 @table @b … … 526 538 527 539 @subheading STATUS CODES: 540 541 A successful call to @code{log_read()} returns a value of zero 542 and an unsuccessful call returns the @code{errno}. 528 543 529 544 @table @b … … 613 628 614 629 @subheading STATUS CODES: 630 631 A successful call to @code{log_notify()} returns a value of zero 632 and an unsuccessful call returns the @code{errno}. 615 633 616 634 @table @b … … 672 690 @subheading STATUS CODES: 673 691 692 A successful call to @code{log_close()} returns a value of zero 693 and an unsuccessful call returns the @code{errno}. 694 674 695 @table @b 675 696 @item EBADF … … 718 739 719 740 @subheading STATUS CODES: 741 742 A successful call to @code{log_seek()} returns a value of zero 743 and an unsuccessful call returns the @code{errno}. 720 744 721 745 @table @b … … 828 852 829 853 @subheading STATUS CODES: 854 855 A successful call to @code{log_facilityemptyset()} returns a value of zero 856 and a unsuccessful call returns the @code{errno}. 830 857 831 858 @table @b … … 874 901 @subheading STATUS CODES: 875 902 903 A successful call to @code{log_facilityfillset()} returns a value of zero 904 and a unsuccessful call returns the @code{errno}. 905 876 906 @table @b 877 907 @item EFAULT … … 920 950 @subheading STATUS CODES: 921 951 952 A successful call to @code{log_facilityaddset()} returns a value of zero 953 and a unsuccessful call returns the @code{errno}. 954 922 955 @table @b 923 956 @item EFAULT … … 969 1002 @subheading STATUS CODES: 970 1003 1004 A successful call to @code{log_facilitydelset()} returns a value of zero 1005 and a unsuccessful call returns the @code{errno}. 1006 971 1007 @table @b 972 1008 @item EFAULT … … 1018 1054 1019 1055 @subheading STATUS CODES: 1056 1057 A successful call to @code{log_facilityismember()} returns a value 1058 of zero and a unsuccessful call returns the @code{errno}. 1020 1059 1021 1060 @table @b … … 1072 1111 @subheading STATUS CODES: 1073 1112 1113 A return value of zero indicates that the @code{facilityno} is valid and 1114 a return value other than zero represents an @code{errno}. 1115 1074 1116 @table @b 1075 1117 @item EFAULT … … 1124 1166 @subheading STATUS CODES: 1125 1167 1168 A successful call to @code{log_create()} returns a value 1169 of zero and a unsuccessful call returns the @code{errno}. 1170 1126 1171 @table @b 1127 1172 … … 1201 1246 @subheading STATUS CODES: 1202 1247 1248 A successful call to @code{log_sys_create()} returns a value 1249 of zero and a unsuccessful call returns the @code{errno}. 1250 1203 1251 @table @b 1204 1252 @item EEXIST
Note: See TracChangeset
for help on using the changeset viewer.