Changeset cde999a in mainline for uspace/lib/c/generic/async.c
- Timestamp:
- 2018-01-04T20:22:51Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3d95c9d, 84a1a54
- Parents:
- 3c7702c0
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 19:18:29)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:22:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async.c
r3c7702c0 rcde999a 844 844 * @param port_id ID of the newly created port. 845 845 * 846 * @return Zero on success or a negativeerror code.846 * @return Zero on success or an error code. 847 847 * 848 848 */ … … 1053 1053 * @param[out] handle IRQ capability handle on success. 1054 1054 * 1055 * @return Negativeerror code.1055 * @return An error code. 1056 1056 * 1057 1057 */ … … 1089 1089 * @param cap IRQ capability handle. 1090 1090 * 1091 * @return Zero on success or a negativeerror code.1091 * @return Zero on success or an error code. 1092 1092 * 1093 1093 */ … … 1106 1106 * @param data Notification handler client data. 1107 1107 * 1108 * @return Zero on success or a negativeerror code.1108 * @return Zero on success or an error code. 1109 1109 * 1110 1110 */ … … 1139 1139 * @param data Notification handler client data. 1140 1140 * 1141 * @return Zero on success or a negativeerror code.1141 * @return Zero on success or an error code. 1142 1142 * 1143 1143 */ … … 1915 1915 * @param r5 If non-NULL, storage for the 5th reply argument. 1916 1916 * 1917 * @return Return code of the reply or a negativeerror code.1917 * @return Return code of the reply or an error code. 1918 1918 * 1919 1919 */ … … 1967 1967 * @param r5 If non-NULL, storage for the 5th reply argument. 1968 1968 * 1969 * @return Return code of the reply or a negativeerror code.1969 * @return Return code of the reply or an error code. 1970 1970 * 1971 1971 */ … … 2108 2108 * @param arg3 User defined argument. 2109 2109 * 2110 * @return Zero on success or a negativeerror code.2110 * @return Zero on success or an error code. 2111 2111 * 2112 2112 */ … … 2433 2433 * @param sess Session to hung up. 2434 2434 * 2435 * @return Zero on success or a negativeerror code.2435 * @return Zero on success or an error code. 2436 2436 * 2437 2437 */ … … 2613 2613 * base address. Cannot be NULL. 2614 2614 * 2615 * @return Zero on success or a negativeerror code from errno.h.2615 * @return Zero on success or an error code from errno.h. 2616 2616 * 2617 2617 */ … … 2688 2688 * @param flags Flags to be used for sharing. Bits can be only cleared. 2689 2689 * 2690 * @return Zero on success or a negativeerror code from errno.h.2690 * @return Zero on success or an error code from errno.h. 2691 2691 * 2692 2692 */ … … 2774 2774 * @param size Size of the destination buffer. 2775 2775 * 2776 * @return Zero on success or a negativeerror code from errno.h.2776 * @return Zero on success or an error code from errno.h. 2777 2777 * 2778 2778 */ … … 2899 2899 * @param size Size of the source buffer. 2900 2900 * 2901 * @return Zero on success or a negativeerror code from errno.h.2901 * @return Zero on success or an error code from errno.h. 2902 2902 * 2903 2903 */
Note:
See TracChangeset
for help on using the changeset viewer.