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

Function kern_shm_open

freebsd/kern/uipc_shm.c:1955–1961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1953 "POSIX SHM list");
1954
1955int
1956kern_shm_open(struct thread *td, const char *path, int flags, mode_t mode,
1957 struct filecaps *caps)
1958{
1959
1960 return (kern_shm_open2(td, path, flags, mode, 0, caps, NULL));
1961}
1962
1963/*
1964 * This version of the shm_open() interface leaves CLOEXEC behavior up to the

Callers 1

freebsd12_shm_openFunction · 0.85

Calls 1

kern_shm_open2Function · 0.85

Tested by

no test coverage detected