HelenOS sources

IPC_COL_CLS_RCV   465 uspace/app/top/top.c 		field[IPC_COL_CLS_RCV].type = FIELD_UINT_SUFFIX_DEC;
IPC_COL_CLS_RCV   466 uspace/app/top/top.c 		field[IPC_COL_CLS_RCV].uint = data->tasks[i].ipc_info.call_received;
IPC_COL_CLS_RCV   466 uspace/dist/src/c/demos/top/top.c 		field[IPC_COL_CLS_RCV].type = FIELD_UINT_SUFFIX_DEC;
IPC_COL_CLS_RCV   467 uspace/dist/src/c/demos/top/top.c 		field[IPC_COL_CLS_RCV].uint = data->tasks[i].ipc_info.call_received;
HelenOS homepage, sources at GitHub