get_shmdata
get_shmdata(msqid, to_remove, shm_access);
get_shmdata(shmid, SEG_ALREADY_REMOVED, 0);
struct shm_data *shmdata = get_shmdata(semid, to_remove, shm_access);
struct shm_data *get_shmdata(int, int, int);