Searched refs:notifyBuffer (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/librefos/src/refos-util/
H A Dserv_common.c201 s->notifyBuffer = data_open_map(REFOS_PROCSERV_EP, "anon", 0, 0,
203 if (s->notifyBuffer.err != ESUCCESS) {
205 return s->notifyBuffer.err;
209 assert(s->notifyBuffer.dataspace);
210 error = proc_notification_buffer(s->notifyBuffer.dataspace);
287 data_mapping_t *nb = &srv->notifyBuffer;
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dserv_common.c201 s->notifyBuffer = data_open_map(REFOS_PROCSERV_EP, "anon", 0, 0,
203 if (s->notifyBuffer.err != ESUCCESS) {
205 return s->notifyBuffer.err;
209 assert(s->notifyBuffer.dataspace);
210 error = proc_notification_buffer(s->notifyBuffer.dataspace);
287 data_mapping_t *nb = &srv->notifyBuffer;
/seL4-refos-master/libs/librefos/include/refos-util/
H A Dserv_common.h110 data_mapping_t notifyBuffer; member in struct:srv_common
/seL4-refos-master/projects/refos/impl/libs/librefos/include/refos-util/
H A Dserv_common.h110 data_mapping_t notifyBuffer; member in struct:srv_common

Completed in 84 milliseconds