Searched full:join (Results 1 – 25 of 47) sorted by relevance
12
| /Documentation/sphinx/ |
| D | kfigure.py | 252 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 …]
|
| D | translations.py | 47 docname = os.path.join(*components[2:]) 59 target_name = os.path.join('translations', lang_code, docname)
|
| D | kerneldoc.py | 113 'calling kernel-doc \'%s\'' % (" ".join(cmd))) 124 … 'kernel-doc \'%s\' failed with return code %d' % (" ".join(cmd), p.returncode)) 152 (" ".join(cmd), str(e)))
|
| D | kernel_abi.py | 81 os.path.join(srctree, 'scripts/get_abi.pl'), 84 '--dir', os.path.join(srctree, 'Documentation', self.arguments[0]),
|
| D | kernel_feat.py | 86 os.path.join(srctree, 'scripts/get_feat.pl'), 90 os.path.join(srctree, 'Documentation', self.arguments[0]),
|
| D | kernel_include.py | 94 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])
|
| D | maintainers_include.py | 166 output = "\n".join(result) 186 path = os.path.join(path, "MAINTAINERS")
|
| /Documentation/admin-guide/device-mapper/ |
| D | linear.rst | 29 # Join 2 devices together 38 # Split a device into 4M chunks and then join them together in reverse order.
|
| /Documentation/networking/ |
| D | mptcp-sysctl.rst | 23 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
|
| D | phy-link-topology.rst | 87 join the netdev's topology.
|
| D | tipc.rst | 58 It can also use a service address to create and join a Communication Group,
|
| /Documentation/ABI/testing/ |
| D | sysfs-bus-i3c | 95 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/ |
| D | function-graph-fold.vim | 36 return join(s, '|')
|
| /Documentation/networking/device_drivers/ethernet/freescale/ |
| D | gianfar.rst | 36 before the hash tables. See Linux documentation on how to join
|
| /Documentation/driver-api/i3c/ |
| D | protocol.rst | 95 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/ |
| D | mk-ccs-regs | 221 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/ |
| D | 8.Conclusion.rst | 72 everybody involved wins. Fire up your editor and come join us; you will be
|
| D | kernel-enforcement-statement.rst | 49 welcome to join us in our efforts on this project. Working together, we will
|
| /Documentation/ |
| D | index.rst | 13 documentation are welcome; join the linux-doc list at vger.kernel.org if
|
| /Documentation/filesystems/ |
| D | gfs2-uevents.rst | 87 able to join the cluster.
|
| D | dlmfs.rst | 88 mkdir(2) signals dlmfs to join a domain (which will have the same name
|
| /Documentation/networking/device_drivers/ethernet/ti/ |
| D | tlan.rst | 136 There is also a tlan mailing list which you can join by sending "subscribe tlan"
|
| /Documentation/sound/designs/ |
| D | tracepoints.rst | 123 Each driver can join in the interaction as long as it prepared for two stuffs
|
| /Documentation/driver-api/md/ |
| D | md-cluster.rst | 289 6.1 join(nodes) and leave() 293 and when the array is stopped. join() ensures the cluster is
|
| /Documentation/admin-guide/ |
| D | reporting-issues.rst | 14 <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