Searched refs:full (Results 1 - 22 of 22) sorted by relevance

/seL4-camkes-master/projects/camkes/apps/socket/components/Receiver/include/
H A Dsocket.h14 int full; member in struct:__anon19
/seL4-camkes-master/projects/camkes/apps/socket/components/Transport/include/
H A Dsocket.h14 int full; member in struct:__anon21
/seL4-camkes-master/projects/camkes/apps/socket/components/Sender/include/
H A Dsocket.h14 int full; member in struct:__anon20
/seL4-camkes-master/projects/camkes/apps/socket/components/Transport/src/
H A Dtransport.c28 if (incoming->full) {
31 outgoing->full = 1;
/seL4-camkes-master/projects/camkes/apps/socket/components/Receiver/src/
H A Dreceiver.c22 if (sock->full) {
/seL4-camkes-master/projects/seL4_libs/libsel4bench/include/sel4bench/
H A Dlogging.h33 unsigned int full; member in struct:log_buffer
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_fragments.c310 struct pico_frame *full = NULL; local
334 full = pico_frame_alloc((uint16_t)(header_length + len));
335 if (full) {
336 full->net_hdr = full->buffer;
337 full->net_len = header_length;
338 memcpy(full->net_hdr, first->net_hdr, full->net_len);
339 full->transport_hdr = full
[all...]
H A Dpico_olsr.c691 static void olsr_make_dgram(struct pico_device *pdev, int full) argument
699 if (!full) {
703 } /*if full */
/seL4-camkes-master/projects/camkes/apps/socket/components/Sender/src/
H A Dsender.c25 sock->full = 1;
/seL4-camkes-master/projects/seL4_libs/libsel4bench/src/
H A Dlogging.c24 log_buffer->full = 0;
34 log_buffer->full = 1;
48 if (!log_buffer->full) {
/seL4-camkes-master/projects/picotcp/docs/user_manual/
H A Duser_doc.tex62 statement is kept. Click \href{http://creativecommons.org/licenses/by-nd/3.0/} {here} to view the full license text.
H A Dchap_api_tftp.tex120 TFTP$\_$ERR$\_$EXCEEDED & Disk full or allocation exceeded \\
591 TFTP$\_$ERR$\_$EXCEEDED & Disk full or allocation exceeded \\
/seL4-camkes-master/tools/cogent/cogent/scripts/
H A Dman-gen.pl120 The full documentation for
/seL4-camkes-master/projects/seL4_projects_libs/libsel4vm/src/arch/x86/processor/
H A Dcpuid.c269 entry->eax = eax.full;
272 entry->edx = edx.full;
/seL4-camkes-master/projects/seL4_projects_libs/libsel4vm/src/arch/arm/vgic/
H A Dvgic.c192 bool full; member in struct:lr_of
272 vgic->lr_overflow[i].full = false;
457 if (unlikely(lr_overflow->full)) {
463 lr_overflow->full = (lr_overflow->head == LR_OF_NEXT(lr_overflow->tail));
464 if (!lr_overflow->full) {
483 lr_overflow->full = (lr_overflow->head == LR_OF_NEXT(lr_overflow->tail));
/seL4-camkes-master/projects/camkes-tool/camkes/visualCAmkES/Controller/
H A Dgraph_controller.py180 html = conv.convert(str(error), full=False)
/seL4-camkes-master/tools/cogent/cogent/
H A DMakefile51 full-clean: clean
213 $(E) "* make full-clean"
/seL4-camkes-master/projects/seL4_libs/libsel4allocman/src/
H A Dallocman.c434 int full; local
439 full = _refill_watermark(alloc);
441 return full;
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/
H A Dltmain.sh748 $ECHO "run \`$progname --help | more' for full usage"
2726 echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
4619 /* Searches for the full path of the wrapper. Returns
4620 newly allocated full path name if found, NULL otherwise
6978 echo "*** \`nm' from GNU binutils and a full rebuild may help."
7968 echo "*** \`nm' from GNU binutils and a full rebuild may help."
9371 # tests/bindir.at for full details.
/seL4-camkes-master/tools/rumprun/tests/configure/build-aux/
H A Dltmain.sh748 $ECHO "run \`$progname --help | more' for full usage"
2726 echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
4619 /* Searches for the full path of the wrapper. Returns
4620 newly allocated full path name if found, NULL otherwise
6978 echo "*** \`nm' from GNU binutils and a full rebuild may help."
7968 echo "*** \`nm' from GNU binutils and a full rebuild may help."
9371 # tests/bindir.at for full details.
/seL4-camkes-master/kernel/manual/parts/
H A Dobjects.tex373 receives full authority over the resulting object. It can then delegate
/seL4-camkes-master/tools/cogent/cogent/manual/
H A Dcogent-manual.tex235 full Unicode and several escape sequences (such as \code{\\n}) are supported. However, a valid

Completed in 328 milliseconds