Searched refs:ctable_disconnect_direct_handler (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/console_server/src/dispatchers/
H A Dserv_dispatch.c64 return conServCommon->ctable_disconnect_direct_handler(conServCommon, c);
/seL4-refos-master/projects/refos/impl/apps/file_server/src/dispatchers/
H A Dserv_dispatch.c61 return fileServCommon->ctable_disconnect_direct_handler(fileServCommon, c);
/seL4-refos-master/projects/refos/impl/apps/timer_server/src/dispatchers/
H A Dserv_dispatch.c64 return timeServCommon->ctable_disconnect_direct_handler(timeServCommon, c);
/seL4-refos-master/apps/console_server/src/dispatchers/
H A Dserv_dispatch.c64 return conServCommon->ctable_disconnect_direct_handler(conServCommon, c);
/seL4-refos-master/apps/file_server/src/dispatchers/
H A Dserv_dispatch.c61 return fileServCommon->ctable_disconnect_direct_handler(fileServCommon, c);
/seL4-refos-master/apps/timer_server/src/dispatchers/
H A Dserv_dispatch.c64 return timeServCommon->ctable_disconnect_direct_handler(timeServCommon, c);
/seL4-refos-master/libs/librefos/include/refos-util/
H A Dserv_common.h126 void (*ctable_disconnect_direct_handler) (srv_common_t *srv, struct srv_client *c); member in struct:srv_common
/seL4-refos-master/projects/refos/impl/libs/librefos/include/refos-util/
H A Dserv_common.h126 void (*ctable_disconnect_direct_handler) (srv_common_t *srv, struct srv_client *c); member in struct:srv_common
/seL4-refos-master/libs/librefos/src/refos-util/
H A Dserv_common.c193 s->ctable_disconnect_direct_handler = srv_ctable_disconnect_direct_handler;
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dserv_common.c193 s->ctable_disconnect_direct_handler = srv_ctable_disconnect_direct_handler;

Completed in 96 milliseconds