Home
last modified time | relevance | path

Searched defs:dip (Results 1 – 25 of 974) sorted by relevance

12345678910>>...39

/titanic_41/usr/src/uts/common/os/
H A Dddi_intr_impl.c49 i_ddi_intr_devi_init(dev_info_t *dip) in i_ddi_intr_devi_init()
68 i_ddi_intr_devi_fini(dev_info_t *dip) in i_ddi_intr_devi_fini()
103 i_ddi_intr_get_supported_types(dev_info_t *dip) in i_ddi_intr_get_supported_types()
125 i_ddi_intr_set_supported_types(dev_info_t *dip, int intr_types) in i_ddi_intr_set_supported_types()
134 i_ddi_intr_get_supported_nintrs(dev_info_t *dip, int intr_type) in i_ddi_intr_get_supported_nintrs()
158 i_ddi_intr_set_supported_nintrs(dev_info_t *dip, int nintrs) in i_ddi_intr_set_supported_nintrs()
167 i_ddi_intr_get_current_type(dev_info_t *dip) in i_ddi_intr_get_current_type()
179 i_ddi_intr_set_current_type(dev_info_t *dip, int intr_type) in i_ddi_intr_set_current_type()
188 i_ddi_intr_get_current_nintrs(dev_info_t *dip) in i_ddi_intr_get_current_nintrs()
200 i_ddi_intr_set_current_nintrs(dev_info_t *dip, int nintrs) in i_ddi_intr_set_current_nintrs()
[all …]
H A Dsunpm.c321 #define PM_MIN_SCAN(dip) (PM_ISCPU(dip) ? pm_cpu_min_scan : \ argument
503 #define PM_MAJOR(dip) ddi_driver_major(dip) argument
504 #define PM_IS_NEXUS(dip) ((PM_MAJOR(dip) == DDI_MAJOR_T_NONE) ? 0 : \ argument
509 #define PM_INCR_NOTLOWEST(dip) { \ argument
521 #define PM_DECR_NOTLOWEST(dip) { \ argument
723 pm_scan_init(dev_info_t *dip) in pm_scan_init()
749 pm_scan_fini(dev_info_t *dip) in pm_scan_fini()
829 e_pm_valid_power(dev_info_t *dip, int cmpt, int level) in e_pm_valid_power()
860 e_pm_valid_info(dev_info_t *dip, pm_info_t **infop) in e_pm_valid_info()
889 e_pm_valid_comp(dev_info_t *dip, int cmpt, pm_component_t **cpp) in e_pm_valid_comp()
[all …]
H A Ddevcfg.c99 dev_info_t *dip; member
418 i_ddi_free_node(dev_info_t *dip) in i_ddi_free_node()
504 ndi_devi_set_nodename(dev_info_t *dip, char *name, int flags) in ndi_devi_set_nodename()
540 i_ddi_add_devimap(dev_info_t *dip) in i_ddi_add_devimap()
570 i_ddi_remove_devimap(dev_info_t *dip) in i_ddi_remove_devimap()
630 link_node(dev_info_t *dip) in link_node()
705 unlink_node(dev_info_t *dip) in unlink_node()
776 bind_node(dev_info_t *dip) in bind_node()
827 unbind_node(dev_info_t *dip) in unbind_node()
853 init_node(dev_info_t *dip) in init_node()
[all …]
H A Dsunndi.c80 ndi_prop_update_int(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_int()
89 ndi_prop_update_int64(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_int64()
98 ndi_prop_create_boolean(dev_t match_dev, dev_info_t *dip, in ndi_prop_create_boolean()
107 ndi_prop_update_int_array(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_int_array()
116 ndi_prop_update_int64_array(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_int64_array()
125 ndi_prop_update_string(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_string()
134 ndi_prop_update_string_array(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_string_array()
144 ndi_prop_update_byte_array(dev_t match_dev, dev_info_t *dip, in ndi_prop_update_byte_array()
156 ndi_prop_remove(dev_t dev, dev_info_t *dip, char *name) in ndi_prop_remove()
162 ndi_prop_remove_all(dev_info_t *dip) in ndi_prop_remove_all()
[all …]
H A Dsunddi.c163 ddi_map_regs(dev_info_t *dip, uint_t rnumber, caddr_t *kaddrp, off_t offset, in ddi_map_regs()
227 ddi_unmap_regs(dev_info_t *dip, uint_t rnumber, caddr_t *kaddrp, off_t offset, in ddi_unmap_regs()
252 ddi_bus_map(dev_info_t *dip, dev_info_t *rdip, ddi_map_req_t *mp, in ddi_bus_map()
267 nullbusmap(dev_info_t *dip, dev_info_t *rdip, ddi_map_req_t *mp, in nullbusmap()
282 ddi_rnumber_to_regspec(dev_info_t *dip, int rnumber) in ddi_rnumber_to_regspec()
409 ddi_peek8(dev_info_t *dip, int8_t *addr, int8_t *val_p) in ddi_peek8()
416 ddi_peek16(dev_info_t *dip, int16_t *addr, int16_t *val_p) in ddi_peek16()
423 ddi_peek32(dev_info_t *dip, int32_t *addr, int32_t *val_p) in ddi_peek32()
430 ddi_peek64(dev_info_t *dip, int64_t *addr, int64_t *val_p) in ddi_peek64()
447 ddi_peekc(dev_info_t *dip, int8_t *addr, int8_t *val_p) in ddi_peekc()
[all …]
/titanic_41/usr/src/uts/common/io/
H A Ddma_engine.c83 i_dmae_init(dev_info_t *dip) in i_dmae_init()
107 i_dmae_acquire(dev_info_t *dip, int chnl, int (*dmae_waitfp)(), caddr_t arg) in i_dmae_acquire()
147 i_dmae_free(dev_info_t *dip, int chnl) in i_dmae_free()
173 i_dmae_get_best_mode(dev_info_t *dip, struct ddi_dmae_req *dmaereqp) in i_dmae_get_best_mode()
222 i_dmae_prog(dev_info_t *dip, struct ddi_dmae_req *dmaereqp, in i_dmae_prog()
261 i_dmae_swsetup(dev_info_t *dip, struct ddi_dmae_req *dmaereqp, in i_dmae_swsetup()
294 i_dmae_swstart(dev_info_t *dip, int chnl) in i_dmae_swstart()
314 i_dmae_stop(dev_info_t *dip, int chnl) in i_dmae_stop()
338 i_dmae_enable(dev_info_t *dip, int chnl) in i_dmae_enable()
358 i_dmae_disable(dev_info_t *dip, int chnl) in i_dmae_disable()
[all …]
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dusba10_calls.c51 dev_info_t *dip, in usba10_usb_register_client()
64 dev_info_t *dip, in usba10_usb_unregister_client()
73 dev_info_t *dip, in usba10_usb_free_descr_tree()
94 dev_info_t *dip, in usba10_usb_get_ep_data()
108 dev_info_t *dip, in usba10_usb_get_string_descr()
119 usba10_usb_get_addr(dev_info_t *dip) in usba10_usb_get_addr()
126 usba10_usb_get_if_number(dev_info_t *dip) in usba10_usb_get_if_number()
133 usba10_usb_owns_device(dev_info_t *dip) in usba10_usb_owns_device()
158 dev_info_t *dip, in usba10_usb_pipe_open()
170 dev_info_t *dip, in usba10_usb_pipe_close()
[all …]
H A Dusbai_util.c78 usb_get_if_descr(dev_info_t *dip, in usb_get_if_descr()
132 usb_get_ep_descr(dev_info_t *dip, in usb_get_ep_descr()
188 usb_lookup_ep_data(dev_info_t *dip, in usb_lookup_ep_data()
245 usb_get_ep_data(dev_info_t *dip, in usb_get_ep_data()
275 usb_get_string_descr(dev_info_t *dip, in usb_get_string_descr()
394 usb_get_dev_descr(dev_info_t *dip) in usb_get_dev_descr()
425 usb_get_raw_cfg_data(dev_info_t *dip, size_t *length) in usb_get_raw_cfg_data()
461 usb_get_addr(dev_info_t *dip) in usb_get_addr()
508 usb_set_cfg(dev_info_t *dip, in usb_set_cfg()
553 usba_sync_set_cfg(dev_info_t *dip, in usba_sync_set_cfg()
[all …]
H A Dusbai.c117 usb_alloc_log_hdl(dev_info_t *dip, char *name, in usb_alloc_log_hdl()
149 usb_alloc_log_handle(dev_info_t *dip, char *name, in usb_alloc_log_handle()
215 usb_vprintf(dev_info_t *dip, int level, char *label, char *fmt, va_list ap) in usb_vprintf()
581 usb_req_raise_power(dev_info_t *dip, int comp, int level, in usb_req_raise_power()
635 usb_req_lower_power(dev_info_t *dip, int comp, int level, in usb_req_lower_power()
673 usb_is_pm_enabled(dev_info_t *dip) in usb_is_pm_enabled()
689 usba_handle_device_remote_wakeup(dev_info_t *dip, int cmd) in usba_handle_device_remote_wakeup()
737 usb_enable_parent_notification(dev_info_t *dip) in usb_enable_parent_notification()
751 usb_handle_remote_wakeup(dev_info_t *dip, int cmd) in usb_handle_remote_wakeup()
789 usb_create_pm_components(dev_info_t *dip, uint_t *pwr_states) in usb_create_pm_components()
[all …]
/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcie.c214 pcie_init(dev_info_t *dip, caddr_t arg) in pcie_init()
258 pcie_uninit(dev_info_t *dip) in pcie_uninit()
284 pcie_hpintr_enable(dev_info_t *dip) in pcie_hpintr_enable()
304 pcie_hpintr_disable(dev_info_t *dip) in pcie_hpintr_disable()
319 pcie_intr(dev_info_t *dip) in pcie_intr()
326 pcie_open(dev_info_t *dip, dev_t *devp, int flags, int otyp, cred_t *credp) in pcie_open()
355 pcie_close(dev_info_t *dip, dev_t dev, int flags, int otyp, cred_t *credp) in pcie_close()
369 pcie_ioctl(dev_info_t *dip, dev_t dev, int cmd, intptr_t arg, int mode, in pcie_ioctl()
423 pcie_prop_op(dev_t dev, dev_info_t *dip, ddi_prop_op_t prop_op, in pcie_prop_op()
629 pcie_init_pfd(dev_info_t *dip) in pcie_init_pfd()
[all …]
H A Dpcie_pwr.c107 pcie_power(dev_info_t *dip, int component, int level) in pcie_power()
189 pcie_pwr_change(dev_info_t *dip, pcie_pwr_t *pwr_p, int new) in pcie_pwr_change()
265 pcie_bus_power(dev_info_t *dip, void *impl_arg, pm_bus_power_op_t op, in pcie_bus_power()
521 pcie_add_comps(dev_info_t *dip, dev_info_t *cdip, pcie_pwr_t *pwr_p) in pcie_add_comps()
558 pcie_remove_comps(dev_info_t *dip, dev_info_t *cdip, pcie_pwr_t *pwr_p) in pcie_remove_comps()
601 pwr_common_setup(dev_info_t *dip) in pwr_common_setup()
641 pwr_common_teardown(dev_info_t *dip) in pwr_common_teardown()
669 pcie_pm_hold(dev_info_t *dip) in pcie_pm_hold()
716 pcie_pm_release(dev_info_t *dip) in pcie_pm_release()
731 pcie_pm_subrelease(dev_info_t *dip, pcie_pwr_t *pwr_p) in pcie_pm_subrelease()
[all …]
/titanic_41/usr/src/uts/common/io/usb/usba10/
H A Dusba10.c78 dev_info_t *dip, in usb_register_client()
91 dev_info_t *dip, in usb_unregister_client()
100 dev_info_t *dip, in usb_free_descr_tree()
122 dev_info_t *dip, in usb_get_ep_data()
136 dev_info_t *dip, in usb_get_string_descr()
147 usb_get_addr(dev_info_t *dip) in usb_get_addr()
154 usb_get_if_number(dev_info_t *dip) in usb_get_if_number()
161 usb_owns_device(dev_info_t *dip) in usb_owns_device()
186 dev_info_t *dip, in usb_pipe_open()
198 dev_info_t *dip, in usb_pipe_close()
[all …]
/titanic_41/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.c106 px_lib_map_regs(pxu_t *pxu_p, dev_info_t *dip) in px_lib_map_regs()
179 px_lib_dev_init(dev_info_t *dip, devhandle_t *dev_hdl) in px_lib_dev_init()
291 px_lib_dev_fini(dev_info_t *dip) in px_lib_dev_fini()
329 px_lib_intr_devino_to_sysino(dev_info_t *dip, devino_t devino, in px_lib_intr_devino_to_sysino()
354 px_lib_intr_getvalid(dev_info_t *dip, sysino_t sysino, in px_lib_intr_getvalid()
377 px_lib_intr_setvalid(dev_info_t *dip, sysino_t sysino, in px_lib_intr_setvalid()
397 px_lib_intr_getstate(dev_info_t *dip, sysino_t sysino, in px_lib_intr_getstate()
420 px_lib_intr_setstate(dev_info_t *dip, sysino_t sysino, in px_lib_intr_setstate()
440 px_lib_intr_gettarget(dev_info_t *dip, sysino_t sysino, cpuid_t *cpuid) in px_lib_intr_gettarget()
463 px_lib_intr_settarget(dev_info_t *dip, sysino_t sysino, cpuid_t cpuid) in px_lib_intr_settarget()
[all …]
/titanic_41/usr/src/uts/i86pc/io/pciex/
H A Dpcie_x86.c42 pcie_init_plat(dev_info_t *dip) in pcie_init_plat()
50 pcie_fini_plat(dev_info_t *dip) in pcie_fini_plat()
59 pcie_plat_pwr_setup(dev_info_t *dip) in pcie_plat_pwr_setup()
69 pcie_plat_pwr_teardown(dev_info_t *dip) in pcie_plat_pwr_teardown()
/titanic_41/usr/src/uts/sparc/io/pciex/
H A Dpcie_sparc.c33 pcie_init_plat(dev_info_t *dip) in pcie_init_plat()
58 pcie_fini_plat(dev_info_t *dip) in pcie_fini_plat()
67 pcie_plat_pwr_setup(dev_info_t *dip) in pcie_plat_pwr_setup()
82 pcie_plat_pwr_teardown(dev_info_t *dip) in pcie_plat_pwr_teardown()
/titanic_41/usr/src/uts/sun4v/io/px/
H A Dpx_lib4v.c87 px_lib_dev_init(dev_info_t *dip, devhandle_t *dev_hdl) in px_lib_dev_init()
233 px_lib_dev_fini(dev_info_t *dip) in px_lib_dev_fini()
255 px_lib_intr_devino_to_sysino(dev_info_t *dip, devino_t devino, in px_lib_intr_devino_to_sysino()
278 px_lib_intr_getvalid(dev_info_t *dip, sysino_t sysino, in px_lib_intr_getvalid()
301 px_lib_intr_setvalid(dev_info_t *dip, sysino_t sysino, in px_lib_intr_setvalid()
320 px_lib_intr_getstate(dev_info_t *dip, sysino_t sysino, in px_lib_intr_getstate()
342 px_lib_intr_setstate(dev_info_t *dip, sysino_t sysino, in px_lib_intr_setstate()
361 px_lib_intr_gettarget(dev_info_t *dip, sysino_t sysino, cpuid_t *cpuid) in px_lib_intr_gettarget()
381 px_lib_intr_settarget(dev_info_t *dip, sysino_t sysino, cpuid_t cpuid) in px_lib_intr_settarget()
405 px_lib_intr_reset(dev_info_t *dip) in px_lib_intr_reset()
[all …]
/titanic_41/usr/src/uts/intel/io/pciex/
H A Dpcieb_x86.c46 pcieb_peekpoke_cb(dev_info_t *dip, ddi_fm_error_t *derr) { in pcieb_peekpoke_cb()
53 pcieb_set_prot_scan(dev_info_t *dip, ddi_acc_impl_t *hdlp) in pcieb_set_prot_scan()
65 pcieb_plat_peekpoke(dev_info_t *dip, dev_info_t *rdip, ddi_ctl_enum_t ctlop, in pcieb_plat_peekpoke()
82 pcieb_plat_attach_workaround(dev_info_t *dip) in pcieb_plat_attach_workaround()
92 pcieb_intel_error_workaround(dev_info_t *dip) in pcieb_intel_error_workaround()
103 pcieb_plat_intr_ops(dev_info_t *dip, dev_info_t *rdip, ddi_intr_op_t intr_op, in pcieb_plat_intr_ops()
112 pcieb_plat_pcishpc_probe(dev_info_t *dip, ddi_acc_handle_t config_handle) in pcieb_plat_pcishpc_probe()
123 pcishpc_init(dev_info_t *dip) in pcishpc_init()
130 pcishpc_uninit(dev_info_t *dip) in pcishpc_uninit()
137 pcishpc_intr(dev_info_t *dip) in pcishpc_intr()
[all …]
/titanic_41/usr/src/uts/common/contract/
H A Ddevice.c504 dev_info_t *dip; in ctmpl_device_set() local
807 dev_info_t *dip; in contract_device_destroy() local
973 contract_device_dvclean(dev_info_t *dip) in contract_device_dvclean()
1019 dev_info_t *dip; in contract_device_ack_nack() local
1205 dev_info_t *dip; in contract_device_create() local
1418 wait_for_acks(dev_info_t *dip, dev_t dev, int spec_type, uint_t evtype) in wait_for_acks()
1500 get_state(dev_info_t *dip) in get_state()
1514 set_cond_state(dev_info_t *dip) in set_cond_state()
1583 contract_device_publish(dev_info_t *dip, dev_t dev, int spec_type, in contract_device_publish()
1943 contract_device_offline(dev_info_t *dip, dev_t dev, int spec_type) in contract_device_offline()
[all …]
/titanic_41/usr/src/uts/intel/io/
H A Diommulib.c124 iommulib_nexus_register(dev_info_t *dip, iommulib_nexops_t *nexops, in iommulib_nexus_register()
300 dev_info_t *dip; in iommulib_nexus_unregister() local
342 iommulib_iommu_register(dev_info_t *dip, iommulib_ops_t *ops, in iommulib_iommu_register()
494 dev_info_t *dip; in iommulib_iommu_unregister() local
547 iommulib_nex_open(dev_info_t *dip, dev_info_t *rdip) in iommulib_nex_open()
641 iommulib_nexdma_allochdl(dev_info_t *dip, dev_info_t *rdip, in iommulib_nexdma_allochdl()
656 iommulib_nexdma_freehdl(dev_info_t *dip, dev_info_t *rdip, in iommulib_nexdma_freehdl()
673 iommulib_nexdma_bindhdl(dev_info_t *dip, dev_info_t *rdip, in iommulib_nexdma_bindhdl()
688 iommulib_nexdma_unbindhdl(dev_info_t *dip, dev_info_t *rdip, in iommulib_nexdma_unbindhdl()
702 iommulib_nexdma_sync(dev_info_t *dip, dev_info_t *rdip, in iommulib_nexdma_sync()
[all …]
/titanic_41/usr/src/uts/sun4u/opl/sys/pcicmu/
H A Dpcmu_util.h83 #define PCMU_DBG0(flag, dip, fmt) \ argument
86 #define PCMU_DBG1(flag, dip, fmt, a1) \ argument
89 #define PCMU_DBG2(flag, dip, fmt, a1, a2) \ argument
92 #define PCMU_DBG3(flag, dip, fmt, a1, a2, a3) \ argument
96 #define PCMU_DBG4(flag, dip, fmt, a1, a2, a3, a4) \ argument
101 #define PCMU_DBG5(flag, dip, fmt, a1, a2, a3, a4, a5) \ argument
110 #define PCMU_DBG0(flag, dip, fmt) argument
111 #define PCMU_DBG1(flag, dip, fmt, a1) argument
112 #define PCMU_DBG2(flag, dip, fmt, a1, a2) argument
113 #define PCMU_DBG3(flag, dip, fmt, a1, a2, a3) argument
[all …]
/titanic_41/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c212 pcie_hp_init(dev_info_t *dip, caddr_t arg) in pcie_hp_init()
259 pcie_hp_uninit(dev_info_t *dip) in pcie_hp_uninit()
301 pcie_hp_intr(dev_info_t *dip) in pcie_hp_intr()
322 dev_info_t *dip = ctrl_p->hc_dip; in pcie_hp_probe() local
355 dev_info_t *dip = ctrl_p->hc_dip; in pcie_hp_unprobe() local
386 pcie_read_only_probe(dev_info_t *dip, char *cn_name, dev_info_t **pcdip) in pcie_read_only_probe()
414 pcie_read_only_unprobe(dev_info_t *dip, char *cn_name) in pcie_read_only_unprobe()
439 dev_info_t *dip; member
447 pcie_hp_devi_find(dev_info_t *dip, uint_t device, uint_t function) in pcie_hp_devi_find()
468 pcie_hp_create_occupant_props(dev_info_t *dip, dev_t dev, int pci_dev) in pcie_hp_create_occupant_props()
[all …]
/titanic_41/usr/src/uts/common/io/usb/usb_ia/
H A Dusb_ia.c259 usb_ia_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) in usb_ia_info()
317 usb_ia_bus_ctl(dev_info_t *dip, in usb_ia_bus_ctl()
382 usb_ia_bus_config(dev_info_t *dip, uint_t flag, ddi_bus_config_op_t op, in usb_ia_bus_config()
410 usb_ia_bus_unconfig(dev_info_t *dip, uint_t flag, ddi_bus_config_op_t op, in usb_ia_bus_unconfig()
478 usb_ia_power(dev_info_t *dip, int comp, int level) in usb_ia_power()
516 usb_ia_attach(dev_info_t *dip, ddi_attach_cmd_t cmd) in usb_ia_attach()
658 usb_ia_detach(dev_info_t *dip, ddi_detach_cmd_t cmd) in usb_ia_detach()
698 dev_info_t *dip = usb_ia->ia_dip; in usb_ia_cleanup() local
843 usb_ia_busop_get_eventcookie(dev_info_t *dip, in usb_ia_busop_get_eventcookie()
863 usb_ia_busop_add_eventcall(dev_info_t *dip, in usb_ia_busop_add_eventcall()
[all …]
/titanic_41/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c120 dev_info_t *dip; member
134 dev_info_t *dip; /* Associated with the attach point */ member
154 dev_info_t *dip; /* Associated with the attach point */ member
297 cardbus_validate_iline(dev_info_t *dip, ddi_acc_handle_t handle) in cardbus_validate_iline()
435 dev_info_t *dip = cbp->cb_dip; in cardbus_unconfigure() local
455 cardbus_teardown_device(dev_info_t *dip) in cardbus_teardown_device()
482 cardbus_primary_busno(dev_info_t *dip) in cardbus_primary_busno()
514 cardbus_find_phdl(dev_info_t *dip) in cardbus_find_phdl()
534 cardbus_create_phdl(dev_info_t *dip) in cardbus_create_phdl()
552 cardbus_destroy_phdl(dev_info_t *dip) in cardbus_destroy_phdl()
[all …]
H A Dcardbus.c255 dev_info_t *dip; member
260 cardbus_claim_pci_busnum(dev_info_t *dip, void *arg) in cardbus_claim_pci_busnum()
320 dev_info_t *dip; in cardbus_walk_node_child() local
332 static void cardbus_fix_hostbridge_busrange(dev_info_t *dip) in cardbus_fix_hostbridge_busrange()
391 cardbus_find_hsbridge_dip(dev_info_t *dip) in cardbus_find_hsbridge_dip()
410 cardbus_attach(dev_info_t *dip, cb_nexus_cb_t *nex_ops) in cardbus_attach()
515 cardbus_detach(dev_info_t *dip) in cardbus_detach()
575 cardbus_load_cardbus(dev_info_t *dip, uint_t socket, uint32_t pc_base) in cardbus_load_cardbus()
669 cardbus_unload_cardbus(dev_info_t *dip) in cardbus_unload_cardbus()
739 is_32bit_pccard(dev_info_t *dip) in is_32bit_pccard()
[all …]
/titanic_41/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c137 dlpi_impl_t *dip; in dlpi_open() local
243 dlpi_impl_t *dip = (dlpi_impl_t *)dh; in dlpi_close() local
270 dlpi_impl_t *dip = (dlpi_impl_t *)dh; in dlpi_info() local
443 dlpi_impl_t *dip = (dlpi_impl_t *)dh; in dlpi_bind() local
495 dlpi_impl_t *dip = (dlpi_impl_t *)dh; in dlpi_unbind() local
516 dlpi_impl_t *dip = (dlpi_impl_t *)dh; in i_dlpi_multi() local
557 dlpi_impl_t *dip = (dlpi_impl_t *)dh; in i_dlpi_promisc() local
592 dlpi_impl_t *dip = (dlpi_impl_t *)dh; in dlpi_get_physaddr() local
638 dlpi_impl_t *dip = (dlpi_impl_t *)dh; in dlpi_set_physaddr() local
665 dlpi_impl_t *dip = (dlpi_impl_t *)dh; in dlpi_send() local
[all …]

12345678910>>...39