Changeset 3f0a7971 in mainline for uspace/srv/bd/part/guid_part/guid_part.c
- Timestamp:
- 2010-11-18T22:34:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63b4f90
- Parents:
- c7137738 (diff), 45f04f8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/part/guid_part/guid_part.c
rc7137738 r3f0a7971 83 83 aoff64_t length; 84 84 /** Device representing the partition (outbound device) */ 85 dev _handle_t dev;85 devmap_handle_t dev; 86 86 /** Points to next partition structure. */ 87 87 struct part *next; … … 91 91 92 92 /** Partitioned device (inbound device) */ 93 static dev _handle_t indev_handle;93 static devmap_handle_t indev_handle; 94 94 95 95 /** List of partitions. This structure is an empty head. */ … … 130 130 int i; 131 131 char *name; 132 dev _handle_t dev;132 devmap_handle_t dev; 133 133 uint64_t size_mb; 134 134 part_t *part; … … 316 316 ipc_call_t call; 317 317 ipcarg_t method; 318 dev _handle_t dh;318 devmap_handle_t dh; 319 319 int flags; 320 320 int retval;
Note:
See TracChangeset
for help on using the changeset viewer.