| /dflybsd-src/usr.sbin/ppp/ |
| H A D | link.h | 41 struct link { struct 43 const char *name; /* Points to datalink::name */ argument 48 struct pppThroughput *parent; /* MP link throughput statistics */ argument 62 #define LINK_QUEUES(link) (sizeof (link)->Queue / sizeof (link)->Queue[0]) argument 63 #define LINK_HIGHQ(link) ((link)->Queue + LINK_QUEUES(link) - 1) argument
|
| /dflybsd-src/sys/netbt/ |
| H A D | hci_link.c | 72 struct hci_link *link; in hci_acl_open() local 153 hci_acl_close(struct hci_link *link, int err) in hci_acl_close() 179 struct hci_link *link; in hci_acl_newconn() local 202 struct hci_link *link = arg; in hci_acl_timeout() local 249 hci_acl_setmode(struct hci_link *link) in hci_acl_setmode() 324 hci_acl_linkmode(struct hci_link *link) in hci_acl_linkmode() 419 struct hci_link *link; in hci_acl_recv() local 534 hci_acl_send(struct mbuf *m, struct hci_link *link, in hci_acl_send() 614 hci_acl_start(struct hci_link *link) in hci_acl_start() 708 hci_acl_complete(struct hci_link *link, int num) in hci_acl_complete() [all …]
|
| H A D | l2cap_signal.c | 68 l2cap_recv_signal(struct mbuf *m, struct hci_link *link) in l2cap_recv_signal() 175 l2cap_recv_command_rej(struct mbuf *m, struct hci_link *link) in l2cap_recv_command_rej() 235 l2cap_recv_connect_req(struct mbuf *m, struct hci_link *link) in l2cap_recv_connect_req() 345 l2cap_recv_connect_rsp(struct mbuf *m, struct hci_link *link) in l2cap_recv_connect_rsp() 411 l2cap_recv_config_req(struct mbuf *m, struct hci_link *link) in l2cap_recv_config_req() 622 l2cap_recv_config_rsp(struct mbuf *m, struct hci_link *link) in l2cap_recv_config_rsp() 832 l2cap_recv_disconnect_req(struct mbuf *m, struct hci_link *link) in l2cap_recv_disconnect_req() 869 l2cap_recv_disconnect_rsp(struct mbuf *m, struct hci_link *link) in l2cap_recv_disconnect_rsp() 908 l2cap_recv_info_req(struct mbuf *m, struct hci_link *link) in l2cap_recv_info_req() 937 l2cap_send_signal(struct hci_link *link, uint8_t code, uint8_t ident, in l2cap_send_signal() [all …]
|
| H A D | hci_event.c | 242 struct hci_link *link; in hci_event_command_status() local 372 struct hci_link *link, *next; in hci_event_num_compl_pkts() local 521 struct hci_link *link; in hci_event_con_compl() local 618 struct hci_link *link; in hci_event_discon_compl() local 646 struct hci_link *link; in hci_event_con_req() local 693 struct hci_link *link; in hci_event_auth_compl() local 736 struct hci_link *link; in hci_event_encryption_change() local 781 struct hci_link *link; in hci_event_change_con_link_key_compl() local 823 struct hci_link *link; in hci_event_read_clock_offset_compl() local 1049 struct hci_link *link, *next; in hci_cmd_reset() local
|
| H A D | l2cap_misc.c | 108 struct hci_link *link = chan->lc_link; in l2cap_request_alloc() local 148 l2cap_request_lookup(struct hci_link *link, uint8_t id) in l2cap_request_lookup() 166 struct hci_link *link = req->lr_link; in l2cap_request_free() local
|
| /dflybsd-src/lib/libc/include/isc/ |
| H A D | list.h | 31 #define INIT_LINK_TYPE(elt, link, type) \ argument 36 #define INIT_LINK(elt, link) \ argument 38 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1)) argument 44 #define PREPEND(list, elt, link) \ argument 56 #define APPEND(list, elt, link) \ argument 68 #define UNLINK_TYPE(list, elt, link, type) \ argument 85 #define UNLINK(list, elt, link) \ argument 88 #define PREV(elt, link) ((elt)->link.prev) argument 89 #define NEXT(elt, link) ((elt)->link.next) argument 91 #define INSERT_BEFORE(list, before, elt, link) \ argument [all …]
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/core/ |
| H A D | dc_link_hwss.c | 17 struct dc_link *link, in core_link_read_dpcd() 31 struct dc_link *link, in core_link_write_dpcd() 44 void dp_receiver_power_ctrl(struct dc_link *link, bool on) in dp_receiver_power_ctrl() 55 struct dc_link *link, in dp_enable_link_phy() 103 bool edp_receiver_ready_T9(struct dc_link *link) in edp_receiver_ready_T9() 124 bool edp_receiver_ready_T7(struct dc_link *link) in edp_receiver_ready_T7() 147 void dp_disable_link_phy(struct dc_link *link, enum signal_type signal) in dp_disable_link_phy() 163 void dp_disable_link_phy_mst(struct dc_link *link, enum signal_type signal) in dp_disable_link_phy_mst() 176 struct dc_link *link, in dp_set_hw_training_pattern() 204 struct dc_link *link, in dp_set_hw_lane_settings() [all …]
|
| H A D | dc_link_dp.c | 47 struct dc_link *link, in wait_for_training_aux_rd_interval() 75 struct dc_link *link, in dpcd_set_training_pattern() 91 struct dc_link *link, in dpcd_set_link_settings() 133 struct dc_link *link, in hw_training_pattern_to_dpcd_training_pattern() 164 struct dc_link *link, in dpcd_set_lt_pattern_and_lane_settings() 425 struct dc_link *link, in get_lane_status_and_drive_settings() 504 struct dc_link *link, in dpcd_set_lane_settings() 582 struct dc_link *link, in dc_link_dp_set_drive_settings() 593 struct dc_link *link, in perform_post_lt_adj_req_sequence() 681 static enum hw_dp_training_pattern get_supported_tp(struct dc_link *link) in get_supported_tp() [all …]
|
| H A D | dc_link.c | 76 static void destruct(struct dc_link *link) in destruct() 131 const struct dc_link *link) in program_hpd_filter() 198 bool dc_link_detect_sink(struct dc_link *link, enum dc_connection_type *type) in dc_link_detect_sink() 323 bool dc_link_is_dp_sink_present(struct dc_link *link) in dc_link_is_dp_sink_present() 385 struct dc_link *link, in link_detect_sink() 481 static void link_disconnect_sink(struct dc_link *link) in link_disconnect_sink() 491 static void link_disconnect_remap(struct dc_sink *prev_sink, struct dc_link *link) in link_disconnect_remap() 499 struct dc_link *link, in detect_dp() 599 bool dc_link_detect(struct dc_link *link, enum dc_detect_reason reason) in dc_link_detect() 904 struct dc_link *link) in get_hpd_line() [all …]
|
| H A D | dc.c | 113 struct dc_link *link; in create_links() local 130 struct dc_link *link = kzalloc(sizeof(*link), GFP_KERNEL); in create_links() local 329 struct dc_link *link = stream->status.link; in dc_stream_set_dither_option() local 391 const struct dc_link *link) in dc_link_set_drive_settings() 422 struct dc_link *link) in dc_link_set_preferred_link_settings() 437 void dc_link_enable_hpd(const struct dc_link *link) in dc_link_enable_hpd() 442 void dc_link_disable_hpd(const struct dc_link *link) in dc_link_disable_hpd() 448 void dc_link_set_test_pattern(struct dc_link *link, in dc_link_set_test_pattern() 1657 struct dc_link *link = dc->links[link_index]; in dc_submit_i2c() local 1682 struct dc_link *link, in dc_link_add_remote_sink() [all …]
|
| /dflybsd-src/sys/dev/acpica/ |
| H A D | acpi_pci_link.c | 96 struct link { struct 97 struct acpi_pci_link_softc *l_sc; argument 111 struct link_count_request { argument 208 struct link *link; in link_add_crs() local 274 struct link *link; in link_add_prs() local 391 link_valid_irq(struct link *link, int irq) in link_valid_irq() 421 struct link *link; in acpi_pci_link_dump() local 636 struct link *link; in acpi_pci_link_add_reference() local 720 struct link *link; in acpi_pci_link_srs_from_crs() local 806 struct link *link; in acpi_pci_link_srs_from_links() local [all …]
|
| /dflybsd-src/lib/libalias/ |
| H A D | alias_db.c | 585 GetNewPort(struct alias_link *link, int alias_port_param) in GetNewPort() 846 struct alias_link *link; in CleanupAliasData() local 868 struct alias_link *link; in IncrementalCleanup() local 908 DeleteLink(struct alias_link *link) in DeleteLink() 996 struct alias_link *link; in AddLink() local 1169 struct alias_link *link; in _FindLinkOut() local 1223 struct alias_link *link; in FindLinkOut() local 1256 struct alias_link *link; in _FindLinkIn() local 1379 struct alias_link *link; in FindLinkIn() local 1427 struct alias_link *link; in FindIcmpIn() local [all …]
|
| H A D | alias.c | 173 TcpMonitorIn(struct ip *pip, struct alias_link *link) in TcpMonitorIn() 195 TcpMonitorOut(struct ip *pip, struct alias_link *link) in TcpMonitorOut() 286 struct alias_link *link; in IcmpAliasIn1() local 336 struct alias_link *link; in IcmpAliasIn2() local 477 struct alias_link *link; in IcmpAliasOut1() local 528 struct alias_link *link; in IcmpAliasOut2() local 673 struct alias_link *link; in ProtoAliasIn() local 707 struct alias_link *link; in ProtoAliasOut() local 737 struct alias_link *link; in UdpAliasIn() local 806 struct alias_link *link; in UdpAliasOut() local [all …]
|
| H A D | alias_pptp.c | 149 struct alias_link *link) /* The PPTP control link */ in AliasHandlePptpOut() 212 struct alias_link *link) /* The PPTP control link */ in AliasHandlePptpIn() 317 struct alias_link *link; in AliasHandlePptpGreOut() local 345 struct alias_link *link; in AliasHandlePptpGreIn() local
|
| H A D | alias_smedia.c | 141 struct alias_link *link, in alias_rtsp_out() 323 struct alias_link *link, in alias_pna_out() 369 AliasHandleRtspOut(struct ip *pip, struct alias_link *link, int maxpacketsize) in AliasHandleRtspOut()
|
| /dflybsd-src/sys/kern/ |
| H A D | kern_mutex.c | 85 __mtx_lock_ex(mtx_t *mtx, mtx_link_t *link, int flags, int to) in __mtx_lock_ex() 203 _mtx_lock_ex_link(mtx_t *mtx, mtx_link_t *link, int flags, int to) in _mtx_lock_ex_link() 211 mtx_link_t link; in _mtx_lock_ex() local 220 mtx_link_t link; in _mtx_lock_ex_quick() local 236 __mtx_lock_sh(mtx_t *mtx, mtx_link_t *link, int flags, int to) in __mtx_lock_sh() 355 _mtx_lock_sh_link(mtx_t *mtx, mtx_link_t *link, int flags, int to) in _mtx_lock_sh_link() 363 mtx_link_t link; in _mtx_lock_sh() local 372 mtx_link_t link; in _mtx_lock_sh_quick() local 753 mtx_link_t *link; in mtx_chain_link_ex() local 813 mtx_link_t *link; in mtx_chain_link_sh() local [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | genpeep.c | 36 struct link struct 38 struct link *next; argument 49 static void match_rtx (rtx, struct link *, int); argument 124 struct link link; in match_rtx() local
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | genpeep.c | 37 struct link struct 39 struct link *next; argument 56 static void match_rtx (rtx, struct link *, int); argument 133 struct link link; in match_rtx() local
|
| H A D | genextract.c | 95 struct code_ptr *link; in gen_insn() local 407 struct code_ptr *link; in main() local 425 struct code_ptr *link = XNEW (struct code_ptr); in main() local
|
| /dflybsd-src/sys/dev/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_helpers.c | 176 const struct dc_link *link) in dm_helpers_dp_update_branch_info() 272 const struct dc_link *link) in dm_helpers_dp_mst_clear_payload_allocation_table() 347 const struct dc_link *link, in dm_helpers_dp_mst_start_top_mgr() 371 const struct dc_link *link) in dm_helpers_dp_mst_stop_top_mgr() 389 const struct dc_link *link, in dm_helpers_dp_read_dpcd() 408 const struct dc_link *link, in dm_helpers_dp_write_dpcd() 426 const struct dc_link *link, in dm_helpers_submit_i2c() 459 bool dm_helpers_is_dp_sink_present(struct dc_link *link) in dm_helpers_is_dp_sink_present() 477 struct dc_link *link, in dm_helpers_read_local_edid()
|
| H A D | amdgpu_dm_debugfs.c | 78 struct dc_link *link = connector->dc_link; in dp_link_settings_read() local 144 struct dc_link *link = connector->dc_link; in dp_link_settings_write() local 281 struct dc_link *link = connector->dc_link; in dp_phy_settings_read() local 321 struct dc_link *link = connector->dc_link; in dp_phy_settings_write() local 481 struct dc_link *link = connector->dc_link; in dp_phy_test_pattern_debugfs_write() local
|
| /dflybsd-src/sys/dev/drm/amd/display/include/ |
| H A D | logger_interface.h | 102 #define CONN_DATA_DETECT(link, hex_data, hex_len, ...) \ argument 109 #define CONN_DATA_LINK_LOSS(link, hex_data, hex_len, ...) \ argument 116 #define CONN_MSG_LT(link, ...) \ argument 122 #define CONN_MSG_MODE(link, ...) \ argument
|
| /dflybsd-src/sys/sys/ |
| H A D | mutex2.h | 79 mtx_link_init(mtx_link_t *link) in mtx_link_init() 92 mtx_link_init_async(mtx_link_t *link, in mtx_link_init_async() 93 void (*callback)(mtx_link_t *link, void *arg, int error), in mtx_link_init_async() 122 mtx_lock_ex_link(mtx_t *mtx, mtx_link_t *link, int flags, int to) in mtx_lock_ex_link() 171 mtx_lock_sh_link(mtx_t *mtx, mtx_link_t *link, int flags, int to) in mtx_lock_sh_link()
|
| /dflybsd-src/contrib/grep/lib/ |
| H A D | fd-hook.c | 71 register_fd_hook (close_hook_fn close_hook, ioctl_hook_fn ioctl_hook, struct fd_hook *link) in register_fd_hook() 98 unregister_fd_hook (struct fd_hook *link) in unregister_fd_hook()
|
| /dflybsd-src/usr.bin/dsynth/ |
| H A D | status.c | 118 pkglink_t *link; in status_find_leaves() local 322 pkglink_t *link; in status_clear_trav() local
|