repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.8.3
[linux/fpc-iii.git]
/
Documentation
/
media
/
uapi
/
dvb
/
ca-fclose.rst
blob
16d7a1e76193b94bc7059f427dd0edd6b8bcef7c
1
.. -*- coding: utf-8; mode: rst -*-
2
3
.. _ca_fclose:
4
5
==============
6
DVB CA close()
7
==============
8
9
Name
10
----
11
12
DVB CA close()
13
14
15
Synopsis
16
--------
17
18
.. cpp:function:: int close(int fd)
19
20
21
Arguments
22
---------
23
24
.. flat-table::
25
:header-rows: 0
26
:stub-columns: 0
27
28
29
- .. row 1
30
31
- int fd
32
33
- File descriptor returned by a previous call to open().
34
35
36
Description
37
-----------
38
39
This system call closes a previously opened audio device.
40
41
42
Return Value
43
------------
44
45
.. flat-table::
46
:header-rows: 0
47
:stub-columns: 0
48
49
50
- .. row 1
51
52
- ``EBADF``
53
54
- fd is not a valid open file descriptor.