Searched refs:notifyClientFaultDeathAsyncEP (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/libs/librefos/include/refos-util/
H A Dserv_common.h107 seL4_CPtr notifyClientFaultDeathAsyncEP; member in struct:srv_common
/seL4-refos-master/projects/refos/impl/libs/librefos/include/refos-util/
H A Dserv_common.h107 seL4_CPtr notifyClientFaultDeathAsyncEP; member in struct:srv_common
/seL4-refos-master/libs/librefos/src/refos-util/
H A Dserv_common.c62 error = proc_watch_client(c->liveness, srv->notifyClientFaultDeathAsyncEP, &c->deathID);
160 s->notifyClientFaultDeathAsyncEP = srv_mint(config.faultDeathNotifyBadge, s->notifyAsyncEP);
161 if (!s->notifyClientFaultDeathAsyncEP) {
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dserv_common.c62 error = proc_watch_client(c->liveness, srv->notifyClientFaultDeathAsyncEP, &c->deathID);
160 s->notifyClientFaultDeathAsyncEP = srv_mint(config.faultDeathNotifyBadge, s->notifyAsyncEP);
161 if (!s->notifyClientFaultDeathAsyncEP) {
/seL4-refos-master/projects/refos/impl/apps/file_server/src/dispatchers/
H A Dcpio_dspace.c309 int error = proc_register_as_pager(memoryWindow, fileServCommon->notifyClientFaultDeathAsyncEP,
397 int error = data_have_data(REFOS_PROCSERV_EP, destDataspace, fileServCommon->notifyClientFaultDeathAsyncEP, &dataID);
/seL4-refos-master/apps/file_server/src/dispatchers/
H A Dcpio_dspace.c309 int error = proc_register_as_pager(memoryWindow, fileServCommon->notifyClientFaultDeathAsyncEP,
397 int error = data_have_data(REFOS_PROCSERV_EP, destDataspace, fileServCommon->notifyClientFaultDeathAsyncEP, &dataID);

Completed in 48 milliseconds