Changeset c477c80 in mainline for uspace/lib/c/generic
- Timestamp:
- 2019-01-03T22:23:00Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06412ba
- Parents:
- 7acd787
- Location:
- uspace/lib/c/generic
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/as.c
r7acd787 rc477c80 126 126 * 127 127 * @param virt Virtual address to find mapping for. 128 * @param[out] phys Physical ad ress.128 * @param[out] phys Physical address. 129 129 * 130 130 * @return EOK on no error. -
uspace/lib/c/generic/loc.c
r7acd787 rc477c80 239 239 } 240 240 241 /** Register new driver with loc. */241 /** Register new server with loc. */ 242 242 errno_t loc_server_register(const char *name) 243 243 { -
uspace/lib/c/generic/vol.c
r7acd787 rc477c80 220 220 * @param vol Volume service 221 221 * @param sid Service ID of the partition 222 * @param vinfo Place to s ore partition information222 * @param vinfo Place to store partition information 223 223 * @return EOK on success or an error code 224 224 */ … … 578 578 * @param vol Volume service 579 579 * @param vid Volume ID 580 * @param vinfo Place to s ore volume configuration information580 * @param vinfo Place to store volume configuration information 581 581 * @return EOK on success or an error code 582 582 */
Note:
See TracChangeset
for help on using the changeset viewer.