Changeset cde999a in mainline for uspace/srv/fs/udf/udf_idx.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/srv/fs/udf/udf_idx.c
r3c7702c0 rcde999a 88 88 /** Initialization of hash table 89 89 * 90 * @return EOK on success or a negativeerror code.90 * @return EOK on success or an error code. 91 91 * 92 92 */ … … 101 101 /** Delete hash table 102 102 * 103 * @return EOK on success or a negativeerror code.103 * @return EOK on success or an error code. 104 104 * 105 105 */ … … 116 116 * @param index Absolute position of ICB (sector) 117 117 * 118 * @return EOK on success or a negativeerror code.118 * @return EOK on success or an error code. 119 119 * 120 120 */ … … 150 150 * @param index Absolute position of ICB (sector) 151 151 * 152 * @return EOK on success or a negativeerror code.152 * @return EOK on success or an error code. 153 153 * 154 154 */ … … 196 196 * @param node UDF node 197 197 * 198 * @return EOK on success or a negativeerror code.198 * @return EOK on success or an error code. 199 199 * 200 200 */
Note:
See TracChangeset
for help on using the changeset viewer.