Lines Matching +full:man +full:- +full:pages
1 .. SPDX-License-Identifier: GPL-2.0
13 -----------------
18 mount -t binder binder /dev/binderfs
22 only be a ``binder-control`` device which serves as the request handler for
29 -------
33 a per-instance limit. If ``max=<count>`` is set then only ``<count>`` number
43 -------------------------
45 .. _ioctl: http://man7.org/linux/man-pages/man2/ioctl.2.html
48 sent through the ``binder-control`` device node. A request is sent in the form
51 What a program needs to do is to open the ``binder-control`` device node and
65 -----------------------
67 .. _unlink: http://man7.org/linux/man-pages/man2/unlink.2.html
68 .. _rm: http://man7.org/linux/man-pages/man1/rm.1.html
72 ``binder-control`` device cannot be deleted since this would make the binderfs
73 instance unusable. The ``binder-control`` device will be deleted when the
77 ---------------