Searched refs:shmat (Results 1 - 19 of 19) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libc/port/sys/
H A Dshmsys.c30 #pragma weak _shmat = shmat
47 shmat(int shmid, const void *shmaddr, int shmflg) function
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dshm.h78 * Valid flags bits for shmat shmflag argument.
102 time_t shm_atime; /* last shmat time */
107 time_t shm_atime; /* last shmat time */
128 void *shmat(int, const void *, int);
138 void *shmat();
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/sys/common/
H A Dshmsys.c63 shmat(int shmid, char *shmaddr, int shmflg) function
138 return ((int)shmat(shmid, shmaddr, shmflg));
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dshm.c61 shm = shmat(*shmid, (void *) 0, 0);
/opensolaris-onvv-gate/usr/src/cmd/filebench/common/
H A Dipc.c730 * of size "size", attaches to it using shmat(), and stores
759 if ((filebench_shm->shm_addr = (caddr_t)shmat(filebench_shm->shm_id,
784 * just return, otherwise use shmat() to attached to the region
785 * with ID of filebench_shm->shm_id. Returns -1 if shmat()
805 if (shmat(filebench_shm->shm_id, filebench_shm->shm_addr,
/opensolaris-onvv-gate/usr/src/lib/libsys/common/
H A Dmapfile-vers295 shmat;
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/os/
H A Dos_map.c434 if ((infop->addr = shmat(infop->segid, NULL, 0)) == (void *)-1) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSysV.xs22 extern Shmat_t shmat (int, char *, int);
/opensolaris-onvv-gate/usr/src/lib/c_synonyms/
H A Dsyn_common805 shmat
/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c664 char *shmat();
689 invcntl->iindex = shmat(shm_id, 0,
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dshm.c142 * in a call to shmat(2). In other words, with share_page_table set, you always
146 * shmat(2).
254 shmat(int shmid, caddr_t uaddr, int uflags, uintptr_t *rvp) function
327 * For the initial shmat (!isspt(sp)), where sptcreate is
331 * If the shmat is just to attach to an already created
956 * System entry point for shmat, shmctl, shmdt, and shmget system calls.
966 error = shmat((int)a0, (caddr_t)a1, (int)a2, &r_val);
/opensolaris-onvv-gate/usr/src/lib/madv/common/
H A Dmadv.c668 * shmat interpose
671 shmat(int shmid, const void *shmaddr, int shmflag) function
685 shmatfunc = (caddr_t (*)()) dlsym(RTLD_NEXT, "shmat");
703 * Apply advice if specified and shmat succeeded.
714 "shmat advice: 0x%x 0x%x %d, rc %d errno %d\n",
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c785 /* test to see if ipc is available, the shmat should fail with EINVAL */
789 if ((int)shmat(0, (char *)NULL, 0) < 0 && errno != EINVAL)
805 if ((Buf[cnt] = shmat(Shm_id[cnt], 0, 0)) == (void *)-1)
/opensolaris-onvv-gate/usr/src/cmd/avs/sdbc/
H A Dsd_diag.c726 shm = (struct shm_struct *)shmat(shmid, NULL, 0);
728 perror("shmat error: ");
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH1947 * This symbol holds the return type of the shmat() system call.
1952 * a prototype for shmat(). Otherwise, it is up to the program to
1953 * guess one. Shmat_t shmat(int, Shmat_t, int) is a good guess,
H A Ddoio.c36 extern Shmat_t shmat (int, char *, int);
2202 shm = (char *)shmat(id, (char*)NULL, (optype == OP_SHMREAD) ? SHM_RDONLY : 0);
/opensolaris-onvv-gate/usr/src/lib/libbsm/
H A Daudit_event.txt165 96:AUE_SHMAT:shmat(2):ip
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dllib-lc1380 void *shmat(int shmid, const void *shmaddr, int shmflg);
H A Dmapfile-vers2215 shmat;

Completed in 685 milliseconds