Home
last modified time | relevance | path

Searched refs:link (Results 451 – 475 of 805) sorted by relevance

1...<<11121314151617181920>>...33

/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.execdata28 # The link-editor does not use this file automatically, so one must use the
H A Dmap.bssalign31 # The link-editor does not use this file automatically, so one must use the
H A Dmap.noexbss32 # The link-editor does not use this file automatically, so one must
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-network-wificonfig.p5m36 link path=usr/sbin/wificonfig target=../../sbin/wificonfig
H A Ddriver-crypto-dprov.p5m35 link path=kernel/crypto/$(ARCH64)/dprov \
H A Dsystem-management-wbem-data-management.p5m35 link path=usr/lib/libfsmgt.so target=./libfsmgt.so.1
H A Ddeveloper-build-onbld.p5m59 link path=opt/onbld/bin/$(ARCH)/dmake target=make
88 link path=opt/onbld/bin/git-nits target=git-pbchk
130 link path=opt/onbld/lib/$(ARCH)/libctf.so target=libctf.so.1
253 link path=opt/onbld/man/man1onbld/git-nits.1onbld target=git-pbchk.1onbld
/illumos-gate/usr/src/test/elf-tests/tests/groups/no-relobj-group-merge/
H A DREADME.md21 We then link these objects together using `ld -r` and expect:
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_send.c298 s_list_push_tail(&txq->coalesce_buf_list, &coalesce_buf->link); in lm_get_coalesce_buffer()
323 s_list_push_tail(&txq->coalesce_buf_list, &coalesce_buf->link); in lm_put_coalesce_buffer()
1036 s_list_push_tail(&tx_chain->active_descq, &packet->link); in lm_send_packet()
1144 s_list_push_tail(sent_list, &pkt->link); in lm_get_packets_sent()
H A Dlm_dcbx.c293 elink_status = elink_update_pfc(&pdev->params.link, &pdev->vars.link, 0); in lm_pfc_clear()
365 elink_status = elink_update_pfc(&pdev->params.link, &pdev->vars.link, &pfc_params); in lm_pfc_set_clc()
480 elink_ets_bw_limit(&pdev->params.link, in lm_dcbx_2cos_limit_update_ets_config()
494 elink_status = elink_ets_strict(&pdev->params.link,0); in lm_dcbx_2cos_limit_update_ets_config()
552 elink_status = elink_ets_e3b0_config(&pdev->params.link, in lm_dcbx_update_ets_config()
553 &pdev->vars.link, in lm_dcbx_update_ets_config()
559 elink_status = elink_ets_disabled(&pdev->params.link, in lm_dcbx_update_ets_config()
560 &pdev->vars.link); in lm_dcbx_update_ets_config()
575 elink_status = elink_ets_disabled(&pdev->params.link, in lm_dcbx_update_ets_params()
576 &pdev->vars.link); in lm_dcbx_update_ets_params()
[all …]
/illumos-gate/usr/src/cmd/flowadm/
H A Dflowadm.c505 char link[MAXLINKNAMELEN]; in print_flow() local
509 NULL, NULL, link, sizeof (link))) != DLADM_STATUS_OK) { in print_flow()
516 "%s", link); in print_flow()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dtlx.c186 sizeof (tlx_conn_ind_t), offsetof(tlx_conn_ind_t, link), in tlx_init()
415 uu_list_node_init(ci, &ci->link, conn_ind_pool); in queue_conind()
H A Drepval.c110 offsetof(rep_val_t, link), NULL, UU_LIST_POOL_DEBUG); in repval_init()
219 uu_list_node_init(rv, &rv->link, rep_val_pool); in add_rep_val()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dmapfile-vers535 # The following interfaces are used by various parts of the link-editors and
536 # elfdump(1). The link-editors are always packaged together but there
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h415 struct contab *link; member
425 struct numtab *link; member
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.h210 struct itm_opt_outer *link; member
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c115 return hw->link.ops.read_link_unlocked(hw, hw->link.addr, reg, value); in ixgbe_read_cs4227()
128 return hw->link.ops.write_link_unlocked(hw, hw->link.addr, reg, value); in ixgbe_write_cs4227()
849 struct ixgbe_link_info *link = &hw->link; in ixgbe_init_ops_X550EM_x() local
861 link->ops.read_link = ixgbe_read_i2c_combined_generic; in ixgbe_init_ops_X550EM_x()
862 link->ops.read_link_unlocked = ixgbe_read_i2c_combined_generic_unlocked; in ixgbe_init_ops_X550EM_x()
863 link->ops.write_link = ixgbe_write_i2c_combined_generic; in ixgbe_init_ops_X550EM_x()
864 link->ops.write_link_unlocked = in ixgbe_init_ops_X550EM_x()
866 link->addr = IXGBE_CS4227; in ixgbe_init_ops_X550EM_x()
2652 ret_val = hw->link.ops.write_link(hw, hw->link.addr, reg_slice, in ixgbe_setup_mac_link_sfp_x550em()
H A Dixgbe_api.c1487 return ixgbe_call_func(hw, hw->link.ops.read_link, (hw, addr, in ixgbe_read_link()
1502 return ixgbe_call_func(hw, hw->link.ops.read_link_unlocked, in ixgbe_read_link_unlocked()
1552 return ixgbe_call_func(hw, hw->link.ops.write_link, in ixgbe_write_link()
1567 return ixgbe_call_func(hw, hw->link.ops.write_link_unlocked, in ixgbe_write_link_unlocked()
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_rename.c95 return (link(existing, new)); in pr_link()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Diso9660.h187 } link; member
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.c1098 struct export_link link; in adt_from_export_format() local
1130 adrm_int32(&context, (int *)&link, 2); in adt_from_export_format()
1131 offset = link.ax_offset; in adt_from_export_format()
1132 version = link.ax_version; in adt_from_export_format()
1141 adrm_start(&context, (char *)(p + sizeof (link))); in adt_from_export_format()
/illumos-gate/usr/src/common/ficl/
H A Dficl.h1000 ficlVm *link; /* Ficl keeps a VM list for simple teardown */ member
1205 struct ficlWord *link; /* Previous word in the dictionary */ member
1323 struct ficlHash *link; /* link to parent class wordlist for OO */ member
1595 ficlSystem *link; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.h206 d_list_entry_t link; member
300 d_list_entry_t link; member
563 d_list_entry_t link; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c67 uu_list_node_t link; member
138 sizeof (scf_val_el_t), offsetof(scf_val_el_t, link), NULL, in add_proto_list()
154 uu_list_node_init(sv_el, &sv_el->link, sv_pool); in add_proto_list()
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/features/
H A Ddll6 tst dll_DYNAMIC link{
8 #include <link.h>

1...<<11121314151617181920>>...33