Searched refs:tuple (Results 1 – 3 of 3) sorted by relevance
38 for tuple in $BRANCHES40 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`
41 int pcmcia_copy_tuple(unsigned char tuple_id, void *tuple, int max_len) in pcmcia_copy_tuple() argument46 dest = tuple; in pcmcia_copy_tuple()
21 int pcmcia_copy_tuple(unsigned char tuple_id, void *tuple, int max_len);