Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A Dmissing325 firstarg="$1"
327 case $firstarg in
329 firstarg=`echo "$firstarg" | sed s/o//`
330 tar "$firstarg" "$@" && exit 0
333 case $firstarg in
335 firstarg=`echo "$firstarg" | sed s/h//`
336 tar "$firstarg" "$@" && exit 0
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dexceptions.py50 firstarg = arginfo.args[0]
51 if firstarg == 'self':
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dtracepoints.rst56 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 the
87 - `TP_ARGS(firstarg, p)` are the parameters names, same as found in the