Home
last modified time | relevance | path

Searched refs:tuple (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/tools/
Dunrel_branch_check.sh38 for tuple in $BRANCHES
40 from=`echo $tuple | cut -d':' -f1`
41 branch=`echo $tuple | cut -d':' -f2`
42 to=`echo $tuple | cut -d':' -f3 | sed 's/cr[0-7],//'`
43 sym=`echo $tuple | cut -d':' -f4`
/arch/m68k/amiga/
Dpcmcia.c41 int pcmcia_copy_tuple(unsigned char tuple_id, void *tuple, int max_len) in pcmcia_copy_tuple() argument
46 dest = tuple; in pcmcia_copy_tuple()
/arch/m68k/include/asm/
Damipcmcia.h21 int pcmcia_copy_tuple(unsigned char tuple_id, void *tuple, int max_len);