Home
last modified time | relevance | path

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

/scripts/
Dsyscalltbl.sh53 nxt=0
59 if [ $nxt -gt $nr ]; then
64 while [ $nxt -lt $nr ]; do
65 echo "__SYSCALL($nxt, sys_ni_syscall)"
66 nxt=$((nxt + 1))
76 nxt=$((nr + 1))