MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_getsid

Function sys_getsid

freebsd/kern/kern_prot.c:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189};
190#endif
191int
192sys_getsid(struct thread *td, struct getsid_args *uap)
193{
194
195 return (kern_getsid(td, uap->pid));
196}
197
198int
199kern_getsid(struct thread *td, pid_t pid)

Callers

nothing calls this directly

Calls 1

kern_getsidFunction · 0.85

Tested by

no test coverage detected