Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ shmfork
Function
shmfork
freebsd/kern/sysv_ipc.c:58–66 ·
view source on GitHub ↗
called from kern_fork.c */
(p1, p2)
Source
from the content-addressed store, hash-verified
56
57
/* called from kern_fork.c */
58
void
59
shmfork(p1, p2)
60
struct proc *p1, *p2;
61
{
62
63
if (shmfork_hook != NULL)
64
shmfork_hook(p1, p2);
65
return;
66
}
67
68
/* called from kern_exit.c */
69
void
Callers
1
vm_forkproc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected