sm_offset_ptr 117 ompi/mca/sharedfp/sm/sharedfp_sm.h struct mca_sharedfp_sm_offset * sm_offset_ptr; sm_offset_ptr 61 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c struct mca_sharedfp_sm_offset * sm_offset_ptr; sm_offset_ptr 161 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c sm_offset_ptr = mmap(NULL, sizeof(struct mca_sharedfp_sm_offset), PROT_READ | PROT_WRITE, sm_offset_ptr 166 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c if ( sm_offset_ptr==MAP_FAILED){ sm_offset_ptr 191 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c sm_data->mutex = &sm_offset_ptr->mutex; sm_offset_ptr 192 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c if(sem_init(&sm_offset_ptr->mutex, 1, 1) != -1){ sm_offset_ptr 196 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c sm_data->sm_offset_ptr = sm_offset_ptr; sm_offset_ptr 207 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c sm_offset_ptr->offset=position; sm_offset_ptr 214 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c munmap(sm_offset_ptr, sizeof(struct mca_sharedfp_sm_offset)); sm_offset_ptr 224 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c munmap(sm_offset_ptr, sizeof(struct mca_sharedfp_sm_offset)); sm_offset_ptr 259 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c if (file_data->sm_offset_ptr) { sm_offset_ptr 265 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c sem_destroy(&file_data->sm_offset_ptr->mutex); sm_offset_ptr 268 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c munmap(file_data->sm_offset_ptr,sizeof(struct mca_sharedfp_sm_offset)); sm_offset_ptr 41 ompi/mca/sharedfp/sm/sharedfp_sm_request_position.c struct mca_sharedfp_sm_offset * sm_offset_ptr = NULL; sm_offset_ptr 53 ompi/mca/sharedfp/sm/sharedfp_sm_request_position.c sm_offset_ptr = sm_data->sm_offset_ptr; sm_offset_ptr 64 ompi/mca/sharedfp/sm/sharedfp_sm_request_position.c old_offset=sm_offset_ptr->offset; sm_offset_ptr 75 ompi/mca/sharedfp/sm/sharedfp_sm_request_position.c sm_offset_ptr->offset=position; sm_offset_ptr 44 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c struct mca_sharedfp_sm_offset * sm_offset_ptr = NULL; sm_offset_ptr 108 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c sm_offset_ptr = sm_data->sm_offset_ptr; sm_offset_ptr 119 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c sm_offset_ptr = sm_data->sm_offset_ptr; sm_offset_ptr 127 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c sm_offset_ptr->offset=offset;