Home
last modified time | relevance | path

Searched full:links (Results 1 – 25 of 1426) sorted by relevance

12345678910>>...58

/freebsd/cddl/usr.sbin/dwatch/libexec/
H A DMakefile24 LINKS= ${LIBEXECDIR}/dwatch/chmod ${LIBEXECDIR}/dwatch/fchmodat macro
25 LINKS+= ${LIBEXECDIR}/dwatch/chmod ${LIBEXECDIR}/dwatch/lchmod
26 LINKS+= ${LIBEXECDIR}/dwatch/io ${LIBEXECDIR}/dwatch/io-done
27 LINKS+= ${LIBEXECDIR}/dwatch/io ${LIBEXECDIR}/dwatch/io-start
28 LINKS+= ${LIBEXECDIR}/dwatch/ip ${LIBEXECDIR}/dwatch/ip-receive
29 LINKS+= ${LIBEXECDIR}/dwatch/ip ${LIBEXECDIR}/dwatch/ip-send
30 LINKS+= ${LIBEXECDIR}/dwatch/open ${LIBEXECDIR}/dwatch/openat
31 LINKS+= ${LIBEXECDIR}/dwatch/proc ${LIBEXECDIR}/dwatch/proc-create
32 LINKS+= ${LIBEXECDIR}/dwatch/proc ${LIBEXECDIR}/dwatch/proc-exec
33 LINKS+= ${LIBEXECDIR}/dwatch/proc ${LIBEXECDIR}/dwatch/proc-exec-failure
[all …]
/freebsd/bin/ln/
H A Dsymlink.736 Symbolic links are files that act as pointers to other files.
37 To understand their behavior, you must first understand how hard links
43 Hard links may not refer to directories and may not reference files
47 For this reason, symbolic links may reference directories and may span
60 Symbolic links are handled either by operating on the link itself,
66 Symbolic links may reference other symbolic links,
67 in which case the links are dereferenced until an object that is
72 links that may be followed, and an error results if this limit is
80 Symbolic links used as file name arguments for system calls.
82 Symbolic links specified as command line arguments to utilities that
[all …]
H A Dln.170 There are two types of links; hard links and symbolic links.
166 links.
170 Directories may not be hardlinked, and hard links may not span file systems.
185 Symbolic links may span file systems and may refer to directories.
203 makes links in
206 The links made will have the same name as the files being linked to.
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-rehash.pod.in9 openssl-rehash, c_rehash - Create symbolic links to files named by the hash
42 file in the specified directory list and creates symbolic links
44 (If the platform does not support symbolic links, a copy is made.)
58 The links created are of the form I<HHHHHHHH.D>, where each I<H>
60 When a directory is processed, all links in it that have a name
103 links to be used for releases before 1.0.0.
108 Do not remove existing links.
109 This is needed when keeping new and old-style links in the same directory.
113 Generate links for both old-style (MD5) and new-style (SHA1) hashing.
114 This allows releases before 1.0.0 to use these links along-side newer
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c48 * match up links. These strategies match those used by various
75 unsigned int links; /* # links not yet seen */ member
249 /* If we ran out of links, return the in archive_entry_linkify()
251 if (le->links == 0) { in archive_entry_linkify()
295 /* Try to locate this entry in the links cache. */ in find_entry()
305 * missed links. in find_entry()
307 --le->links; in find_entry()
308 if (le->links > 0) in find_entry()
340 /* Look for next non-empty bucket in the links cache. */ in next_entry()
372 /* Add this entry to the links cache. */ in insert_entry()
[all …]
/freebsd/share/mk/
H A Dbsd.README34 bsd.links.mk - install of links (sym/hard)
35 bsd.man.mk - install of manual pages and their links
178 links.
185 install the manual pages and their links.
204 MLINKS List of manual page links (using a .1 - .9 suffix). The
240 LINKOWN Owner of hard links created by INSTALL_LINK.
242 LINKGRP Group of hard links created by INSTALL_LINK.
244 LINKMODE Mode of hard links created by INSTALL_LINK.
246 SYMLINKOWN Owner of hard links created by INSTALL_[R]SYMLINK.
248 SYMLINKGRP Group of hard links created by INSTALL_[R]SYMLINK.
[all …]
H A Dbsd.links.mk3 .error bsd.links.mk cannot be included directly.
16 .for s t in ${LINKS}
17 # On MacOS, assume case folding FS, and don't install links from foo.x to FOO.x.
27 # On MacOS, assume case folding FS, and don't install links from foo.x to FOO.x.
/freebsd/bin/cp/
H A Dcp.185 option is specified, symbolic links on the command line are followed.
86 (Symbolic links encountered in the tree traversal are not followed.)
90 option is specified, all symbolic links are followed.
92 No symbolic links are followed.
108 This option also causes symbolic links to be copied, rather than
118 If you need to preserve hard links, consider using
157 Create hard links to regular files in a hierarchy instead of copying.
192 Create symbolic links to regular files in a hierarchy instead of copying.
232 Symbolic links are always followed unless the
234 flag is set, in which case symbolic links are not followed, by default.
[all …]
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c216 curnode = SLIST_NEXT(curnode, links); in symlist_search()
263 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add()
268 if (SLIST_NEXT(curnode, links) == NULL) { in symlist_add()
270 links); in symlist_add()
275 cursymbol = SLIST_NEXT(curnode, links)->symbol; in symlist_add()
285 links); in symlist_add()
289 curnode = SLIST_NEXT(curnode, links); in symlist_add()
292 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add()
303 node2 = SLIST_NEXT(node1, links); in symlist_free()
318 SLIST_REMOVE_HEAD(symlist_src2, links); in symlist_merge()
[all...]
H A Daicasm.c67 STAILQ_ENTRY(patch) links;
220 links)) in main()
241 links); in main()
327 cur_instr = STAILQ_NEXT(cur_instr, links)) { in back_patch()
369 cur_instr = STAILQ_NEXT(cur_instr, links)) { in output_code()
399 cur_node = SLIST_NEXT(cur_node,links)) { in output_code()
427 cur_patch = STAILQ_NEXT(cur_patch,links)) { in output_code()
445 cs = TAILQ_NEXT(cs, links)) { in output_code()
515 STAILQ_INSERT_TAIL(&patches, new_patch, links); in emit_patch()
547 cur_func = SLIST_NEXT(cur_func, links)) in output_listing()
[all …]
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-rehash.1140 openssl\-rehash, c_rehash \- Create symbolic links to files named by the hash
175 file in the specified directory list and creates symbolic links
177 (If the platform does not support symbolic links, a copy is made.)
191 The links created are of the form \fI\s-1HHHHHHHH.D\s0\fR, where each \fIH\fR
193 When a directory is processed, all links in it that have a name
233 links to be used for releases before 1.0.0.
237 Do not remove existing links.
238 This is needed when keeping new and old-style links in the same directory.
241 Generate links for both old-style (\s-1MD5\s0) and new-style (\s-1SHA1\s0) hashing.
242 This allows releases before 1.0.0 to use these links along-side newer
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp67 /// but Bias and Links are computed each time placeSpills is called.
79 /// Value - Output value of this node computed from the Bias and links.
86 /// Links - (Weight, BundleNo) for all transparent blocks connecting to other
88 LinkVector Links; member
90 /// SumLinkWeights - Cached sum of the weights of all links + ThresHold.
114 Links.clear(); in clear()
122 // There can be multiple links to the same bundle, add them up. in addLink()
123 for (std::pair<BlockFrequency, unsigned> &L : Links) in addLink()
129 Links.push_back(std::make_pair(w, b)); in addLink()
149 /// update - Recompute Value from Bias and Links. Return true when node
[all …]
/freebsd/sys/contrib/openzfs/cmd/
H A Dzvol_wait34 # /dev links are not created for zvols with volmode = "none",
65 echo "Testing $zvols_count zvol links"
81 echo "All zvol links are now present."
87 echo "Still waiting on $zvols_count zvol links ..."
90 # if that is the case then their links will be missing and
108 echo "All zvol links are now present."
121 echo "Timed out waiting on zvol links"
/freebsd/usr.bin/bintrans/
H A DMakefile6 LINKS+= ${BINDIR}/bintrans ${BINDIR}/uuencode
7 LINKS+= ${BINDIR}/bintrans ${BINDIR}/b64encode
8 LINKS+= ${BINDIR}/bintrans ${BINDIR}/uudecode
9 LINKS+= ${BINDIR}/bintrans ${BINDIR}/b64decode
10 LINKS+= ${BINDIR}/bintrans ${BINDIR}/base64
/freebsd/sys/netgraph/
H A Dng_ppp.c211 struct ng_ppp_link links[NG_PPP_MAX_LINKS];/* per-link info */ member
213 int32_t mseq; /* min links[i].seq */
215 uint16_t numActiveLinks; /* how many links up */
504 priv->links[i].seq = MP_NOSEQ; in ng_ppp_constructor()
537 hookPtr = &priv->links[linkNum].hook; in ng_ppp_newhook()
545 if (priv->links[linkNum].conf.enableLink && in ng_ppp_newhook()
607 priv->links[i].conf = conf->links[i]; in ng_ppp_rcvmsg()
622 conf->links[i] = priv->links[i].conf; in ng_ppp_rcvmsg()
636 if (priv->links[i].seq != MP_NOSEQ) in ng_ppp_rcvmsg()
637 info->rseq[i] = priv->links[i].seq; in ng_ppp_rcvmsg()
[all …]
/freebsd/usr.bin/du/
H A Ddu.186 Symbolic links on the command line are followed, symbolic links in file
92 Symbolic links on the command line and in file hierarchies are followed.
94 No symbolic links are followed.
114 If a file has multiple hard links, count its size multiple times.
117 is to count files with multiple hard links only once.
159 utility counts the storage used by symbolic links and not the files they
169 option is specified, storage used by any symbolic links which are
/freebsd/usr.bin/xz/
H A DMakefile5 LINKS= ${BINDIR}/xz ${BINDIR}/unxz macro
6 LINKS+= ${BINDIR}/xz ${BINDIR}/lzma
7 LINKS+= ${BINDIR}/xz ${BINDIR}/unlzma
8 LINKS+= ${BINDIR}/xz ${BINDIR}/xzcat
9 LINKS+= ${BINDIR}/xz ${BINDIR}/lzcat
/freebsd/share/man/man4/
H A Dng_one2many.447 provides a simple mechanism for routing packets over several links
68 Each of the connected many links may be considered to be up or down.
105 The node distinguishes between active and failed links.
106 Data is sent only to active links.
110 The node is explicitly told which of the links are up via the
113 Newly connected links are down until configured otherwise.
127 When all links are considered failed, node sends the
238 # Configure all four links as up
H A Dng_ppp.487 During normal operation, the individual PPP links are connected to hooks
93 links are supported.
111 Since all negotiation is handled outside the PPP node, the links
249 Since packets are sent as fragments across multiple individual links,
266 single fragment, alternating frames across all the links in the
273 when links with different bandwidths exist in the same bundle.
276 packet across the links in a way that minimizes the time it takes
283 and/or very fast links.
285 As a special case, if all links have identical latency and bandwidth,
288 across all of the links.
[all …]
/freebsd/sys/cam/ctl/
H A Dctl_frontend.c78 STAILQ_FOREACH(fe_tmp, &softc->fe_list, links) { in ctl_frontend_register()
98 STAILQ_INSERT_TAIL(&softc->fe_list, fe, links); in ctl_frontend_register()
119 STAILQ_REMOVE(&softc->fe_list, fe, ctl_frontend, links); in ctl_frontend_deregister()
132 STAILQ_FOREACH(fe, &softc->fe_list, links) { in ctl_frontend_find()
209 tport = nport, nport = STAILQ_NEXT(tport, links)) { in ctl_port_register()
212 STAILQ_INSERT_AFTER(&softc->port_list, tport, port, links); in ctl_port_register()
214 STAILQ_INSERT_HEAD(&softc->port_list, port, links); in ctl_port_register()
232 STAILQ_REMOVE(&softc->port_list, port, ctl_port, links); in ctl_port_deregister()
325 STAILQ_FOREACH(lun, &softc->lun_list, links) in ctl_port_online()
340 STAILQ_FOREACH(lun, &softc->lun_list, links) { in ctl_port_online()
[all …]
/freebsd/usr.sbin/chown/
H A Dchown.855 Symbolic links named by arguments are silently left unchanged unless
64 option is specified, symbolic links on the command line are followed
66 (Symbolic links encountered during traversal are not followed.)
70 option is specified, all symbolic links are followed.
74 option is specified, no symbolic links are followed.
155 On previous versions of this system, symbolic links did not have
H A Dchgrp.160 option is specified, symbolic links on the command line are followed
62 (Symbolic links encountered during traversal are not followed.)
66 option is specified, all symbolic links are followed.
70 option is specified, no symbolic links are followed.
139 In previous versions of this system, symbolic links did not have groups.
/freebsd/share/doc/psd/05.sysman/
H A D2.2.t233 size, and a count of hard links.
279 Links and renaming
281 Links allow multiple names for a file
282 to exist. Links exist independently of the file linked to.
284 Two types of links exist, \fIhard\fP links and \fIsymbolic\fP
285 links. A hard link is a reference counting mechanism that
287 system. Symbolic links cause string substitution
290 Hard links and symbolic links have different
294 Symbolic links can span file systems boundaries.
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c614 sw1 = node->links[i]->switch_id; in get_switch_metric()
631 sw3 = s2->node->links[j]->switch_id; in get_switch_metric()
646 sw2 = node->links[j]->switch_id; in get_switch_metric()
740 * remove type from nodes that have fewer links
758 nn = p_lash->switches[n->links[i]->switch_id]->node; in remove_edges()
788 * skip switches with more links than MAX_DEGREE in get_local_geometry()
826 p_lash->switches[node->links[port]->switch_id]->p_sw->p_node->print_desc); in print_axis()
832 * assign axes to the links of the seed switch
1022 int l2 = s1->node->links[i]->link_id; in make_geometry()
1033 sw2 = s1->node->links[i]->switch_id; in make_geometry()
[all …]
/freebsd/sys/netinet/libalias/
H A Dlibalias.3168 with the current number of ICMP, TCP and UDP links.
225 links where the interface address can sometimes change or remain the same
592 For links created with
609 Only fully specified links can be made dynamic.
611 .Sx STATIC AND DYNAMIC LINKS
613 .Sx PARTIALLY SPECIFIED ALIASING LINKS
615 and partially vs.\& fully specified links.)
859 However, in the current implementation, such links can only be used
930 It is discussed how such links come into existence and are destroyed.
931 .Ss ALIASING LINKS
[all …]

12345678910>>...58