Searched refs:shmget_existing (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/sys/kern/ |
| HD | sysv_shm.c | 59 static int shmget_existing(struct proc *p, struct sysmsg *sysmsg, 465 shmget_existing(struct proc *p, struct sysmsg *sysmsg, in shmget_existing() function 629 error = shmget_existing(p, sysmsg, uap, mode, segnum); in sys_shmget()
|
| /dragonfly/usr.sbin/sysvipcd/ |
| HD | shmd.c | 369 shmget_existing(struct shmget_msg *shmget_msg, int mode, in shmget_existing() function 540 error = shmget_existing(shmget_msg, mode, segnum, cred); in handle_shmget()
|