Lines Matching refs:tmpfd
122 int e, tmpfd; in _rsm_librsm_init() local
164 tmpfd = fcntl(_rsm_fd, F_DUPFD, 3); in _rsm_librsm_init()
165 if (tmpfd < 0) { in _rsm_librsm_init()
170 _rsm_fd = tmpfd; in _rsm_librsm_init()
762 int tmpfd; in rsm_memseg_export_create() local
841 tmpfd = fcntl(p->rsmseg_fd, F_DUPFD, 256); in rsm_memseg_export_create()
843 if (tmpfd < 0) { in rsm_memseg_export_create()
848 p->rsmseg_fd = tmpfd; in rsm_memseg_export_create()
1171 int tmpfd; in rsm_memseg_import_connect() local
1223 tmpfd = fcntl(p->rsmseg_fd, F_DUPFD, 256); /* make fd > 255 */ in rsm_memseg_import_connect()
1225 if (tmpfd < 0) { in rsm_memseg_import_connect()
1230 p->rsmseg_fd = tmpfd; in rsm_memseg_import_connect()