HomeSort by: relevance | last modified time | path
    Searched refs:shmid_ds13 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/compat/sys/
shm.h 55 struct shmid_ds13 { struct
91 static __inline void __shmid_ds13_to_native(const struct shmid_ds13 *, struct shmid_ds *);
92 static __inline void __native_to_shmid_ds13(const struct shmid_ds *, struct shmid_ds13 *);
131 __shmid_ds13_to_native(const struct shmid_ds13 *oshmbuf, struct shmid_ds *shmbuf)
148 __native_to_shmid_ds13(const struct shmid_ds *shmbuf, struct shmid_ds13 *oshmbuf)
167 int __shmctl13(int, int, struct shmid_ds13 *);
  /src/lib/libc/compat/sys/
compat___shmctl13.c 54 __shmctl13(int shmid, int cmd, struct shmid_ds13 *ds13)
  /src/sys/compat/common/
sysv_shm_50.c 60 syscallarg(struct shmid_ds13 *) buf;
63 struct shmid_ds13 oshmbuf;
  /src/sys/sys/
syscallargs.h 1997 syscallarg(struct shmid_ds13 *) buf;

Completed in 13 milliseconds