Searched defs:after (Results 1 - 3 of 3) sorted by relevance

/arch/cris/include/arch-v32/arch/hwregs/
H A Ddma.h69 char *after; member in struct:dma_descr_data
/arch/powerpc/lib/
H A Drheap.c155 rh_block_t *after; local
166 /* Find the blocks immediately before and after the given one
169 after = NULL;
185 after = blk;
188 if (before != NULL && after != NULL)
196 if (after && e != after->start)
197 after = NULL;
200 if (before == NULL && after == NULL) {
214 if (before != NULL && after
[all...]
/arch/powerpc/xmon/
H A Dxmon.c152 const char *after);
2668 const char *after)
2692 printf("%s", after);
2667 xmon_print_symbol(unsigned long address, const char *mid, const char *after) argument

Completed in 119 milliseconds