- Timestamp:
- 2007-12-02T21:08:03Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 38c706cc
- Parents:
- b61d47d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/ipc.c
rb61d47d r90c35436 598 598 599 599 res = ipc_call_sync_3_5(phoneid, IPC_M_CONNECT_ME_TO, arg1, arg2, arg3, 600 600 NULL, NULL, NULL, NULL, &newphid); 601 601 if (res) 602 602 return res; … … 653 653 * @return Zero on success or an error code. 654 654 * 655 * For non-system methods, the old method and arg1 are rewritten by the new656 * values. For system methods, the new method, arg1 and arg2 are written655 * For non-system methods, the old method, arg1 and arg2 are rewritten by the 656 * new values. For system methods, the new method, arg1 and arg2 are written 657 657 * to the old arg1, arg2 and arg3, respectivelly. Calls with immutable 658 658 * methods are forwarded verbatim. … … 662 662 { 663 663 return __SYSCALL6(SYS_IPC_FORWARD_FAST, callid, phoneid, method, arg1, 664 664 arg2, mode); 665 665 } 666 666
Note:
See TracChangeset
for help on using the changeset viewer.