Searched refs:link (Results 1 - 25 of 805) sorted by relevance

1234567891011>>

/freebsd-10.0-release/tools/tools/tinybsd/conf/bridge/etc/
H A Dsysctl.conf4 net.link.bridge.ipfw=1
5 net.link.bridge.pfil_onlyip=1
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_ring.h55 * APR_RING_ENTRY(my_element_t) link;
85 * This struct looks just like the element link struct so that we can
157 * @param link The name of the APR_RING_ENTRY in the element struct
159 #define APR_RING_SENTINEL(hp, elem, link) \
160 (struct elem *)((char *)(&(hp)->next) - APR_OFFSETOF(struct elem, link))
175 * @param link The name of the APR_RING_ENTRY in the element struct
177 #define APR_RING_NEXT(ep, link) (ep)->link.next
181 * @param link The name of the APR_RING_ENTRY in the element struct
183 #define APR_RING_PREV(ep, link) (e
[all...]
/freebsd-10.0-release/lib/libc/include/isc/
H A Dlist.h34 #define INIT_LINK_TYPE(elt, link, type) \
36 (elt)->link.prev = (type *)(-1); \
37 (elt)->link.next = (type *)(-1); \
39 #define INIT_LINK(elt, link) \
40 INIT_LINK_TYPE(elt, link, void)
41 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1))
47 #define PREPEND(list, elt, link) \
49 INSIST(!LINKED(elt, link));\
51 (list).head->link
[all...]
/freebsd-10.0-release/contrib/ntp/include/isc/
H A Dlist.h36 #define ISC_LINK_INIT_TYPE(elt, link, type) \
38 (elt)->link.prev = (type *)(-1); \
39 (elt)->link.next = (type *)(-1); \
41 #define ISC_LINK_INIT(elt, link) \
42 ISC_LINK_INIT_TYPE(elt, link, void)
43 #define ISC_LINK_LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1))
49 #define __ISC_LIST_PREPENDUNSAFE(list, elt, link) \
52 (list).head->link.prev = (elt); \
55 (elt)->link
[all...]
/freebsd-10.0-release/usr.sbin/ppp/
H A Dlink.h40 struct link { struct
47 struct pppThroughput *parent; /* MP link throughput statistics */
61 #define LINK_QUEUES(link) (sizeof (link)->Queue / sizeof (link)->Queue[0])
62 #define LINK_HIGHQ(link) ((link)->Queue + LINK_QUEUES(link) - 1)
64 extern void link_SequenceQueue(struct link *);
65 extern void link_DeleteQueue(struct link *);
[all...]
H A Dip.h33 struct link;
36 extern int ip_PushPacket(struct link *, struct bundle *);
41 extern struct mbuf *ipv4_Input(struct bundle *, struct link *, struct mbuf *);
43 extern struct mbuf *ipv6_Input(struct bundle *, struct link *, struct mbuf *);
H A Dvjcomp.h30 struct link;
H A Dlayer.h39 #define LAYER_MAX 10 /* How many layers we can handle on a link */
42 struct link;
48 struct mbuf *(*push)(struct bundle *, struct link *, struct mbuf *,
50 struct mbuf *(*pull)(struct bundle *, struct link *, struct mbuf *,
H A Dpap.h40 extern struct mbuf *pap_Input(struct bundle *, struct link *, struct mbuf *);
/freebsd-10.0-release/sys/dev/wtap/plugins/
H A Dvisibility_ioctl.h41 struct link { struct
42 int op; //0 remove, 1 link
48 #define VISIOCTLLINK _IOW('W', 4, struct link) //
/freebsd-10.0-release/bin/ln/
H A DMakefile7 LINKS= ${BINDIR}/ln ${BINDIR}/link
8 MLINKS= ln.1 link.1
/freebsd-10.0-release/tools/regression/pjdfstest/tests/link/
H A D17.t4 desc="link returns EFAULT if one of the pathnames specified is outside the process's allocated address space"
14 expect EFAULT link ${n0} NULL
15 expect EFAULT link ${n0} DEADCODE
17 expect EFAULT link NULL ${n0}
18 expect EFAULT link DEADCODE ${n0}
19 expect EFAULT link NULL DEADCODE
20 expect EFAULT link DEADCODE NULL
H A D09.t4 desc="link returns ENOENT if the source file does not exist"
15 expect 0 link ${n0} ${n1}
18 expect ENOENT link ${n0} ${n1}
H A D02.t4 desc="link returns ENAMETOOLONG if a component of either pathname exceeded {NAME_MAX} characters"
16 expect 0 link ${nx} ${n0}
18 expect 0 link ${n0} ${nx}
23 expect ENAMETOOLONG link ${n0} ${nxx}
25 expect ENAMETOOLONG link ${nxx} ${n0}
H A D08.t4 desc="link returns ELOOP if too many symbolic links were encountered in translating one of the pathnames"
17 expect ELOOP link ${n0}/test ${n2}
18 expect ELOOP link ${n1}/test ${n2}
20 expect ELOOP link ${n2} ${n0}/test
21 expect ELOOP link ${n2} ${n1}/test
H A D04.t4 desc="link returns ENOENT if a component of either path prefix does not exist"
16 expect ENOENT link ${n0}/${n1}/test ${n2}
18 expect ENOENT link ${n2} ${n0}/${n1}/test
H A D03.t4 desc="link returns ENAMETOOLONG if an entire length of either path name exceeded {PATH_MAX} characters"
18 expect 0 link ${nx} ${n0}
22 expect 0 link ${n0} ${nx}
26 expect ENAMETOOLONG link ${n0} ${nxx}
29 expect ENAMETOOLONG link ${nxx} ${n0}
/freebsd-10.0-release/usr.bin/clang/llvm-link/
H A DMakefile5 PROG_CXX=llvm-link
7 SRCDIR= tools/llvm-link
8 SRCS= llvm-link.cpp
/freebsd-10.0-release/sys/ddb/
H A Ddb_watch.h45 struct db_watchpoint *link; /* link in in-use or free chain */ member in struct:db_watchpoint
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Drename.c27 if (link (zfrom, zto) < 0)
32 || link (zfrom, zto) < 0)
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Drename.c27 if (link (zfrom, zto) < 0)
32 || link (zfrom, zto) < 0)
/freebsd-10.0-release/sys/dev/acpica/
H A Dacpi_pci_link.c52 ACPI_SERIAL_DECL(pci_link, "ACPI PCI link");
58 * An ACPI PCI link device may contain multiple links. Each link has its
59 * own ACPI resource. _PRT entries specify which link is being used via
88 struct link;
93 struct link *pl_links;
97 struct link { struct
209 struct link *link; local
238 link
275 struct link *link; local
391 link_valid_irq(struct link *link, int irq) argument
421 struct link *link; local
635 struct link *link; local
715 struct link *link; local
801 struct link *link; local
858 struct link *link; local
951 acpi_pci_link_choose_irq(device_t dev, struct link *link) argument
1042 struct link *link; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dgenpeep.c33 of these `struct link's to record how to get down to the
38 struct link struct
40 struct link *next;
57 static void match_rtx (rtx, struct link *, int);
58 static void print_path (struct link *);
130 match_rtx (rtx x, struct link *path, int fail_label)
136 struct link link;
181 link.next = path;
182 link
134 struct link link; local
265 match_rtx (XEXP (x, i), &link, fail_label); local
274 match_rtx (XVECEXP (x, i, j), &link, fail_label); local
[all...]
/freebsd-10.0-release/etc/rc.d/
H A Dnetwait24 local ip rc count output link
38 echo -n "Waiting for $netwait_if to have link"
43 link=`expr "${output}" : '.*[[:blank:]]status: \(no carrier\)'`
44 if [ -z "${link}" ]; then
55 if [ -n "${link}" ]; then
60 warn "Interface still has no link. Continuing with startup, but"
/freebsd-10.0-release/usr.bin/cmp/
H A DMakefile5 SRCS= cmp.c link.c misc.c regular.c special.c

Completed in 276 milliseconds

1234567891011>>