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

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/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-current/usr.sbin/link/
H A DMakefile3 PROG= link
4 MAN= link.8
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/include/
H A Ddlz_list.h37 #define DLZ_LINK_INIT(elt, link) \
39 (elt)->link.prev = (void *)(-1); \
40 (elt)->link.next = (void *)(-1); \
46 #define DLZ_LIST_APPEND(list, elt, link) \
49 (list).tail->link.next = (elt); \
52 (elt)->link.prev = (list).tail; \
53 (elt)->link.next = NULL; \
57 #define DLZ_LIST_PREV(elt, link) ((elt)->link.prev)
58 #define DLZ_LIST_NEXT(elt, link) ((el
[all...]
/netbsd-current/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-current/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-current/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...]
H A Dqueue.h40 #define ISC_QLINK_INIT(elt, link) \
42 (elt)->link.next = (void *)(-1); \
43 (elt)->link.linked = ISC_FALSE; \
45 #define ISC_QLINK_LINKED(elt, link) ((elt)->link.linked)
53 #define ISC_QUEUE_INIT(queue, link) \
59 ISC_QLINK_INIT((queue).head, link); \
71 #define ISC_QUEUE_PUSH(queue, elt, link) \
73 ISC_QLINK_INSIST(!ISC_QLINK_LINKED(elt, link)); \
74 (elt)->link
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dlist.h53 #define ISC_LINK_INIT_TYPE(elt, link, type) \
55 (elt)->link.prev = ISC_LINK_TOMBSTONE(type); \
56 (elt)->link.next = ISC_LINK_TOMBSTONE(type); \
58 #define ISC_LINK_INIT(elt, link) ISC_LINK_INIT_TYPE(elt, link, void)
59 #define ISC_LINK_LINKED_TYPE(elt, link, type) \
60 ((type *)((elt)->link.prev) != ISC_LINK_TOMBSTONE(type))
61 #define ISC_LINK_LINKED(elt, link) ISC_LINK_LINKED_TYPE(elt, link, void)
67 #define __ISC_LIST_PREPENDUNSAFE(list, elt, link) \
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dlist.h53 #define ISC_LINK_INIT_TYPE(elt, link, type) \
55 (elt)->link.prev = ISC_LINK_TOMBSTONE(type); \
56 (elt)->link.next = ISC_LINK_TOMBSTONE(type); \
58 #define ISC_LINK_INIT(elt, link) ISC_LINK_INIT_TYPE(elt, link, void)
59 #define ISC_LINK_LINKED_TYPE(elt, link, type) \
60 ((type *)((elt)->link.prev) != ISC_LINK_TOMBSTONE(type))
61 #define ISC_LINK_LINKED(elt, link) ISC_LINK_LINKED_TYPE(elt, link, void)
67 #define __ISC_LIST_PREPENDUNSAFE(list, elt, link) \
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
H A Ddc_link_dp.h41 struct dc_link *link,
46 struct dc_link *link,
51 struct dc_link *link);
54 struct dc_link *link,
68 bool is_mst_supported(struct dc_link *link);
70 bool detect_dp_sink_caps(struct dc_link *link);
72 void detect_edp_sink_caps(struct dc_link *link);
74 bool is_dp_active_dongle(const struct dc_link *link);
76 void dp_enable_mst_on_sink(struct dc_link *link, bool enable);
78 enum dp_panel_mode dp_get_panel_mode(struct dc_link *link);
[all...]
H A Dlink_hwss.h34 struct dc_link *link,
40 struct dc_link *link,
50 struct dc_link *link,
55 void dp_receiver_power_ctrl(struct dc_link *link, bool on);
56 bool edp_receiver_ready_T9(struct dc_link *link);
57 bool edp_receiver_ready_T7(struct dc_link *link);
59 void dp_disable_link_phy(struct dc_link *link, enum signal_type signal);
61 void dp_disable_link_phy_mst(struct dc_link *link, enum signal_type signal);
64 struct dc_link *link,
69 struct dc_link *link,
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfd-hook.c29 /* The first and last link in the doubly linked list.
71 register_fd_hook (close_hook_fn close_hook, ioctl_hook_fn ioctl_hook, struct fd_hook *link) argument
78 if (link->private_next == NULL && link->private_prev == NULL)
80 /* Add the link to the doubly linked list. */
81 link->private_next = anchor.private_next;
82 link->private_prev = &anchor;
83 link->private_close_fn = close_hook;
84 link->private_ioctl_fn = ioctl_hook;
85 anchor.private_next->private_prev = link;
98 unregister_fd_hook(struct fd_hook *link) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dfd-hook.c29 /* The first and last link in the doubly linked list.
71 register_fd_hook (close_hook_fn close_hook, ioctl_hook_fn ioctl_hook, struct fd_hook *link) argument
78 if (link->private_next == NULL && link->private_prev == NULL)
80 /* Add the link to the doubly linked list. */
81 link->private_next = anchor.private_next;
82 link->private_prev = &anchor;
83 link->private_close_fn = close_hook;
84 link->private_ioctl_fn = ioctl_hook;
85 anchor.private_next->private_prev = link;
98 unregister_fd_hook(struct fd_hook *link) argument
[all...]
/netbsd-current/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-current/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
545 hci_acl_send(struct mbuf *m, struct hci_link *link, struct l2cap_channel *chan) argument
623 hci_acl_start(struct hci_link *link) argument
717 hci_acl_complete(struct hci_link *link, int num) argument
835 struct hci_link *link; local
872 hci_sco_start(struct hci_link *link) argument
881 hci_sco_complete(struct hci_link *link, int num) argument
897 struct hci_link *link; local
929 hci_link_free(struct hci_link *link, int err) argument
1031 struct hci_link *link; local
1053 struct hci_link *link; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_link.c83 static void dc_link_destruct(struct dc_link *link) argument
87 if (link->hpd_gpio != NULL) {
88 dal_gpio_destroy_irq(&link->hpd_gpio);
89 link->hpd_gpio = NULL;
92 if (link->ddc)
93 dal_ddc_service_destroy(&link->ddc);
95 if(link->link_enc)
96 link->link_enc->funcs->destroy(&link->link_enc);
98 if (link
142 program_hpd_filter( const struct dc_link *link) argument
217 dc_link_detect_sink(struct dc_link *link, enum dc_connection_type *type) argument
353 dc_link_is_dp_sink_present(struct dc_link *link) argument
414 link_detect_sink( struct dc_link *link, enum dc_detect_reason reason) argument
511 link_disconnect_sink(struct dc_link *link) argument
521 link_disconnect_remap(struct dc_sink *prev_sink, struct dc_link *link) argument
528 read_current_link_settings_on_detect(struct dc_link *link) argument
593 detect_dp( struct dc_link *link, struct display_sink_capability *sink_caps, bool *converter_disable_audio, struct audio_support *audio_support, enum dc_detect_reason reason) argument
694 wait_for_alt_mode(struct dc_link *link) argument
752 dc_link_detect_helper(struct dc_link *link, enum dc_detect_reason reason) argument
1073 dc_link_detect(struct dc_link *link, enum dc_detect_reason reason) argument
1100 get_hpd_line( struct dc_link *link) argument
1139 get_ddc_line(struct dc_link *link) argument
1246 dc_link_construct( struct dc_link *link, const struct link_init_data *init_params) argument
1442 struct dc_link *link = local
1460 link_destroy(struct dc_link **link) argument
1470 struct dc_link *link = stream->link; local
1495 struct dc_link *link = stream->link; local
1564 struct dc_link *link = pipe_ctx->stream->link; local
2032 disable_link(struct dc_link *link, enum signal_type signal) argument
2074 struct dc_link *link = stream->link; local
2134 struct dc_link *link = stream->link; local
2156 struct dc_link *link = stream->link; local
2286 dc_link_validate_mode_timing( const struct dc_stream_state *stream, struct dc_link *link, const struct dc_crtc_timing *timing) argument
2324 dc_link_get_backlight_level(const struct dc_link *link) argument
2334 dc_link_set_backlight_level(const struct dc_link *link, uint32_t backlight_pwm_u16_16, uint32_t frame_ramp) argument
2389 dc_link_set_abm_disable(const struct dc_link *link) argument
2402 dc_link_set_psr_allow_active(struct dc_link *link, bool allow_active, bool wait) argument
2418 dc_link_get_psr_state(const struct dc_link *link, uint32_t *psr_state) argument
2467 dc_link_setup_psr(struct dc_link *link, const struct dc_stream_state *stream, struct psr_config *psr_config, struct psr_context *psr_context) argument
2611 dc_link_get_status(const struct dc_link *link) argument
2616 core_link_resume(struct dc_link *link) argument
2662 update_mst_stream_alloc_table( struct dc_link *link, struct stream_encoder *stream_enc, const struct dp_mst_stream_allocation_table *proposed_table) argument
2717 struct dc_link *link = stream->link; local
2800 struct dc_link *link = stream->link; local
2875 dc_link_reallocate_mst_payload(struct dc_link *link) argument
3086 struct dc_link *link = stream->sink->link; local
3160 dc_link_enable_hpd_filter(struct dc_link *link, bool enable) argument
3246 dc_link_set_drive_settings(struct dc *dc, struct link_training_settings *lt_settings, const struct dc_link *link) argument
3277 dc_link_set_preferred_link_settings(struct dc *dc, struct dc_link_settings *link_setting, struct dc_link *link) argument
3321 dc_link_set_preferred_training_settings(struct dc *dc, struct dc_link_settings *link_setting, struct dc_link_training_overrides *lt_overrides, struct dc_link *link, bool skip_immediate_retrain) argument
3344 dc_link_enable_hpd(const struct dc_link *link) argument
3349 dc_link_disable_hpd(const struct dc_link *link) argument
3354 dc_link_set_test_pattern(struct dc_link *link, enum dp_test_pattern test_pattern, enum dp_test_pattern_color_space test_pattern_color_space, const struct link_training_settings *p_link_settings, const unsigned char *p_custom_pattern, unsigned int cust_pattern_size) argument
3371 dc_link_bandwidth_kbps( const struct dc_link *link, const struct dc_link_settings *link_setting) argument
3410 dc_link_get_link_cap( const struct dc_link *link) argument
3419 dc_link_overwrite_extended_receiver_cap( struct dc_link *link) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddm_helpers.h51 const struct dc_link *link);
67 const struct dc_link *link);
70 * Clear payload allocation table before enable MST DP link.
74 const struct dc_link *link);
92 const struct dc_link *link,
97 const struct dc_link *link);
103 const struct dc_link *link,
113 const struct dc_link *link,
120 const struct dc_link *link,
129 struct dc_link *link);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-avr/
H A Drelax-elf-flags-05.d1 #name: AVR, check link-relax flag is set final link (no inputs relaxable)
4 #source: relax-elf-flags-a.s -mno-link-relax
5 #source: relax-elf-flags-b.s -mno-link-relax
11 Flags: 0xe6, avr:102, link-relax
/netbsd-current/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
260 struct link *link; local
368 link_valid_irq(struct link *link, int irq) argument
406 struct link *link; local
562 acpi_pci_link_add_functions(struct acpi_pci_link_softc *sc, struct link *link, pci_chipset_tag_t pc, int bus, int device, int pin) argument
670 struct link *link; local
740 struct link *link; local
823 struct link *link; local
902 struct link *link; local
963 acpi_pci_link_choose_irq(struct acpi_pci_link_softc *sc, struct link *link) argument
1030 struct link *link; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/avr/
H A Dlink-relax-elf-flag-clear.d1 #name: AVR, check elf link-relax header flag is clear.
2 #as: -mno-link-relax -mmcu=avrxmega2
4 #source: link-relax-elf-flag.s
H A Dlink-relax-elf-flag-set.d1 #name: AVR, check elf link-relax header flag is set.
4 #source: link-relax-elf-flag.s
9 Flags: 0xe6, avr:102, link-relax
/netbsd-current/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...]

Completed in 188 milliseconds

1234567891011>>