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.8-rc4 55 lines 687 B view raw
1.. -*- coding: utf-8; mode: rst -*- 2 3.. _dmx_fclose: 4 5================= 6DVB demux close() 7================= 8 9Name 10---- 11 12DVB demux close() 13 14 15Synopsis 16-------- 17 18.. cpp:function:: int close(int fd) 19 20 21Arguments 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 36Description 37----------- 38 39This system call deactivates and deallocates a filter that was 40previously allocated via the open() call. 41 42 43Return Value 44------------ 45 46.. flat-table:: 47 :header-rows: 0 48 :stub-columns: 0 49 50 51 - .. row 1 52 53 - ``EBADF`` 54 55 - fd is not a valid open file descriptor.