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

1234567891011>>

/freebsd-current/usr.bin/clang/llvm-link/
H A DMakefile2 PROG_CXX= llvm-link
4 SRCDIR= llvm/tools/llvm-link
5 SRCS+= llvm-link.cpp
/freebsd-current/lib/libc/include/isc/
H A Dlist.h35 #define INIT_LINK_TYPE(elt, link, type) \
37 (elt)->link.prev = (type *)(-1); \
38 (elt)->link.next = (type *)(-1); \
40 #define INIT_LINK(elt, link) \
41 INIT_LINK_TYPE(elt, link, void)
42 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \
43 (void *)((elt)->link.next) != (void *)(-1))
49 #define PREPEND(list, elt, link) \
51 INSIST(!LINKED(elt, link));\
[all...]
/freebsd-current/contrib/ntp/libntp/lib/isc/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-current/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-current/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-current/tools/test/stress2/testcases/link/
H A DMakefile1 PROG= link
/freebsd-current/contrib/pjdfstest/tests/link/
H A D17.t3 # $FreeBSD: head/tools/regression/pjdfstest/tests/link/17.t 211352 2010-08-15 21:24:17Z pjd $
5 desc="link returns EFAULT if one of the pathnames specified is outside the process's allocated address space"
15 expect EFAULT link ${n0} NULL
16 expect EFAULT link ${n0} DEADCODE
18 expect EFAULT link NULL ${n0}
19 expect EFAULT link DEADCODE ${n0}
20 expect EFAULT link NULL DEADCODE
21 expect EFAULT link DEADCODE NULL
H A D09.t3 # $FreeBSD: head/tools/regression/pjdfstest/tests/link/09.t 211352 2010-08-15 21:24:17Z pjd $
5 desc="link returns ENOENT if the source file does not exist"
16 expect 0 link ${n0} ${n1}
19 expect ENOENT link ${n0} ${n1}
H A D02.t3 # $FreeBSD: head/tools/regression/pjdfstest/tests/link/02.t 211352 2010-08-15 21:24:17Z pjd $
5 desc="link returns ENAMETOOLONG if a component of either pathname exceeded {NAME_MAX} characters"
17 expect 0 link ${nx} ${n0}
19 expect 0 link ${n0} ${nx}
24 expect ENAMETOOLONG link ${n0} ${nxx}
26 expect ENAMETOOLONG link ${nxx} ${n0}
H A D08.t3 # $FreeBSD: head/tools/regression/pjdfstest/tests/link/08.t 211352 2010-08-15 21:24:17Z pjd $
5 desc="link returns ELOOP if too many symbolic links were encountered in translating one of the pathnames"
18 expect ELOOP link ${n0}/test ${n2}
19 expect ELOOP link ${n1}/test ${n2}
21 expect ELOOP link ${n2} ${n0}/test
22 expect ELOOP link ${n2} ${n1}/test
H A D04.t3 # $FreeBSD: head/tools/regression/pjdfstest/tests/link/04.t 211352 2010-08-15 21:24:17Z pjd $
5 desc="link returns ENOENT if a component of either path prefix does not exist"
17 expect ENOENT link ${n0}/${n1}/test ${n2}
19 expect ENOENT link ${n2} ${n0}/${n1}/test
H A D03.t3 # $FreeBSD: head/tools/regression/pjdfstest/tests/link/03.t 211352 2010-08-15 21:24:17Z pjd $
5 desc="link returns ENAMETOOLONG if an entire length of either path name exceeded {PATH_MAX} characters"
19 expect 0 link ${nx} ${n0}
23 expect 0 link ${n0} ${nx}
27 expect ENAMETOOLONG link ${n0} ${nxx}
30 expect ENAMETOOLONG link ${nxx} ${n0}
/freebsd-current/contrib/bc/scripts/
H A Dlink.sh31 printf "usage: %s bin_dir link\n" "$0" 1>&2
46 link="$1"
52 # If the executable is *not* a link (is our target)...
60 name="$link.$ext"
62 name="$link"
/freebsd-current/sys/dev/ocs_fc/
H A Docs_list.h64 * @brief list/link structure
66 * used for both the list object, and the link object(s). offset
69 * when ocs_list_t is used as a link (ocs_list_link_t).
76 ocs_list_t *next; /*<< pointer to head of list (or next if link) */
77 ocs_list_t *prev; /*<< pointer to tail of list (or previous if link) */
78 uint32_t offset; /*<< offset in bytes to the link element of the objects in list */
82 /* item2link - return pointer to link given pointer to an item */
85 /* link2item - return pointer to item given pointer to a link */
86 #define link2item(list, link) ((void*) (((uint8_t*)(link))
191 ocs_list_init_link(ocs_list_t *list, ocs_list_t *link) argument
218 ocs_list_t *link; local
245 ocs_list_t *link; local
320 ocs_list_t *link; local
365 ocs_list_t *link; local
438 ocs_list_on_list(ocs_list_link_t *link) argument
[all...]
/freebsd-current/sys/ddb/
H A Ddb_watch.h45 struct db_watchpoint *link; /* link in in-use or free chain */ member in struct:db_watchpoint
/freebsd-current/contrib/ntp/include/
H A Dntp_lists.h13 * The name of the next link field is passed as an argument to allow
14 * membership in several lists at once using multiple next link fields.
16 * When possible, placing the link field first in the entry structure
100 * because both link chains are circular. The beginning/end is marked
118 * an entry's link pointer when it is unlinked, as the stale pointer
253 * begins with the link pointer
257 gen_node * link; member in struct:gen_node_tag
355 #define DECL_DLIST_LINK(entrytype, link) \
359 } link
361 #define INIT_DLIST(listhead, link) \
[all...]
/freebsd-current/bin/ln/
H A DMakefile8 LINKS= ${BINDIR}/ln ${BINDIR}/link
9 MLINKS= ln.1 link.1
/freebsd-current/sys/dev/acpica/
H A Dacpi_pci_link.c50 ACPI_SERIAL_DECL(pci_link, "ACPI PCI link");
56 * An ACPI PCI link device may contain multiple links. Each link has its
57 * own ACPI resource. _PRT entries specify which link is being used via
86 struct link;
91 struct link *pl_links;
95 struct link { struct
210 struct link *link; local
239 link
276 struct link *link; local
392 link_valid_irq(struct link *link, int irq) argument
422 struct link *link; local
642 struct link *link; local
726 struct link *link; local
812 struct link *link; local
868 struct link *link; local
963 acpi_pci_link_choose_irq(device_t dev, struct link *link) argument
1054 struct link *link; local
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dlink2.sh29 # Copy of link.sh with leak detection added
37 sed '1,/^EOF/d' < $here/link.sh > link.c
38 mycc -o link -Wall -Wextra -O2 -g link.c || exit 1
39 rm -f link.c
50 /tmp/link $mntpoint > /dev/null 2>&1 &
59 pkill -9 link
71 rm -f /tmp/link
/freebsd-current/lib/libsys/
H A D__getosreldate.c31 #include <link.h>
/freebsd-current/contrib/llvm-project/lld/include/lld/Common/
H A DDriver.h20 WinLink, // -flavor link
49 // that information to lldMain() in the `drivers` param, and link the
54 bool link(llvm::ArrayRef<const char *> args, llvm::raw_ostream &stdoutOS, \
63 {lld::WinLink, &lld::coff::link}, {lld::Gnu, &lld::elf::link}, \
64 {lld::MinGW, &lld::mingw::link}, {lld::Darwin, &lld::macho::link}, { \
65 lld::Wasm, &lld::wasm::link \

Completed in 159 milliseconds

1234567891011>>