Changeset 224c0e7 in mainline
- Timestamp:
- 2011-09-02T16:42:27Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1b7e80, fb4c877
- Parents:
- e2b9b341
- Location:
- uspace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/driver.c
re2b9b341 r224c0e7 309 309 int rc; 310 310 311 printf("libdrv: driver_dev_offline()\n");312 311 devh = IPC_GET_ARG1(*icall); 313 312 -
uspace/srv/devman/main.c
re2b9b341 r224c0e7 311 311 312 312 if (fun->ftype == fun_inner) { 313 printf("devman_drv_fun_offline(): %p is inner fun, removing " 314 "child dev.\n", fun); 313 log_msg(LVL_DEBUG, "Offlining inner function %s.", 314 fun->pathname); 315 315 316 if (fun->child != NULL) { 316 317 dev_node_t *dev = fun->child;
Note:
See TracChangeset
for help on using the changeset viewer.