Home
last modified time | relevance | path

Searched refs:shmid_ds (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dshm.c132 struct shmid_ds shmid_ds; local
134 memset(&shmid_ds, 0, sizeof(shmid_ds));
135 if ((r = shmctl(shmid, IPC_STAT, &shmid_ds)) < 0)
137 shmid_ds.shm_perm.uid = uid;
138 shmid_ds.shm_perm.gid = gid;
139 shmid_ds.shm_perm.mode = mode;
140 if ((r = shmctl(shmid, IPC_SET, &shmid_ds)) < 0)
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dshmsys.c69 shmctl(int shmid, int cmd, struct shmid_ds *buf) in shmctl()
74 if (buf == (struct shmid_ds *)-1) { in shmctl()
128 struct shmid_ds *buf; in shmsys()
142 buf = va_arg(ap, struct shmid_ds *); in shmsys()
/titanic_50/usr/src/uts/common/sys/
H A Dshm.h88 struct shmid_ds { struct
126 int shmctl(int, int, struct shmid_ds *); argument
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dshm.h70 struct shmid_ds { struct
/titanic_50/usr/src/lib/libc/port/sys/
H A Dshmsys.c59 shmctl(int shmid, int cmd, struct shmid_ds *buf) in shmctl()
/titanic_50/usr/src/cmd/ipcrm/
H A Dipcrm.c52 #define NULL_SHM ((struct shmid_ds *)NULL)
/titanic_50/usr/src/lib/madv/common/
H A Dmadv.c676 struct shmid_ds mds; in shmat()
/titanic_50/usr/src/uts/common/os/
H A Dshm.c627 STRUCT_DECL(shmid_ds, ds); /* for SVR4 IPC_SET */ in shmctl()
/titanic_50/usr/src/tools/cscope-fast/
H A Dinvlib.c663 struct shmid_ds shm_buf; in invopen()
/titanic_50/usr/src/cmd/make/bin/
H A Dparallel.cc378 struct shmid_ds stat; in m2_fini()
/titanic_50/usr/src/lib/libc/port/
H A Dllib-lc1411 int shmctl(int shmid, int cmd, struct shmid_ds *buf);
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c2577 struct shmid_ds shmds; in show_shmctl()