OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shmid_ds14
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/compat/sys/
shm.h
43
struct
shmid_ds14
{
struct
89
static __inline void __shmid_ds14_to_native(const struct
shmid_ds14
*, struct shmid_ds *);
90
static __inline void __native_to_shmid_ds14(const struct shmid_ds *, struct
shmid_ds14
*);
94
__shmid_ds14_to_native(const struct
shmid_ds14
*oshmbuf, struct shmid_ds *shmbuf)
111
__native_to_shmid_ds14(const struct shmid_ds *shmbuf, struct
shmid_ds14
*oshmbuf)
168
int __shmctl14(int, int, struct
shmid_ds14
*);
/src/sys/compat/common/
sysv_shm_14.c
61
syscallarg(struct
shmid_ds14
*) buf;
64
struct
shmid_ds14
oshmbuf;
kern_ipc_10.c
174
(struct
shmid_ds14
*)(u_long)SCARG(uap, a4);
/src/sys/compat/freebsd/
freebsd_ipc.c
132
syscallarg(struct
shmid_ds14
*) buf;
167
SCARG(&shmctl_args, buf) = (struct
shmid_ds14
*)SCARG(uap, a4);
/src/sys/compat/ultrix/
ultrix_misc.c
665
SCARG(&shmctl_args, buf) = (struct
shmid_ds14
*)SCARG(uap, a4);
/src/sys/sys/
syscallargs.h
1468
syscallarg(struct
shmid_ds14
*) buf;
Completed in 15 milliseconds
Indexes created Mon Oct 20 01:09:56 GMT 2025