kern_shm_open2
return (kern_shm_open2(td, SHM_ANON, oflags, 0, shmflags, NULL,
return (kern_shm_open2(td, path, flags, mode, 0, caps, NULL, NULL));
return (kern_shm_open2(td, uap->path, uap->flags, uap->mode,
int kern_shm_open2(struct thread *td, const char *path, int flags,