Searched refs:firstarg (Results 1 – 3 of 3) sorted by relevance
325 firstarg="$1"327 case $firstarg in329 firstarg=`echo "$firstarg" | sed s/o//`330 tar "$firstarg" "$@" && exit 0333 case $firstarg in335 firstarg=`echo "$firstarg" | sed s/h//`336 tar "$firstarg" "$@" && exit 0
50 firstarg = arginfo.args[0]51 if firstarg == 'self':
56 TP_PROTO(int firstarg, struct task_struct *p),57 TP_ARGS(firstarg, p));84 - `TP_PROTO(int firstarg, struct task_struct *p)` is the prototype of the87 - `TP_ARGS(firstarg, p)` are the parameters names, same as found in the