HomeSort by: relevance | last modified time | path
    Searched refs:rumpcallshdr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
syscalls.conf 12 rumpcallshdr="../rump/include/rump/rump_syscalls.h" key
makesyscalls.sh 63 # rumpcallshdr ???
74 rumpcallshdr="/dev/null"
193 rumpcallshdr = \"$rumpcallshdr\"
272 printf "/* %s */\n\n", tag > rumpcallshdr
273 printf "/*\n * System call protos in rump namespace.\n *\n" > rumpcallshdr
274 printf " * DO NOT EDIT-- this file is automatically generated.\n" > rumpcallshdr
364 printf " * created from%s\n */\n\n", $0 > rumpcallshdr
365 printf "#ifndef _RUMP_RUMP_SYSCALLS_H_\n" > rumpcallshdr
366 printf "#define _RUMP_RUMP_SYSCALLS_H_\n\n" > rumpcallshdr
    [all...]

Completed in 13 milliseconds