Lines Matching refs:open
7 Digital TV frontend open()
13 fe-open - Open a frontend device
22 .. c:function:: int open( const char *device_name, int flags )
36 Only one open is allowed in ``O_RDWR``. In this mode, all ioctls are
50 thing to do after a successful open is to find out the frontend type
58 multiple devices cannot be open in read/write mode simultaneously. As
59 long as a front-end device is opened in read/write mode, other open()
65 When an open() call has succeeded, the device will be ready for use in
73 On success :c:func:`open()` returns the new file descriptor.
97 - The process already has the maximum number of files open.
100 - The limit on the total number of files open on the system has been