Home
last modified time | relevance | path

Searched defs:ph (Results 1 – 25 of 115) sorted by relevance

12345

/titanic_51/usr/src/cmd/nscd/
H A Dnscd_door.h87 #define NSCD_SET_STATUS(ph, st, errno) \ argument
95 #define NSCD_SET_HERRNO(ph, herrno) \ argument
99 #define NSCD_SET_STATUS_SUCCESS(ph) \ argument
103 #define NSCD_SET_N2N_STATUS(ph, st, errno, n2nst) \ argument
112 NSCD_STATUS_IS_OK(ph) global() argument
115 NSCD_STATUS_IS_NOT_OK(ph) global() argument
118 NSCD_GET_STATUS(ph) global() argument
121 NSCD_GET_ERRNO(ph) global() argument
124 NSCD_GET_HERRNO(ph) global() argument
127 NSCD_GET_NSCD_STATUS(ph) global() argument
130 NSCD_CLEAR_STATUS(ph) global() argument
135 NSCD_COPY_STATUS(ph,ph1) global() argument
[all...]
/titanic_51/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dbpt.c64 set_breakpoint(struct ps_prochandle *ph, ulong_t addr, unsigned flags) in set_breakpoint() argument
98 find_bp(struct ps_prochandle *ph, ulong_t addr) in find_bp() argument
113 delete_bp(struct ps_prochandle *ph, ulong_t addr) in delete_bp() argument
134 list_breakpoints(struct ps_prochandle *ph) in list_breakpoints() argument
152 set_breaks(struct ps_prochandle * ph) set_breaks() argument
174 clear_breaks(struct ps_prochandle * ph) clear_breaks() argument
188 delete_all_breakpoints(struct ps_prochandle * ph) delete_all_breakpoints() argument
207 delete_breakpoint(struct ps_prochandle * ph,ulong_t addr,unsigned flags) delete_breakpoint() argument
223 handle_sp_break(struct ps_prochandle * ph) handle_sp_break() argument
270 continue_to_break(struct ps_prochandle * ph) continue_to_break() argument
387 is_plt(struct ps_prochandle * ph,ulong_t pc) is_plt() argument
406 step_n(struct ps_prochandle * ph,size_t count,sn_flags_e flgs) step_n() argument
510 step_to_addr(struct ps_prochandle * ph,ulong_t addr) step_to_addr() argument
[all...]
H A Dmaps.c64 str_to_map(struct ps_prochandle *ph, const char *soname) in str_to_map() argument
81 addr_to_map(struct ps_prochandle *ph, ulong_t addr) in addr_to_map() argument
109 display_linkmaps(struct ps_prochandle * ph) display_linkmaps() argument
150 display_maps(struct ps_prochandle * ph) display_maps() argument
355 struct ps_prochandle *ph = (struct ps_prochandle *)cd; map_iter() local
415 free_linkmaps(struct ps_prochandle * ph) free_linkmaps() argument
442 get_linkmaps(struct ps_prochandle * ph) get_linkmaps() argument
450 set_objpad(struct ps_prochandle * ph,size_t padsize) set_objpad() argument
[all...]
H A Dps.c230 ps_close(struct ps_prochandle *ph) in ps_close() argument
241 ps_pauxv(struct ps_prochandle *ph, const auxv_t **auxvp) in ps_pauxv() argument
248 ps_pdmodel(struct ps_prochandle *ph, int *dm) in ps_pdmodel() argument
260 ps_pread(struct ps_prochandle *ph, psaddr_ argument
269 ps_pwrite(struct ps_prochandle * ph,psaddr_t addr,const void * buf,size_t size) ps_pwrite() argument
278 ps_pglobal_sym(struct ps_prochandle * ph,const char * object_name,const char * sym_name,ps_sym_t * symp) ps_pglobal_sym() argument
300 ps_pglobal_lookup(struct ps_prochandle * ph,const char * object_name,const char * sym_name,ulong_t * sym_addr) ps_pglobal_lookup() argument
318 ps_lgetregs(struct ps_prochandle * ph,lwpid_t lid,prgregset_t gregset) ps_lgetregs() argument
[all...]
H A Ddis.c67 print_address_ps(struct ps_prochandle *ph, ulong_t address, unsigned flags) in print_address_ps() argument
147 disasm_addr(struct ps_prochandle *ph, ulong_t addr, int num_inst) in disasm_addr() argument
174 disasm(struct ps_prochandle * ph,int num_inst) disasm() argument
[all...]
H A Dutils.c62 proc_string_read(struct ps_prochandle *ph, ulong_t addr, char *buf, int bufsiz) in proc_string_read() argument
87 print_varstring(struct ps_prochandle *ph, const char *varname) in print_varstring() argument
98 print_mem(struct ps_prochandle *ph, ulong_t address, int count, char *format) in print_mem() argument
[all...]
/titanic_51/usr/src/cmd/sgs/librtld_db/demo/sparc/
H A Dregs.c34 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, in disp_reg_line() argument
51 display_local_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_local_regs() argument
71 display_out_regs(struct ps_prochandle *ph, pstatus_ argument
91 display_special_regs(struct ps_prochandle * ph,pstatus_t * prst) display_special_regs() argument
110 display_global_regs(struct ps_prochandle * ph,pstatus_t * prst) display_global_regs() argument
130 display_in_regs(struct ps_prochandle * ph,pstatus_t * prst) display_in_regs() argument
151 display_all_regs(struct ps_prochandle * ph) display_all_regs() argument
[all...]
/titanic_51/usr/src/cmd/sgs/librtld_db/demo/sparcv9/
H A Dregs.c34 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, in disp_reg_line() argument
64 display_local_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_local_regs() argument
84 display_out_regs(struct ps_prochandle * ph,pstatus_t * prst) display_out_regs() argument
104 display_special_regs(struct ps_prochandle * ph,pstatus_t * prst) display_special_regs() argument
129 display_global_regs(struct ps_prochandle * ph,pstatus_t * prst) display_global_regs() argument
149 display_in_regs(struct ps_prochandle * ph,pstatus_t * prst) display_in_regs() argument
170 display_all_regs(struct ps_prochandle * ph) display_all_regs() argument
[all...]
/titanic_51/usr/src/uts/common/io/mii/
H A Dmii.c305 phy_handle_t *ph; in mii_set_pauseable() local
439 phy_handle_t *ph = mh->m_phy; in mii_get_speed() local
447 phy_handle_t *ph = mh->m_phy; in mii_get_duplex() local
455 phy_handle_t *ph = mh->m_phy; in mii_get_state() local
463 phy_handle_t *ph = mh->m_phy; mii_get_flowctrl() local
471 phy_handle_t *ph = mh->m_phy; mii_get_loopmodes() local
525 phy_handle_t *ph = mh->m_phy; mii_get_loopback() local
533 phy_handle_t *ph; mii_set_loopback() local
558 phy_handle_t *ph = mh->m_phy; mii_get_id() local
655 phy_handle_t *ph; mii_m_getprop() local
720 phy_handle_t *ph; mii_m_propinfo() local
766 phy_handle_t *ph; mii_m_setprop() local
922 phy_handle_t *ph; mii_m_getstat() local
1063 phy_read(phy_handle_t * ph,uint8_t reg) phy_read() argument
1071 phy_write(phy_handle_t * ph,uint8_t reg,uint16_t val) phy_write() argument
1079 phy_reset(phy_handle_t * ph) phy_reset() argument
1122 phy_stop(phy_handle_t * ph) phy_stop() argument
1130 phy_loop(phy_handle_t * ph) phy_loop() argument
1210 phy_start(phy_handle_t * ph) phy_start() argument
1375 phy_check(phy_handle_t * ph) phy_check() argument
1598 phy_get_prop(phy_handle_t * ph,char * prop,int dflt) phy_get_prop() argument
1606 phy_get_name(phy_handle_t * ph) phy_get_name() argument
1614 phy_get_driver(phy_handle_t * ph) phy_get_driver() argument
1622 phy_warn(phy_handle_t * ph,const char * fmt,...) phy_warn() argument
1647 _mii_probe_phy(phy_handle_t * ph) _mii_probe_phy() argument
1799 phy_handle_t *ph; _mii_probe() local
1904 phy_handle_t *ph; _mii_reset() local
1957 phy_handle_t *ph; _mii_loopback() local
1985 phy_handle_t *ph; _mii_start() local
2009 phy_handle_t *ph; _mii_check() local
2044 phy_handle_t *ph; _mii_task() local
[all...]
H A Dmii_realtek.c48 phy_realtek_probe(phy_handle_t *ph) in phy_realtek_probe() argument
67 rtl8139_check(phy_handle_t * ph) rtl8139_check() argument
94 rtl8201_check(phy_handle_t * ph) rtl8201_check() argument
[all...]
H A Dmii_qualsemi.c42 qs6612_reset(phy_handle_t *ph) in qs6612_reset() argument
56 qs6612_check(phy_handle_t *ph) in qs6612_check() argument
92 phy_qualsemi_probe(phy_handle_t * ph) phy_qualsemi_probe() argument
[all...]
H A Dmii_marvell.c149 mvphy_reset_88e3016(phy_handle_t *ph) in mvphy_reset_88e3016() argument
182 mvphy_loop_88e3016(phy_handle_t *ph) in mvphy_loop_88e3016() argument
208 mvphy_reset_88e3082(phy_handle_t * ph) mvphy_reset_88e3082() argument
225 mvphy_reset_88e1149(phy_handle_t * ph) mvphy_reset_88e1149() argument
287 mvphy_reset_88e1116(phy_handle_t * ph) mvphy_reset_88e1116() argument
322 mvphy_reset_88e1118(phy_handle_t * ph) mvphy_reset_88e1118() argument
338 mvphy_reset_88e1111(phy_handle_t * ph) mvphy_reset_88e1111() argument
360 mvphy_reset_88e1112(phy_handle_t * ph) mvphy_reset_88e1112() argument
395 mvphy_reset_88e1011(phy_handle_t * ph) mvphy_reset_88e1011() argument
418 mvphy_reset(phy_handle_t * ph) mvphy_reset() argument
436 mvphy_start(phy_handle_t * ph) mvphy_start() argument
453 phy_marvell_probe(phy_handle_t * ph) phy_marvell_probe() argument
[all...]
H A Dmii_natsemi.c38 ns83840_reset(phy_handle_t *ph) in ns83840_reset() argument
62 phy_natsemi_probe(phy_handle_t *ph) in phy_natsemi_probe() argument
[all...]
H A Dmii_intel.c58 i82555_start(phy_handle_t *ph) in i82555_start() argument
94 phy_intel_probe(phy_handle_t *ph) in phy_intel_probe() argument
[all...]
/titanic_51/usr/src/lib/libdevinfo/
H A Ddevinfo_prop_decode.c82 di_prop_reset_pos(prop_handle_t *ph) in di_prop_reset_pos() argument
93 di_prop_save_pos(prop_handle_t *ph) in di_prop_save_pos() argument
102 di_prop_restore_pos(prop_handle_t *ph) in di_prop_restore_pos() argument
115 di_prop_fm_decode_ints(prop_handle_t * ph,void * data,uint_t * nelements) di_prop_fm_decode_ints() argument
191 di_prop_fm_decode_strings(prop_handle_t * ph,void * data,uint_t * nelements) di_prop_fm_decode_strings() argument
271 di_prop_fm_decode_bytes(prop_handle_t * ph,void * data,uint_t * nelements) di_prop_fm_decode_bytes() argument
371 di_prop_1275_int(prop_handle_t * ph,uint_t cmd,int * data) di_prop_1275_int() argument
486 di_prop_int64_op(prop_handle_t * ph,uint_t cmd,int64_t * data) di_prop_int64_op() argument
589 di_prop_1275_string(prop_handle_t * ph,uint_t cmd,char * data) di_prop_1275_string() argument
726 di_prop_1275_bytes(prop_handle_t * ph,uint_t cmd,uchar_t * data,uint_t nelements) di_prop_1275_bytes() argument
831 prop_handle_t ph; di_prop_decode_common() local
[all...]
/titanic_51/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c68 uhci_hcdi_pipe_open(usba_pipe_handle_data_t *ph, usb_flags_t flags) in uhci_hcdi_pipe_open() argument
302 uhci_hcdi_pipe_close(usba_pipe_handle_data_t * ph,usb_flags_t usb_flags) uhci_hcdi_pipe_close() argument
451 uhci_hcdi_pipe_reset(usba_pipe_handle_data_t * ph,usb_flags_t usb_flags) uhci_hcdi_pipe_reset() argument
586 uhci_hcdi_pipe_reset_data_toggle(usba_pipe_handle_data_t * ph) uhci_hcdi_pipe_reset_data_toggle() argument
612 uhci_hcdi_pipe_ctrl_xfer(usba_pipe_handle_data_t * ph,usb_ctrl_req_t * ctrl_reqp,usb_flags_t flags) uhci_hcdi_pipe_ctrl_xfer() argument
740 uhci_hcdi_pipe_intr_xfer(usba_pipe_handle_data_t * ph,usb_intr_req_t * req,usb_flags_t flags) uhci_hcdi_pipe_intr_xfer() argument
894 uhci_hcdi_pipe_isoc_xfer(usba_pipe_handle_data_t * ph,usb_isoc_req_t * isoc_reqp,usb_flags_t flags) uhci_hcdi_pipe_isoc_xfer() argument
921 uhci_hcdi_pipe_stop_isoc_polling(usba_pipe_handle_data_t * ph,usb_flags_t flags) uhci_hcdi_pipe_stop_isoc_polling() argument
955 uhci_start_periodic_pipe_polling(uhci_state_t * uhcip,usba_pipe_handle_data_t * ph,usb_opaque_t in_reqp,usb_flags_t flags) uhci_start_periodic_pipe_polling() argument
1088 uhci_stop_periodic_pipe_polling(uhci_state_t * uhcip,usba_pipe_handle_data_t * ph,usb_flags_t flags) uhci_stop_periodic_pipe_polling() argument
1165 uhci_pipe_send_isoc_data(uhci_state_t * uhcip,usba_pipe_handle_data_t * ph,usb_isoc_req_t * isoc_req,usb_flags_t usb_flags) uhci_pipe_send_isoc_data() argument
[all...]
H A Duhcipolled.c72 uhci_hcdi_polled_input_init(usba_pipe_handle_data_t *ph, in uhci_hcdi_polled_input_init() argument
288 uhci_hcdi_polled_output_init(usba_pipe_handle_data_t *ph, in uhci_hcdi_polled_output_init() argument
395 usba_pipe_handle_data_t *ph; in uhci_hcdi_polled_write() local
478 uhci_polled_init(usba_pipe_handle_data_t * ph,uhci_state_t * uhcip,usb_console_info_impl_t * console_info) uhci_polled_init() argument
573 usba_pipe_handle_data_t *ph; uhci_polled_save_state() local
793 uhci_polled_insert_td_on_qh(uhci_polled_t * uhci_polledp,usba_pipe_handle_data_t * ph) uhci_polled_insert_td_on_qh() argument
[all...]
/titanic_51/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_cmp.c202 int ph; in av1394_ioctl_plug_fini() local
231 int ph; in av1394_ioctl_plug_reg_read() local
280 int ph; av1394_ioctl_plug_reg_cas() local
360 int ph; /* plug handle */ av1394_ioctl_plug_init_local() local
421 int ph; av1394_ioctl_plug_init_remote() local
537 int ph; av1394_pcr_make_ph() local
567 av1394_pcr_ph2idx(int ph) av1394_pcr_ph2idx() argument
576 av1394_pcr_ph2pcr(av1394_cmp_t * cmp,int ph) av1394_pcr_ph2pcr() argument
617 av1394_pcr_ph_is_mpr(int ph) av1394_pcr_ph_is_mpr() argument
626 av1394_pcr_ph_is_remote(int ph) av1394_pcr_ph_is_remote() argument
722 av1394_pcr_remote_read(av1394_inst_t * avp,int ph,uint32_t * valp) av1394_pcr_remote_read() argument
756 av1394_pcr_remote_cas(av1394_inst_t * avp,int ph,uint32_t * old_valuep,uint32_t data_value,uint32_t arg_value) av1394_pcr_remote_cas() argument
[all...]
/titanic_51/usr/src/cmd/ldmad/
H A Dldma_dio.c116 is_root_complex(di_prom_handle_t ph, di_node_t di) in is_root_complex() argument
147 add_prom_string_prop(di_prom_handle_t ph, in add_prom_string_prop() argument
178 add_prom_int_prop(di_prom_handle_t ph, in add_prom_int_prop() argument
205 link_device_node(mmd_t * mdp,di_prom_handle_t ph,di_node_t di,md_node_t * node,char * path) link_device_node() argument
245 create_children(mmd_t * mdp,di_prom_handle_t ph,md_node_t * md_parent,di_node_t di_parent) create_children() argument
285 create_peers(mmd_t * mdp,di_prom_handle_t ph,md_node_t * node,di_node_t dev) create_peers() argument
304 di_prom_handle_t ph; device_tree_to_md() local
[all...]
/titanic_51/usr/src/uts/sun4u/starfire/os/
H A Dpda.c101 pda_close(pda_handle_t ph) in pda_close() argument
114 pda_board_present(pda_handle_t ph, int boardnum) in pda_board_present() argument
128 pda_get_board_info(pda_handle_t ph, int boardnum) in pda_get_board_info() argument
136 pda_get_mem_size(pda_handle_t ph, int boardnum) in pda_get_mem_size() argument
185 pda_mem_add_span(pda_handle_t ph, uint64_t basepa, uint64_t nbytes) in pda_mem_add_span() argument
220 pda_mem_del_span(pda_handle_t ph,uint64_t basepa,uint64_t nbytes) pda_mem_del_span() argument
329 pda_mem_sync(pda_handle_t ph,int board,int unit) pda_mem_sync() argument
356 pda_get_busmask(pda_handle_t ph,short * amask,short * dmask) pda_get_busmask() argument
368 pda_is_valid(pda_handle_t ph) pda_is_valid() argument
[all...]
/titanic_51/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c310 usba_pipe_handle_data_t *ph, in ehci_handle_root_hub_pipe_open() argument
374 ehci_handle_root_hub_pipe_close(usba_pipe_handle_data_t *ph) in ehci_handle_root_hub_pipe_close() argument
442 usba_pipe_handle_data_t *ph, in ehci_handle_root_hub_pipe_reset() argument
512 ehci_handle_root_hub_request(ehci_state_t * ehcip,usba_pipe_handle_data_t * ph,usb_ctrl_req_t * ctrl_reqp) ehci_handle_root_hub_request() argument
1125 usba_pipe_handle_data_t *ph; ehci_root_hub_reset_occured() local
1442 ehci_handle_root_hub_pipe_start_intr_polling(usba_pipe_handle_data_t * ph,usb_intr_req_t * client_intr_reqp,usb_flags_t flags) ehci_handle_root_hub_pipe_start_intr_polling() argument
1526 ehci_handle_root_hub_pipe_stop_intr_polling(usba_pipe_handle_data_t * ph,usb_flags_t flags) ehci_handle_root_hub_pipe_stop_intr_polling() argument
1715 usba_pipe_handle_data_t *ph; ehci_root_hub_allocate_intr_pipe_resource() local
1788 usba_pipe_handle_data_t *ph; ehci_root_hub_intr_pipe_cleanup() local
1854 usba_pipe_handle_data_t *ph; ehci_handle_root_hub_status_change() local
2053 ehci_root_hub_hcdi_callback(usba_pipe_handle_data_t * ph,usb_cr_t completion_reason) ehci_root_hub_hcdi_callback() argument
[all...]
H A Dehci.c808 usba_pipe_handle_data_t *ph, in ehci_hcdi_pipe_open() argument
1033 ehci_hcdi_pipe_close(usba_pipe_handle_data_t * ph,usb_flags_t flags) ehci_hcdi_pipe_close() argument
1116 ehci_hcdi_pipe_reset(usba_pipe_handle_data_t * ph,usb_flags_t usb_flags) ehci_hcdi_pipe_reset() argument
1153 ehci_hcdi_pipe_reset_data_toggle(usba_pipe_handle_data_t * ph) ehci_hcdi_pipe_reset_data_toggle() argument
1180 ehci_hcdi_pipe_ctrl_xfer(usba_pipe_handle_data_t * ph,usb_ctrl_req_t * ctrl_reqp,usb_flags_t usb_flags) ehci_hcdi_pipe_ctrl_xfer() argument
1291 ehci_hcdi_pipe_bulk_xfer(usba_pipe_handle_data_t * ph,usb_bulk_req_t * bulk_reqp,usb_flags_t usb_flags) ehci_hcdi_pipe_bulk_xfer() argument
1349 ehci_hcdi_pipe_intr_xfer(usba_pipe_handle_data_t * ph,usb_intr_req_t * intr_reqp,usb_flags_t usb_flags) ehci_hcdi_pipe_intr_xfer() argument
1400 ehci_hcdi_pipe_stop_intr_polling(usba_pipe_handle_data_t * ph,usb_flags_t flags) ehci_hcdi_pipe_stop_intr_polling() argument
1499 ehci_hcdi_pipe_isoc_xfer(usba_pipe_handle_data_t * ph,usb_isoc_req_t * isoc_reqp,usb_flags_t usb_flags) ehci_hcdi_pipe_isoc_xfer() argument
1552 ehci_hcdi_pipe_stop_isoc_polling(usba_pipe_handle_data_t * ph,usb_flags_t flags) ehci_hcdi_pipe_stop_isoc_polling() argument
[all...]
H A Dehci_xfer.c305 ehci_alloc_qh(ehci_state_t * ehcip,usba_pipe_handle_data_t * ph,uint_t flag) ehci_alloc_qh() argument
403 ehci_unpack_endpoint(ehci_state_t * ehcip,usba_pipe_handle_data_t * ph,ehci_qh_t * qh) ehci_unpack_endpoint() argument
535 ehci_insert_qh(ehci_state_t * ehcip,usba_pipe_handle_data_t * ph) ehci_insert_qh() argument
850 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; ehci_halt_hs_qh() local
890 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; ehci_halt_fls_ctrl_and_bulk_qh() local
940 ehci_clear_tt_buffer(ehci_state_t * ehcip,usba_pipe_handle_data_t * ph,ehci_qh_t * qh) ehci_clear_tt_buffer() argument
1514 ehci_insert_ctrl_req(ehci_state_t * ehcip,usba_pipe_handle_data_t * ph,usb_ctrl_req_t * ctrl_reqp,ehci_trans_wrapper_t * tw,usb_flags_t usb_flags) ehci_insert_ctrl_req() argument
1697 ehci_insert_bulk_req(ehci_state_t * ehcip,usba_pipe_handle_data_t * ph,usb_bulk_req_t * bulk_reqp,ehci_trans_wrapper_t * tw,usb_flags_t flags) ehci_insert_bulk_req() argument
1793 ehci_start_periodic_pipe_polling(ehci_state_t * ehcip,usba_pipe_handle_data_t * ph,usb_opaque_t periodic_in_reqp,usb_flags_t flags) ehci_start_periodic_pipe_polling() argument
1900 ehci_start_pipe_polling(ehci_state_t * ehcip,usba_pipe_handle_data_t * ph,usb_flags_t flags) ehci_start_pipe_polling() argument
1943 ehci_start_intr_polling(ehci_state_t * ehcip,usba_pipe_handle_data_t * ph,usb_flags_t flags) ehci_start_intr_polling() argument
2012 ehci_set_periodic_pipe_polling(ehci_state_t * ehcip,usba_pipe_handle_data_t * ph) ehci_set_periodic_pipe_polling() argument
2084 ehci_allocate_intr_resources(ehci_state_t * ehcip,usba_pipe_handle_data_t * ph,usb_intr_req_t * intr_reqp,usb_flags_t flags) ehci_allocate_intr_resources() argument
2201 ehci_stop_periodic_pipe_polling(ehci_state_t * ehcip,usba_pipe_handle_data_t * ph,usb_flags_t flags) ehci_stop_periodic_pipe_polling() argument
2657 ehci_traverse_qtds(ehci_state_t * ehcip,usba_pipe_handle_data_t * ph) ehci_traverse_qtds() argument
3233 usba_pipe_handle_data_t *ph = (usba_pipe_handle_data_t *)arg; ehci_xfer_timeout_handler() local
3486 ehci_free_dma_resources(ehci_state_t * ehcip,usba_pipe_handle_data_t * ph) ehci_free_dma_resources() argument
3577 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; ehci_allocate_intr_in_resource() local
3649 ehci_pipe_cleanup(ehci_state_t * ehcip,usba_pipe_handle_data_t * ph) ehci_pipe_cleanup() argument
3873 ehci_save_data_toggle(ehci_state_t * ehcip,usba_pipe_handle_data_t * ph) ehci_save_data_toggle() argument
3928 ehci_restore_data_toggle(ehci_state_t * ehcip,usba_pipe_handle_data_t * ph) ehci_restore_data_toggle() argument
3983 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; ehci_handle_outstanding_requests() local
4034 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; ehci_deallocate_intr_in_resource() local
4077 usba_pipe_handle_data_t *ph = pp->pp_pipe_handle; ehci_do_client_periodic_in_req_callback() local
4109 ehci_hcdi_callback(usba_pipe_handle_data_t * ph,ehci_trans_wrapper_t * tw,usb_cr_t completion_reason) ehci_hcdi_callback() argument
[all...]
/titanic_51/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c326 usba_pipe_handle_data_t *ph, in ohci_handle_root_hub_pipe_open() argument
390 ohci_handle_root_hub_pipe_close(usba_pipe_handle_data_t *ph) in ohci_handle_root_hub_pipe_close() argument
458 usba_pipe_handle_data_t *ph, in ohci_handle_root_hub_pipe_reset() argument
528 ohci_handle_root_hub_request(ohci_state_t * ohcip,usba_pipe_handle_data_t * ph,usb_ctrl_req_t * ctrl_reqp) ohci_handle_root_hub_request() argument
1290 ohci_handle_root_hub_pipe_start_intr_polling(usba_pipe_handle_data_t * ph,usb_intr_req_t * client_intr_reqp,usb_flags_t flags) ohci_handle_root_hub_pipe_start_intr_polling() argument
1372 ohci_handle_root_hub_pipe_stop_intr_polling(usba_pipe_handle_data_t * ph,usb_flags_t flags) ohci_handle_root_hub_pipe_stop_intr_polling() argument
1419 usba_pipe_handle_data_t *ph; ohci_root_hub_allocate_intr_pipe_resource() local
1493 usba_pipe_handle_data_t *ph; ohci_root_hub_intr_pipe_cleanup() local
1558 usba_pipe_handle_data_t *ph; ohci_handle_root_hub_status_change() local
1745 ohci_root_hub_hcdi_callback(usba_pipe_handle_data_t * ph,usb_cr_t completion_reason) ohci_root_hub_hcdi_callback() argument
[all...]
/titanic_51/usr/src/cmd/devfsadm/
H A Dcfg_link.c406 di_propall_lookup_ints(di_prom_handle_t ph, int flags, in di_propall_lookup_ints() argument
427 di_propall_lookup_strings(di_prom_handle_t ph, int flags, in di_propall_lookup_strings() argument
449 pci_cfg_chassis_node(di_node_t node, di_prom_handle_t ph) in pci_cfg_chassis_node() argument
465 di_propall_lookup_slot_names(di_prom_handle_t ph, int flags, in di_propall_lookup_slot_names() argument
488 pci_cfg_slotname(di_node_t node,di_prom_handle_t ph,minor_t pci_dev) pci_cfg_slotname() argument
535 pci_cfg_ap_node(minor_t pci_dev,di_node_t node,di_prom_handle_t ph,char * buf,int bufsz,int flags) pci_cfg_ap_node() argument
596 pci_cfg_iob_name(di_minor_t minor,di_node_t node,di_prom_handle_t ph,char * buf,int bufsz) pci_cfg_iob_name() argument
637 pci_cfg_pcidev(di_node_t node,di_prom_handle_t ph) pci_cfg_pcidev() argument
675 pci_cfg_ap_path(di_minor_t minor,di_node_t node,di_prom_handle_t ph,char * ap_path,int ap_pathsz,char ** pathret) pci_cfg_ap_path() argument
868 pci_cfg_ap_legacy(di_minor_t minor,di_node_t node,di_prom_handle_t ph,char * ap_path,int ap_pathsz) pci_cfg_ap_legacy() argument
891 pci_cfg_is_ap_path(di_node_t node,di_prom_handle_t ph) pci_cfg_is_ap_path() argument
1082 di_prom_handle_t ph; pci_cfg_creat_cb() local
[all...]

12345