Lines Matching refs:open
14 * - Device access: basic open/close, and enforcement of exclusive access.
61 self->fd1 = open(LIVEUPDATE_DEV, O_RDWR);
75 * at a time. It checks that a second attempt to open the device fails with
80 self->fd1 = open(LIVEUPDATE_DEV, O_RDWR);
86 self->fd2 = open(LIVEUPDATE_DEV, O_RDWR);
115 self->fd1 = open(LIVEUPDATE_DEV, O_RDWR);
140 self->fd1 = open(LIVEUPDATE_DEV, O_RDWR);
182 self->fd1 = open(LIVEUPDATE_DEV, O_RDWR);
217 self->fd1 = open(LIVEUPDATE_DEV, O_RDWR);
265 self->fd1 = open(LIVEUPDATE_DEV, O_RDWR);
330 self->fd1 = open(LIVEUPDATE_DEV, O_RDWR);
338 unsupported_fd = open("/dev/null", O_RDWR);
360 self->fd1 = open(LIVEUPDATE_DEV, O_RDWR);