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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m68k/
H A Dlink.s1 # Test handling of link instruction.
5 link %a6,&0
6 link %a6,&-4
7 link %a6,&-0x7fff
8 link %a6,&-0x8000
9 link %a6,&-0x8001
10 link %a6,&0x7fff
11 link %a6,&0x8000
12 link %a6,&0x8001
/netbsd-6-1-5-RELEASE/usr.sbin/link/
H A DMakefile3 PROG= link
4 MAN= link.8
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/isc/
H A Dlist.h29 #define INIT_LINK_TYPE(elt, link, type) \
31 (elt)->link.prev = (type *)(-1); \
32 (elt)->link.next = (type *)(-1); \
34 #define INIT_LINK(elt, link) \
35 INIT_LINK_TYPE(elt, link, void)
36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \
37 (void *)((elt)->link.next) != (void *)(-1))
43 #define PREPEND(list, elt, link) \
45 INSIST(!LINKED(elt, link));\
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/include/isc/
H A Dlist.h29 #define INIT_LINK_TYPE(elt, link, type) \
31 (elt)->link.prev = (type *)(-1); \
32 (elt)->link.next = (type *)(-1); \
34 #define INIT_LINK(elt, link) \
35 INIT_LINK_TYPE(elt, link, void)
36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \
37 (void *)((elt)->link.next) != (void *)(-1))
43 #define PREPEND(list, elt, link) \
45 INSIST(!LINKED(elt, link));\
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dlist.h38 #define ISC_LINK_INIT_TYPE(elt, link, type) \
40 (elt)->link.prev = (type *)(-1); \
41 (elt)->link.next = (type *)(-1); \
43 #define ISC_LINK_INIT(elt, link) \
44 ISC_LINK_INIT_TYPE(elt, link, void)
45 #define ISC_LINK_LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1))
51 #define __ISC_LIST_PREPENDUNSAFE(list, elt, link) \
54 (list).head->link.prev = (elt); \
57 (elt)->link
[all...]
H A Dqueue.h42 #define ISC_QLINK_INIT(elt, link) \
44 (elt)->link.next = (elt)->link.prev = (void *)(-1); \
47 #define ISC_QLINK_LINKED(elt, link) ((void*)(elt)->link.next != (void*)(-1))
54 #define ISC_QUEUE_INIT(queue, link) \
92 * push wins - updates {head,tail}->link.next, pop updates head
93 * with new ->link.next and doesn't update tail
96 #define ISC_QUEUE_PUSH(queue, elt, link) \
99 ISC_QLINK_INSIST(!ISC_QLINK_LINKED(elt, link)); \
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dlist.h38 #define ISC_LINK_INIT_TYPE(elt, link, type) \
40 (elt)->link.prev = (type *)(-1); \
41 (elt)->link.next = (type *)(-1); \
43 #define ISC_LINK_INIT(elt, link) \
44 ISC_LINK_INIT_TYPE(elt, link, void)
45 #define ISC_LINK_LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1))
51 #define __ISC_LIST_PREPENDUNSAFE(list, elt, link) \
54 (list).head->link.prev = (elt); \
57 (elt)->link
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/isc-dhcp/
H A Dlist.h32 #define ISC_LINK_INIT(elt, link) \
34 (elt)->link.prev = (void *)(-1); \
35 (elt)->link.next = (void *)(-1); \
37 #define ISC_LINK_LINKED(elt, link) ((elt)->link.prev != (void *)(-1))
43 #define ISC_LIST_PREPEND(list, elt, link) \
46 (list).head->link.prev = (elt); \
49 (elt)->link.prev = NULL; \
50 (elt)->link.next = (list).head; \
54 #define ISC_LIST_APPEND(list, elt, link) \
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/include/lwres/
H A Dlist.h32 #define LWRES_LINK_INIT(elt, link) \
34 (elt)->link.prev = (void *)(-1); \
35 (elt)->link.next = (void *)(-1); \
37 #define LWRES_LINK_LINKED(elt, link) \
38 ((void *)((elt)->link.prev) != (void *)(-1))
44 #define LWRES_LIST_PREPEND(list, elt, link) \
47 (list).head->link.prev = (elt); \
50 (elt)->link.prev = NULL; \
51 (elt)->link.next = (list).head; \
55 #define LWRES_LIST_APPEND(list, elt, link) \
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/osf-share/
H A Dcma_list.h46 #define cma__list_empty(head) ((head)->link == cma__c_null_list)
51 #define cma__list_init(head) (void)((head)->link = cma__c_null_list)
59 (element)->link = (list)->link, \
60 (list)->link = (element))
66 #define cma__list_next(element) ((element)->link)
73 struct CMA__T_LIST *link; /* Forward link */ member in struct:CMA__T_LIST
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dpr36064.c27 int link = -1; local
38 for (link = 0; link < vf->links; link++)
40 double addsec = ov_time_total (vf, link);
44 pcm_total += vf->pcmlengths[link * 2 + 1];
47 if (link == vf->links)
52 pcm_total + (seconds - time_total) * vf->vi[link].rate;
/netbsd-6-1-5-RELEASE/sys/arch/i386/pci/
H A Dpiixreg.h41 #define PIIX_LEGAL_LINK(link) ((link) >= 0 && (link) <= piix_max_link)
H A Dopti82c558reg.h46 #define VIPER_LEGAL_LINK(link) ((link) >= 0 && (link) <= 3)
H A Dsis85c503reg.h35 #define SIS85C503_LEGAL_LINK(link) ((link) >= SIS85C503_CFG_PIRQ_REGSTART && \
36 (link) <= SIS85C503_CFG_PIRQ_REGEND)
H A Dopti82c700reg.h51 #define FIRESTAR_PIR_REGOFS(link) \
52 (((link) >> FIRESTAR_PIR_REGOFS_SHIFT) & FIRESTAR_PIR_REGOFS_MASK)
56 #define FIRESTAR_PIR_SELECTSRC(link) \
57 (((link) >> FIRESTAR_PIR_SELECTSRC_SHIFT) & FIRESTAR_PIR_SELECTSRC_MASK)
/netbsd-6-1-5-RELEASE/sys/netbt/
H A Dhci_link.c70 struct hci_link *link; local
78 link = hci_link_lookup_bdaddr(unit, bdaddr, HCI_LINK_ACL);
79 if (link == NULL) {
80 link = hci_link_alloc(unit, bdaddr, HCI_LINK_ACL);
81 if (link == NULL)
85 switch(link->hl_state) {
106 hci_link_free(link, err);
110 link->hl_flags |= HCI_LINK_CREATE_CON;
111 link->hl_state = HCI_LINK_WAIT_CONNECT;
128 * will keep the link aliv
149 hci_acl_close(struct hci_link *link, int err) argument
174 struct hci_link *link; local
212 struct hci_link *link = arg; local
260 hci_acl_setmode(struct hci_link *link) argument
332 hci_acl_linkmode(struct hci_link *link) argument
427 struct hci_link *link; local
536 hci_acl_send(struct mbuf *m, struct hci_link *link, struct l2cap_channel *chan) argument
614 hci_acl_start(struct hci_link *link) argument
708 hci_acl_complete(struct hci_link *link, int num) argument
826 struct hci_link *link; local
863 hci_sco_start(struct hci_link *link) argument
872 hci_sco_complete(struct hci_link *link, int num) argument
888 struct hci_link *link; local
920 hci_link_free(struct hci_link *link, int err) argument
1022 struct hci_link *link; local
1044 struct hci_link *link; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/acpi/
H A Dacpi_pci_link.c61 * An ACPI PCI link device may contain multiple links. Each link has its
62 * own ACPI resource. _PRT entries specify which link is being used via
91 struct link;
96 struct link *pl_links;
106 struct link { struct
142 static int link_valid_irq(struct link *, int);
147 static struct link *acpi_pci_link_lookup(struct acpi_pci_link_softc *, int);
192 struct link *link; local
259 struct link *link; local
371 link_valid_irq(struct link *link, int irq) argument
409 struct link *link; local
565 acpi_pci_link_add_functions(struct acpi_pci_link_softc *sc, struct link *link, int bus, int device, int pin) argument
672 struct link *link; local
743 struct link *link; local
847 struct link *link; local
919 struct link *link; local
980 acpi_pci_link_choose_irq(struct acpi_pci_link_softc *sc, struct link *link) argument
1046 struct link *link; local
[all...]
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dalloc.c36 struct link { struct
37 struct link *prev;
38 struct link *next;
51 struct link *l, *l2;
60 #define L2P(l) ( (void *)(((char *)(l)) + sizeof(struct link)) )
61 #define P2L(p) ( (struct link *)(((char *)(p)) - sizeof(struct link)) )
67 struct link *l;
69 l = malloc(sizeof(struct link) + size);
86 struct link *
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/llvm/bin/llvm-link/
H A DMakefile3 PROG_CXX= llvm-link
8 .PATH: ${LLVM_SRCDIR}/tools/llvm-link
10 SRCS= llvm-link.cpp
23 .include "${.PARSEDIR}/../../link.mk"
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dcomp-types-8.mm17 int link;
30 link = ((List_linked*)collection)->firstLink;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dcomp-types-7.m16 int link;
29 link = ((List_linked*)collection)->firstLink;
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/autoconf-lib-link/m4/
H A DMakefile.am8 lib-link.m4 \
15 lib-link.m4 \
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_lists.h15 * The name of the next link field is passed as an argument to allow
16 * membership in several lists at once using multiple next link fields.
18 * When possible, placing the link field first in the entry structure
102 * because both link chains are circular. The beginning/end is marked
120 * an entry's link pointer when it is unlinked, as the stale pointer
255 * begins with the link pointer
259 gen_node * link; member in struct:gen_node_tag
357 #define DECL_DLIST_LINK(entrytype, link) \
361 } link
363 #define INIT_DLIST(listhead, link) \
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Drename.c27 if (link (zfrom, zto) < 0)
32 || link (zfrom, zto) < 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/spu/ea/
H A Dcompile2.c27 unsigned short link; member in struct:tostruct
40 *frompcindex = tos[0].link;

Completed in 711 milliseconds

1234567891011>>