Home
last modified time | relevance | path

Searched full:join (Results 1 – 25 of 47) sorted by relevance

12

/Documentation/sphinx/
Dkfigure.py252 src_fname = path.join(translator.builder.srcdir, img_node['uri'])
254 src_fname = path.join(translator.builder.outdir, img_node['uri'])
270 dst_fname = path.join(translator.builder.outdir, fname + '.pdf')
276 dst_fname = path.join(
280 img_node['uri'] = path.join(
283 '*': path.join(translator.builder.imgpath, fname + '.svg')}
299 dst_fname = path.join(translator.builder.outdir, fname + '.pdf')
319 svg_fname = path.join(translator.builder.outdir, fname + '.svg')
358 "Error #%d when calling: %s" % (exit_code, " ".join(cmd)))
391 kernellog.warn(app, "Error #%d when calling: %s" % (exit_code, " ".join(cmd)))
[all …]
Dtranslations.py47 docname = os.path.join(*components[2:])
59 target_name = os.path.join('translations', lang_code, docname)
Dkerneldoc.py113 'calling kernel-doc \'%s\'' % (" ".join(cmd)))
124 … 'kernel-doc \'%s\' failed with return code %d' % (" ".join(cmd), p.returncode))
152 (" ".join(cmd), str(e)))
Dkernel_abi.py81 os.path.join(srctree, 'scripts/get_abi.pl'),
84 '--dir', os.path.join(srctree, 'Documentation', self.arguments[0]),
Dkernel_feat.py86 os.path.join(srctree, 'scripts/get_feat.pl'),
90 os.path.join(srctree, 'Documentation', self.arguments[0]),
Dkernel_include.py94 path = os.path.join(self.standard_include_path, path[1:-1])
95 path = os.path.normpath(os.path.join(source_dir, path))
123 rawtext = ''.join(lines[startline:endline])
Dmaintainers_include.py166 output = "\n".join(result)
186 path = os.path.join(path, "MAINTAINERS")
/Documentation/admin-guide/device-mapper/
Dlinear.rst29 # Join 2 devices together
38 # Split a device into 4M chunks and then join them together in reverse order.
/Documentation/networking/
Dmptcp-sysctl.rst23 Allow peers to send join requests to the IP address and port number used
25 sent to the peer at connection time, and whether such join requests are
Dphy-link-topology.rst87 join the netdev's topology.
Dtipc.rst58 It can also use a service address to create and join a Communication Group,
/Documentation/ABI/testing/
Dsysfs-bus-i3c95 I3C’s Hot-Join mechanism allows an I3C Device to inform the
98 become fully functional on the Bus. Hot-Join is used when the
103 This entry allows to enable or disable Hot-join of the Current
/Documentation/trace/
Dfunction-graph-fold.vim36 return join(s, '|')
/Documentation/networking/device_drivers/ethernet/freescale/
Dgianfar.rst36 before the hash tables. See Linux documentation on how to join
/Documentation/driver-api/i3c/
Dprotocol.rst95 I3C Hot-Join
98 The Hot-Join mechanism is similar to USB hotplug. This mechanism allows
99 slaves to join the bus after it has been initialized by the master.
/Documentation/driver-api/media/drivers/ccs/
Dmk-ccs-regs221 return (join "\n", @l) . "\n";
272 $reglist .= "\t{ CCS_R_" . (uc $name) . "(" . (join ",", (@mins)) .
298 …K", "addr" => (1 << ($msb + 1)) - 1 - ((1 << $lsb) - 1), "fmt" => "0x%" . join(".", ($this{"elsize…
389 (join ", ", @{$this{args}}) . ")", "($lim_formula)";
428 my $arglist = @$args ? "(" . (join ", ", @$args) . ")" : "";
/Documentation/process/
D8.Conclusion.rst72 everybody involved wins. Fire up your editor and come join us; you will be
Dkernel-enforcement-statement.rst49 welcome to join us in our efforts on this project. Working together, we will
/Documentation/
Dindex.rst13 documentation are welcome; join the linux-doc list at vger.kernel.org if
/Documentation/filesystems/
Dgfs2-uevents.rst87 able to join the cluster.
Ddlmfs.rst88 mkdir(2) signals dlmfs to join a domain (which will have the same name
/Documentation/networking/device_drivers/ethernet/ti/
Dtlan.rst136 There is also a tlan mailing list which you can join by sending "subscribe tlan"
/Documentation/sound/designs/
Dtracepoints.rst123 Each driver can join in the interaction as long as it prepared for two stuffs
/Documentation/driver-api/md/
Dmd-cluster.rst289 6.1 join(nodes) and leave()
293 and when the array is stopped. join() ensures the cluster is
/Documentation/admin-guide/
Dreporting-issues.rst14 <https://lore.kernel.org/stable/>`_ archives for matching reports to join. If
26 don't find any to join, install `the latest mainline kernel
77 join the discussion instead of sending a new one.
112 join the discussion instead of sending a new report.
224 all, join the newest discussion, asking if it's in the cards.
333 List (LKML). If you find matching reports, join the discussion instead of
360 In case you find an existing report about your issue, join the discussion, as
738 join the discussion instead of sending a new report.*
957 instead you can join.
1619 all, join the newest discussion, asking if it's in the cards.*
[all …]

12