Searched refs:SPARG (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpkern/
H A Drump_syscalls.c56 #define SPARG(p,k) ((p)->k.be.datum) macro
58 #define SPARG(p,k) ((p)->k.le.datum) macro
80 SPARG(&callarg, fd) = fd;
81 SPARG(&callarg, buf) = buf;
82 SPARG(&callarg, nbyte) = nbyte;
105 SPARG(&callarg, fd) = fd;
106 SPARG(&callarg, buf) = buf;
107 SPARG(&callarg, nbyte) = nbyte;
130 SPARG(&callarg, path) = path;
131 SPARG(
[all...]
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpvfs/
H A Dcompat.c55 #define SPARG(p,k) ((p)->k.be.datum) macro
57 #define SPARG(p,k) ((p)->k.le.datum) macro

Completed in 55 milliseconds