Home
last modified time | relevance | path

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

/netbsd-src/sys/rump/kern/lib/libsysproxy/
H A Dsysproxy.c204 hyp_execnotify(const char *comm) in hyp_execnotify() function
234 rump_sysproxy_ops.rspo_hyp_execnotify = hyp_execnotify; in RUMP_COMPONENT()
/netbsd-src/sys/rump/include/rump/
H A Drumpuser.h64 void (*hyp_execnotify)(const char *); member
/netbsd-src/sys/rump/librump/rumpkern/
H A Drump.c162 .hyp_execnotify = rspo_wrap_execnotify,
/netbsd-src/lib/librumpuser/
H A Drumpuser_sp.c247 rumpuser__hyp.hyp_execnotify(comm); in lwproc_execnotify()