Searched refs:shmgetid (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | shm_impl.h | 105 extern int shmgetid(struct proc *, caddr_t);
|
/titanic_41/usr/src/cmd/ipcrm/ |
H A D | ipcrm.c | 266 shmgetid(char *arg) in shmgetid() function 422 if ((ipc_id = shmgetid(optarg)) < 0) { in main()
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 1705 (mp->pr_shmid = shmgetid(p, seg->s_base)) != in prgetmap() 1817 (mp->pr_shmid = shmgetid(p, seg->s_base)) != in prgetmap32() 2020 (pmp->pr_shmid = shmgetid(p, seg->s_base)) != in prpdread() 2167 (pmp->pr_shmid = shmgetid(p, seg->s_base)) != in prpdread32() 4113 p->p_segacct && (mp->pr_shmid = shmgetid(p, in prgetxmap() 4298 p->p_segacct && (mp->pr_shmid = shmgetid(p, in prgetxmap32()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | shm.c | 1291 shmgetid(proc_t *pp, caddr_t addr) in shmgetid() function
|
/titanic_41/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 809 WSTUB(shmsys, shmgetid, nomod_minus_one);
|
/titanic_41/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 890 WSTUB(shmsys, shmgetid, nomod_minus_one);
|
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 1972 if (shmgetid(p, saddr) != SHMID_NONE) { in elfcore()
|