Lines Matching refs:tmpfd
120 int e, tmpfd; in _rsm_librsm_init() local
162 tmpfd = fcntl(_rsm_fd, F_DUPFD, 3); in _rsm_librsm_init()
163 if (tmpfd < 0) { in _rsm_librsm_init()
168 _rsm_fd = tmpfd; in _rsm_librsm_init()
760 int tmpfd; in rsm_memseg_export_create() local
839 tmpfd = fcntl(p->rsmseg_fd, F_DUPFD, 256); in rsm_memseg_export_create()
841 if (tmpfd < 0) { in rsm_memseg_export_create()
846 p->rsmseg_fd = tmpfd; in rsm_memseg_export_create()
1169 int tmpfd; in rsm_memseg_import_connect() local
1221 tmpfd = fcntl(p->rsmseg_fd, F_DUPFD, 256); /* make fd > 255 */ in rsm_memseg_import_connect()
1223 if (tmpfd < 0) { in rsm_memseg_import_connect()
1228 p->rsmseg_fd = tmpfd; in rsm_memseg_import_connect()