Searched refs:link (Results 101 - 125 of 1094) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/bin/cp/
H A Dt_cp.sh28 FILES="file file2 file3 link dir dir2 dirlink target"
44 ln -s file link
105 atf_set "descr" "Checks the copy of a file to a symbolic link"
109 atf_check -s eq:0 -o empty -e empty cp file2 link
115 atf_set "descr" "Checks the copy of a symbolic link to a file"
119 # file and link are identical (not copied).
120 atf_check -s eq:1 -o empty -e ignore cp link file
121 atf_check -s eq:0 -o empty -e empty cp link file2
127 atf_set "descr" "Checks the copy of a file to a symbolic link" \
132 atf_check -s eq:0 -o empty -e empty cp -P file link
[all...]
/freebsd-11-stable/sys/netgraph/atm/sscop/
H A Dng_sscop_cust.h142 #define MSGQ_FOREACH(P, Q) TAILQ_FOREACH(P, Q, link)
143 #define MSGQ_REMOVE(Q, M) TAILQ_REMOVE(Q, M, link)
144 #define MSGQ_INSERT_BEFORE(B, M) TAILQ_INSERT_BEFORE(B, M, link)
145 #define MSGQ_APPEND(Q, M) TAILQ_INSERT_TAIL(Q, M, link)
158 TAILQ_REMOVE(q, m, link); \
168 _m2 = TAILQ_NEXT(_m1, link); \
181 #define SIGQ_APPEND(Q, S) TAILQ_INSERT_TAIL(Q, S, link)
193 TAILQ_REMOVE(q, s, link); \
203 TAILQ_REMOVE(F, _s, link); \
204 TAILQ_INSERT_TAIL(T, _s, link); \
[all...]
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_clip.c107 TAILQ_FOREACH(ce, &sc->clip_table, link) {
208 TAILQ_CONCAT(&stale, &sc->clip_table, link);
237 * XXX: how to weed out the link local address for the
245 TAILQ_FOREACH(ce, &sc->clip_table, link) {
254 TAILQ_FOREACH(ce, &stale, link) {
256 TAILQ_REMOVE(&stale, ce, link);
258 link);
269 TAILQ_INSERT_TAIL(&sc->clip_table, ce, link);
290 TAILQ_FOREACH_SAFE(ce, &stale, link, ce_temp) {
294 TAILQ_REMOVE(&stale, ce, link);
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dtty.c66 #include "link.h"
135 "using ``set cd off''\n", p->link.name);
146 log_Printf(LogPHASE, "%s: %s: CD detected\n", p->link.name, p->name.full);
150 p->link.name, p->name.full);
153 p->link.name, p->name.full);
161 p->link.name, p->name.full, dev->carrier_seconds,
169 log_Printf(LogDEBUG, "%s: offline -> online\n", p->link.name);
171 log_Printf(LogDEBUG, "%s: online -> offline\n", p->link.name);
172 log_Printf(LogPHASE, "%s: Carrier lost\n", p->link.name);
177 log_Printf(LogDEBUG, "%s: Still %sline\n", p->link
[all...]
H A Dlqr.c57 #include "link.h"
79 struct hdlc *hdlc = &link2physical(lcp->fsm.link)->hdlc;
92 struct hdlc *hdlc = &link2physical(fp->link)->hdlc;
107 " got 0x%08x\n", fp->link->name, lcp->his_magic, lqr.magic);
160 link_PushPacket(lcp->fsm.link, bp, lcp->fsm.bundle,
161 LINK_QUEUES(lcp->fsm.link) - 1, PROTO_LQR);
168 struct physical *p = link2physical(lcp->fsm.link);
176 lcp->fsm.link->name);
178 lcp->fsm.link->name);
191 lcp->fsm.link
354 lqr_Dump(const char *link, const char *message, const struct lqrdata *lqr) argument
[all...]
H A Dacf.c49 #include "link.h"
61 acf_LayerPush(struct bundle *b __unused, struct link *l, struct mbuf *bp,
75 acf_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp,
82 log_Printf(LogERROR, "Can't Pull an acf packet from a logical link\n");
87 if (!p->link.lcp.want_acfcomp) {
H A Dlcp.h130 struct link;
136 extern void lcp_Init(struct lcp *, struct bundle *, struct link *,
144 extern struct mbuf *lcp_Input(struct bundle *, struct link *, struct mbuf *);
H A Dudp.c58 #include "link.h"
209 p->link.name, strerror(errno));
216 log_Printf(LogWARN, "%s: %s: unknown host\n", p->link.name, host);
226 log_Printf(LogWARN, "%s: %s: unknown service\n", p->link.name, port);
232 log_Printf(LogPHASE, "%s: Connecting to %s:%s/udp\n", p->link.name,
237 log_Printf(LogDEBUG, "%s: Opened udp socket %s\n", p->link.name,
292 log_Printf(LogPHASE, "%s: Link is a closed socket !\n", p->link.name);
304 p->link.name, strerror(errno));
310 p->link.name);
314 p->link
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dsched-deps.c236 type of dependence that this link represents. DS, if nonzero,
372 rtx link = *linkp;
376 if (XEXP (link, 0) == elem)
383 ds_t new_status = ds | DEP_STATUS (link);
388 || !(DEP_STATUS (link) & SPECULATIVE))
393 && (DEP_STATUS (link) & SPECULATIVE))
409 new_status = ds_merge (DEP_STATUS (link), ds);
416 /* Clear corresponding cache entry because type of the link
421 enum reg_note kind = REG_NOTE_KIND (link);
439 && DEP_STATUS (link) !
366 rtx link = *linkp; local
632 rtx link, prev_nonnote; local
676 rtx link; local
1121 rtx link; local
1479 rtx link, end_seq, r0, set; local
1632 add_forw_dep(rtx to, rtx link) argument
1682 rtx link; local
1689 rtx new = 0, link, next; local
1885 adjust_add_sorted_back_dep(rtx insn, rtx link, rtx *linkp) argument
1917 rtx link; local
[all...]
H A Dlists.c52 rtx link, prev_link; local
55 link = XEXP (prev_link, 1);
62 while (link)
69 prev_link = link;
70 link = XEXP (link, 1);
H A Dunwind-dw2-fde-glibc.c21 /* As a special exception, if you link this library with other files,
39 #include <link.h>
96 struct frame_hdr_cache_element *link; member in struct:frame_hdr_cache_element
181 cache_entry = cache_entry->link)
193 prev_cache_entry->link = cache_entry->link;
194 cache_entry->link = frame_hdr_cache_head;
204 if (cache_entry->link != NULL)
213 with the final one terminated by a NULL link. */
219 frame_hdr_cache[i].link
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c80 STAILQ_ENTRY(csock_buf) link;
97 SLIST_ENTRY(msgreg) link;
110 SLIST_ENTRY(datareg) link;
129 TAILQ_ENTRY(ngtype) link;
155 SLIST_INSERT_HEAD(&msgreg_list, d, link);
168 SLIST_REMOVE(&msgreg_list, d, msgreg, link);
189 SLIST_INSERT_HEAD(&datareg_list, d, link);
202 SLIST_REMOVE(&datareg_list, d, datareg, link);
218 m1 = SLIST_NEXT(m, link);
220 SLIST_REMOVE(&msgreg_list, m, msgreg, link);
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/tools/lld/
H A Dlld.cpp20 // - lld-link: COFF (Windows)
48 WinLink, // -flavor link
62 .CaseLower("link", WinLink)
151 return !elf::link(args, canExitEarly(), llvm::outs(), llvm::errs());
156 return !mingw::link(args, canExitEarly(), llvm::outs(), llvm::errs());
157 return !elf::link(args, canExitEarly(), llvm::outs(), llvm::errs());
159 return !coff::link(args, canExitEarly(), llvm::outs(), llvm::errs());
161 return !mach_o::link(args, canExitEarly(), llvm::outs(), llvm::errs());
163 return !wasm::link(args, canExitEarly(), llvm::outs(), llvm::errs());
166 "Invoke ld.lld (Unix), ld64.lld (macOS), lld-link (Window
[all...]
/freebsd-11-stable/contrib/bsnmp/snmp_mibII/
H A Dsnmp_mibII.h54 TAILQ_ENTRY(mibif) link; member in struct:mibif
94 TAILQ_ENTRY(mibifa) link; member in struct:mibifa
104 * Interface receive addresses. Interface link-level multicast, broadcast
108 TAILQ_ENTRY(mibrcvaddr) link; member in struct:mibrcvaddr
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dresult.c40 ISC_LINK(struct resulttable) link; member in struct:resulttable
137 ISC_LINK_INIT(table, link);
141 ISC_LIST_APPEND(tables, table, link);
184 table = ISC_LIST_NEXT(table, link)) {
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dcondition.h35 ISC_LINK(isc_condition_thread_t) link; member in struct:isc_condition_thread
/freebsd-11-stable/contrib/jemalloc/src/
H A Dtsd.c175 ql_foreach(iter, &head->blocks, link) {
182 ql_elm_new(block, link);
184 ql_tail_insert(&head->blocks, block, link);
194 ql_remove(&head->blocks, block, link);
/freebsd-11-stable/sys/ddb/
H A Ddb_break.c67 db_free_breakpoints = bkpt->link;
83 bkpt->link = db_free_breakpoints;
109 bkpt->link = db_breakpoint_list;
121 prev = &bkpt->link) {
124 *prev = bkpt->link;
143 bkpt = bkpt->link)
182 bkpt = bkpt->link)
199 bkpt = bkpt->link)
258 bkpt = bkpt->link) {
H A Ddb_watch.c75 db_free_watchpoints = watch->link;
91 watch->link = db_free_watchpoints;
111 watch = watch->link)
129 watch->link = db_watchpoint_list;
143 prev = &watch->link)
147 *prev = watch->link;
172 watch = watch->link)
228 watch = watch->link)
253 watch = watch->link)
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_gem_names.c89 LIST_FOREACH(n, gem_name_hash_index(names, name), link) {
137 LIST_FOREACH(n, gem_name_hash_index(names, name), link) {
167 LIST_INSERT_HEAD(gem_name_hash_index(names, np->name), np, link);
177 LIST_REMOVE(np, link);
190 LIST_FOREACH(n, gem_name_hash_index(names, name), link) {
215 np = LIST_NEXT(np, link);
218 LIST_INSERT_AFTER(np, &marker, link);
222 np = LIST_NEXT(&marker, link);
223 LIST_REMOVE(&marker, link);
/freebsd-11-stable/sbin/atm/atmconfig/
H A Datmconfig_device.h45 TAILQ_ENTRY(atmif) link; member in struct:atmif
/freebsd-11-stable/lib/libc/gen/
H A D__getosreldate.c33 #include <link.h>
/freebsd-11-stable/sys/dev/twa/
H A Dtw_cl.h117 struct tw_cl_link link; /* to link this request in a list */ member in struct:tw_cli_req_context
261 TW_CL_Q_INSERT_HEAD(&(ctlr->req_q_head[q_type]), &(req->link));
275 TW_CL_Q_INSERT_TAIL(&(ctlr->req_q_head[q_type]), &(req->link));
287 struct tw_cl_link *link; local
290 if ((link = TW_CL_Q_FIRST_ITEM(&(ctlr->req_q_head[q_type]))) !=
292 req = TW_CL_STRUCT_HEAD(link,
293 struct tw_cli_req_context, link);
294 TW_CL_Q_REMOVE_ITEM(&(ctlr->req_q_head[q_type]), &(req->link));
310 TW_CL_Q_REMOVE_ITEM(&(ctlr->req_q_head[q_type]), &(req->link));
[all...]
H A Dtw_osl.h117 struct tw_cl_link link; /* to link this request in a list */ member in struct:tw_osli_req_context
233 TW_CL_Q_INSERT_HEAD(&(req->ctlr->req_q_head[q_type]), &(req->link));
245 TW_CL_Q_INSERT_TAIL(&(req->ctlr->req_q_head[q_type]), &(req->link));
257 struct tw_cl_link *link; local
260 if ((link = TW_CL_Q_FIRST_ITEM(&(sc->req_q_head[q_type]))) !=
262 req = TW_CL_STRUCT_HEAD(link,
263 struct tw_osli_req_context, link);
264 TW_CL_Q_REMOVE_ITEM(&(sc->req_q_head[q_type]), &(req->link));
278 TW_CL_Q_REMOVE_ITEM(&(req->ctlr->req_q_head[q_type]), &(req->link));
[all...]
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dsnmpd.h57 TAILQ_ENTRY(community) link; member in struct:community
74 TAILQ_ENTRY(idrange) link; member in struct:idrange
95 LIST_ENTRY(timer) link; member in struct:timer
112 LIST_ENTRY(fdesc) link; member in struct:fdesc
130 TAILQ_ENTRY(lmodule) link; member in struct:lmodule
170 TAILQ_ENTRY(tport) link; /* table link */ member in struct:tport
200 TAILQ_ENTRY(transport) link; /* ... and link */ member in struct:transport
293 TAILQ_ENTRY(objres) link; member in struct:objres
307 TAILQ_ENTRY(trapsink) link; member in struct:trapsink
[all...]

Completed in 126 milliseconds

1234567891011>>