Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.11-rc5 46 lines 573 B view raw
1.. -*- coding: utf-8; mode: rst -*- 2 3.. _ca_fclose: 4 5============== 6DVB CA close() 7============== 8 9Name 10---- 11 12DVB CA close() 13 14 15Synopsis 16-------- 17 18.. c:function:: int close(int fd) 19 :name: dvb-ca-close 20 21 22Arguments 23--------- 24 25``fd`` 26 File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`. 27 28Description 29----------- 30 31This system call closes a previously opened CA device. 32 33 34Return Value 35------------ 36 37.. flat-table:: 38 :header-rows: 0 39 :stub-columns: 0 40 41 42 - .. row 1 43 44 - ``EBADF`` 45 46 - fd is not a valid open file descriptor.