Home
last modified time | relevance | path

Searched refs:shmid_ds64 (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dipc_impl.h96 struct shmid_ds64 { struct
238 int shmctl64(int, int, struct shmid_ds64 *);
/titanic_50/usr/src/lib/libc/port/sys/
H A Dshmsys.c69 shmctl64(int shmid, int cmd, struct shmid_ds64 *buf) in shmctl64()
/titanic_50/usr/src/cmd/ipcrm/
H A Dipcrm.c269 struct shmid_ds64 mds; in shmgetid()
298 struct shmid_ds64 mds; in shmgetkey()
/titanic_50/usr/src/uts/common/os/
H A Dshm.c632 struct shmid_ds64 ds64; in shmctl()
647 if (copyin(arg, &ds64, sizeof (struct shmid_ds64))) in shmctl()
713 if (copyout(&ds64, arg, sizeof (struct shmid_ds64))) in shmctl()
/titanic_50/usr/src/cmd/ipcs/
H A Dipcs.c269 struct shmid_ds64 mds; in main()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c2553 struct shmid_ds64 shmds; in show_shmctl64()