blob: e97b1c962ed6de304f3aaef19b2413efb30a9c74 [file] [log] [blame]
Mauro Carvalho Chehab47d23e32016-07-05 10:37:31 -03001.. -*- coding: utf-8; mode: rst -*-
2
3.. _DMX_SET_SOURCE:
4
5DMX_SET_SOURCE
6==============
7
8Description
9-----------
10
11This ioctl is undocumented. Documentation is welcome.
12
13Synopsis
14--------
15
16.. c:function:: int ioctl(fd, int request = DMX_SET_SOURCE, dmx_source_t *)
17
18Arguments
19----------
20
21
22
23.. flat-table::
24 :header-rows: 0
25 :stub-columns: 0
26
27
28 - .. row 1
29
30 - int fd
31
32 - File descriptor returned by a previous call to open().
33
34 - .. row 2
35
36 - int request
37
38 - Equals DMX_SET_SOURCE for this command.
39
40 - .. row 3
41
42 - dmx_source_t *
43
44 - Undocumented.
45
46
47Return Value
48------------
49
50On success 0 is returned, on error -1 and the ``errno`` variable is set
51appropriately. The generic error codes are described at the
52:ref:`Generic Error Codes <gen-errors>` chapter.
53
54