Home
last modified time | relevance | path

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

12345

/illumos-gate/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
112 #define NSCD_STATUS_IS_OK(ph) \ argument
115 #define NSCD_STATUS_IS_NOT_OK(ph) \ argument
118 #define NSCD_GET_STATUS(ph) \ argument
121 #define NSCD_GET_ERRNO(ph) \ argument
124 #define NSCD_GET_HERRNO(ph) \ argument
127 #define NSCD_GET_NSCD_STATUS(ph) \ argument
130 #define NSCD_CLEAR_STATUS(ph) \ argument
[all …]
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dbpt.c98 find_bp(struct ps_prochandle *ph, ulong_t addr) in find_bp()
113 delete_bp(struct ps_prochandle *ph, ulong_t addr) in delete_bp()
134 list_breakpoints(struct ps_prochandle *ph) in list_breakpoints()
152 set_breaks(struct ps_prochandle *ph) in set_breaks()
174 clear_breaks(struct ps_prochandle *ph) in clear_breaks()
188 delete_all_breakpoints(struct ps_prochandle *ph) in delete_all_breakpoints()
223 handle_sp_break(struct ps_prochandle *ph) in handle_sp_break()
270 continue_to_break(struct ps_prochandle *ph) in continue_to_break()
387 is_plt(struct ps_prochandle *ph, ulong_t pc) in is_plt()
406 step_n(struct ps_prochandle *ph, size_t count, sn_flags_e flgs) in step_n()
[all …]
H A Dmaps.c64 str_to_map(struct ps_prochandle *ph, const char *soname) in str_to_map()
81 addr_to_map(struct ps_prochandle *ph, ulong_t addr) in addr_to_map()
109 display_linkmaps(struct ps_prochandle *ph) in display_linkmaps()
150 display_maps(struct ps_prochandle *ph) in display_maps()
355 struct ps_prochandle *ph = (struct ps_prochandle *)cd; in map_iter() local
415 free_linkmaps(struct ps_prochandle *ph) in free_linkmaps()
442 get_linkmaps(struct ps_prochandle *ph) in get_linkmaps()
450 set_objpad(struct ps_prochandle *ph, size_t padsize) in set_objpad()
H A Dps.c230 ps_close(struct ps_prochandle *ph) in ps_close()
241 ps_pauxv(struct ps_prochandle *ph, const auxv_t **auxvp) in ps_pauxv()
248 ps_pdmodel(struct ps_prochandle *ph, int *dm) in ps_pdmodel()
260 ps_pread(struct ps_prochandle *ph, psaddr_t addr, void *buf, size_t size) in ps_pread()
269 ps_pwrite(struct ps_prochandle *ph, psaddr_t addr, const void *buf, size_t size) in ps_pwrite()
278 ps_pglobal_sym(struct ps_prochandle *ph, const char *object_name, in ps_pglobal_sym()
300 ps_pglobal_lookup(struct ps_prochandle *ph, const char *object_name, in ps_pglobal_lookup()
318 ps_lgetregs(struct ps_prochandle *ph, lwpid_t lid, prgregset_t gregset) in ps_lgetregs()
H A Dutils.c62 proc_string_read(struct ps_prochandle *ph, ulong_t addr, char *buf, int bufsiz) in proc_string_read()
87 print_varstring(struct ps_prochandle *ph, const char *varname) in print_varstring()
98 print_mem(struct ps_prochandle *ph, ulong_t address, int count, char *format) in print_mem()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/sparc/
H A Dregs.c34 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, in disp_reg_line()
51 display_local_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_local_regs()
71 display_out_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_out_regs()
91 display_special_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_special_regs()
110 display_global_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_global_regs()
130 display_in_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_in_regs()
151 display_all_regs(struct ps_prochandle *ph) in display_all_regs()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/sparcv9/
H A Dregs.c34 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, in disp_reg_line()
64 display_local_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_local_regs()
84 display_out_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_out_regs()
104 display_special_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_special_regs()
129 display_global_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_global_regs()
149 display_in_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_in_regs()
170 display_all_regs(struct ps_prochandle *ph) in display_all_regs()
/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii.c309 phy_handle_t *ph; in mii_set_pauseable() local
537 phy_handle_t *ph; in mii_set_loopback() local
659 phy_handle_t *ph; in mii_m_getprop() local
724 phy_handle_t *ph; in mii_m_propinfo() local
770 phy_handle_t *ph; in mii_m_setprop() local
926 phy_handle_t *ph; in mii_m_getstat() local
1803 phy_handle_t *ph; in _mii_probe() local
1908 phy_handle_t *ph; in _mii_reset() local
1961 phy_handle_t *ph; in _mii_loopback() local
2013 phy_handle_t *ph; in _mii_check() local
[all …]
H A Dmii_marvell.c149 mvphy_reset_88e3016(phy_handle_t *ph) in mvphy_reset_88e3016()
182 mvphy_loop_88e3016(phy_handle_t *ph) in mvphy_loop_88e3016()
208 mvphy_reset_88e3082(phy_handle_t *ph) in mvphy_reset_88e3082()
225 mvphy_reset_88e1149(phy_handle_t *ph) in mvphy_reset_88e1149()
287 mvphy_reset_88e1116(phy_handle_t *ph) in mvphy_reset_88e1116()
322 mvphy_reset_88e1118(phy_handle_t *ph) in mvphy_reset_88e1118()
338 mvphy_reset_88e1111(phy_handle_t *ph) in mvphy_reset_88e1111()
360 mvphy_reset_88e1112(phy_handle_t *ph) in mvphy_reset_88e1112()
418 mvphy_reset(phy_handle_t *ph) in mvphy_reset()
436 mvphy_start(phy_handle_t *ph) in mvphy_start()
[all …]
H A Dmii_realtek.c48 phy_realtek_probe(phy_handle_t *ph) in phy_realtek_probe()
67 rtl8139_check(phy_handle_t *ph) in rtl8139_check()
94 rtl8201_check(phy_handle_t *ph) in rtl8201_check()
H A Dmii_qualsemi.c42 qs6612_reset(phy_handle_t *ph) in qs6612_reset()
56 qs6612_check(phy_handle_t *ph) in qs6612_check()
92 phy_qualsemi_probe(phy_handle_t *ph) in phy_qualsemi_probe()
H A Dmii_natsemi.c38 ns83840_reset(phy_handle_t *ph) in ns83840_reset()
62 phy_natsemi_probe(phy_handle_t *ph) in phy_natsemi_probe()
H A Dmii_intel.c58 i82555_start(phy_handle_t *ph) in i82555_start()
94 phy_intel_probe(phy_handle_t *ph) in phy_intel_probe()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_prop_decode.c80 di_prop_reset_pos(prop_handle_t *ph) in di_prop_reset_pos()
91 di_prop_save_pos(prop_handle_t *ph) in di_prop_save_pos()
100 di_prop_restore_pos(prop_handle_t *ph) in di_prop_restore_pos()
113 di_prop_fm_decode_ints(prop_handle_t *ph, void *data, uint_t *nelements) in di_prop_fm_decode_ints()
189 di_prop_fm_decode_strings(prop_handle_t *ph, void *data, uint_t *nelements) in di_prop_fm_decode_strings()
269 di_prop_fm_decode_bytes(prop_handle_t *ph, void *data, uint_t *nelements) in di_prop_fm_decode_bytes()
369 di_prop_1275_int(prop_handle_t *ph, uint_t cmd, int *data) in di_prop_1275_int()
484 di_prop_int64_op(prop_handle_t *ph, uint_t cmd, int64_t *data) in di_prop_int64_op()
587 di_prop_1275_string(prop_handle_t *ph, uint_t cmd, char *data) in di_prop_1275_string()
724 di_prop_1275_bytes(prop_handle_t *ph, uint_t cmd, uchar_t *data, in di_prop_1275_bytes()
[all …]
/illumos-gate/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()
302 uhci_hcdi_pipe_close(usba_pipe_handle_data_t *ph, usb_flags_t usb_flags) in uhci_hcdi_pipe_close()
451 uhci_hcdi_pipe_reset(usba_pipe_handle_data_t *ph, usb_flags_t usb_flags) in uhci_hcdi_pipe_reset()
586 usba_pipe_handle_data_t *ph) in uhci_hcdi_pipe_reset_data_toggle()
612 usba_pipe_handle_data_t *ph, in uhci_hcdi_pipe_ctrl_xfer()
740 usba_pipe_handle_data_t *ph, in uhci_hcdi_pipe_intr_xfer()
894 usba_pipe_handle_data_t *ph, in uhci_hcdi_pipe_isoc_xfer()
921 usba_pipe_handle_data_t *ph, in uhci_hcdi_pipe_stop_isoc_polling()
955 usba_pipe_handle_data_t *ph, in uhci_start_periodic_pipe_polling()
1088 usba_pipe_handle_data_t *ph, usb_flags_t flags) in uhci_stop_periodic_pipe_polling()
[all …]
H A Duhcipolled.c72 uhci_hcdi_polled_input_init(usba_pipe_handle_data_t *ph, in uhci_hcdi_polled_input_init()
288 uhci_hcdi_polled_output_init(usba_pipe_handle_data_t *ph, in uhci_hcdi_polled_output_init()
395 usba_pipe_handle_data_t *ph; in uhci_hcdi_polled_write() local
478 uhci_polled_init(usba_pipe_handle_data_t *ph, in uhci_polled_init()
573 usba_pipe_handle_data_t *ph; in uhci_polled_save_state() local
793 usba_pipe_handle_data_t *ph) in uhci_polled_insert_td_on_qh()
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_cmp.c184 int ph; in av1394_ioctl_plug_fini() local
213 int ph; in av1394_ioctl_plug_reg_read() local
262 int ph; in av1394_ioctl_plug_reg_cas() local
342 int ph; /* plug handle */ in av1394_ioctl_plug_init_local() local
403 int ph; in av1394_ioctl_plug_init_remote() local
507 int ph; in av1394_pcr_make_ph() local
537 av1394_pcr_ph2idx(int ph) in av1394_pcr_ph2idx()
546 av1394_pcr_ph2pcr(av1394_cmp_t *cmp, int ph) in av1394_pcr_ph2pcr()
587 av1394_pcr_ph_is_mpr(int ph) in av1394_pcr_ph_is_mpr()
596 av1394_pcr_ph_is_remote(int ph) in av1394_pcr_ph_is_remote()
[all …]
/illumos-gate/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()
147 add_prom_string_prop(di_prom_handle_t ph, in add_prom_string_prop()
178 add_prom_int_prop(di_prom_handle_t ph, in add_prom_int_prop()
205 di_prom_handle_t ph, di_node_t di, md_node_t *node, char *path) in link_device_node()
245 di_prom_handle_t ph, md_node_t *md_parent, di_node_t di_parent) in create_children()
285 create_peers(mmd_t *mdp, di_prom_handle_t ph, md_node_t *node, di_node_t dev) in create_peers()
304 di_prom_handle_t ph; in device_tree_to_md() local
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c40 xhci_hcdi_get_xhcip(usba_pipe_handle_data_t *ph) in xhci_hcdi_get_xhcip()
58 xhci_hcdi_pipe_open(usba_pipe_handle_data_t *ph, usb_flags_t usb_flags) in xhci_hcdi_pipe_open()
363 xhci_hcdi_pipe_poll_fini(usba_pipe_handle_data_t *ph, boolean_t is_close) in xhci_hcdi_pipe_poll_fini()
489 xhci_hcdi_pipe_close(usba_pipe_handle_data_t *ph, usb_flags_t usb_flags) in xhci_hcdi_pipe_close()
590 xhci_hcdi_pipe_reset(usba_pipe_handle_data_t *ph, usb_flags_t usb_flags) in xhci_hcdi_pipe_reset()
1025 xhci_hcdi_periodic_init(xhci_t *xhcip, usba_pipe_handle_data_t *ph, in xhci_hcdi_periodic_init()
1159 xhci_hcdi_intr_oneshot(xhci_t *xhcip, usba_pipe_handle_data_t *ph, in xhci_hcdi_intr_oneshot()
1296 xhci_hcdi_pipe_stop_intr_polling(usba_pipe_handle_data_t *ph, in xhci_hcdi_pipe_stop_intr_polling()
1303 xhci_hcdi_isoc_periodic(xhci_t *xhcip, usba_pipe_handle_data_t *ph, in xhci_hcdi_isoc_periodic()
1324 xhci_hcdi_isoc_oneshot(xhci_t *xhcip, usba_pipe_handle_data_t *ph, in xhci_hcdi_isoc_oneshot()
[all …]
/illumos-gate/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()
374 ehci_handle_root_hub_pipe_close(usba_pipe_handle_data_t *ph) in ehci_handle_root_hub_pipe_close()
442 usba_pipe_handle_data_t *ph, in ehci_handle_root_hub_pipe_reset()
512 usba_pipe_handle_data_t *ph, in ehci_handle_root_hub_request()
1125 usba_pipe_handle_data_t *ph; in ehci_root_hub_reset_occured() local
1442 usba_pipe_handle_data_t *ph, in ehci_handle_root_hub_pipe_start_intr_polling()
1526 usba_pipe_handle_data_t *ph, in ehci_handle_root_hub_pipe_stop_intr_polling()
1715 usba_pipe_handle_data_t *ph; in ehci_root_hub_allocate_intr_pipe_resource() local
1788 usba_pipe_handle_data_t *ph; in ehci_root_hub_intr_pipe_cleanup() local
1854 usba_pipe_handle_data_t *ph; in ehci_handle_root_hub_status_change() local
[all …]
H A Dehci.c793 usba_pipe_handle_data_t *ph, in ehci_hcdi_pipe_open()
1018 usba_pipe_handle_data_t *ph, in ehci_hcdi_pipe_close()
1101 usba_pipe_handle_data_t *ph, in ehci_hcdi_pipe_reset()
1138 usba_pipe_handle_data_t *ph) in ehci_hcdi_pipe_reset_data_toggle()
1165 usba_pipe_handle_data_t *ph, in ehci_hcdi_pipe_ctrl_xfer()
1276 usba_pipe_handle_data_t *ph, in ehci_hcdi_pipe_bulk_xfer()
1334 usba_pipe_handle_data_t *ph, in ehci_hcdi_pipe_intr_xfer()
1385 usba_pipe_handle_data_t *ph, in ehci_hcdi_pipe_stop_intr_polling()
1484 usba_pipe_handle_data_t *ph, in ehci_hcdi_pipe_isoc_xfer()
1537 usba_pipe_handle_data_t *ph, in ehci_hcdi_pipe_stop_isoc_polling()
H A Dehci_xfer.c305 usba_pipe_handle_data_t *ph, in ehci_alloc_qh()
403 usba_pipe_handle_data_t *ph, in ehci_unpack_endpoint()
535 usba_pipe_handle_data_t *ph) in ehci_insert_qh()
940 usba_pipe_handle_data_t *ph, in ehci_clear_tt_buffer()
1512 usba_pipe_handle_data_t *ph, in ehci_insert_ctrl_req()
1695 usba_pipe_handle_data_t *ph, in ehci_insert_bulk_req()
1791 usba_pipe_handle_data_t *ph, in ehci_start_periodic_pipe_polling()
1898 usba_pipe_handle_data_t *ph, in ehci_start_pipe_polling()
1941 usba_pipe_handle_data_t *ph, in ehci_start_intr_polling()
2010 usba_pipe_handle_data_t *ph) in ehci_set_periodic_pipe_polling()
[all …]
/illumos-gate/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()
390 ohci_handle_root_hub_pipe_close(usba_pipe_handle_data_t *ph) in ohci_handle_root_hub_pipe_close()
458 usba_pipe_handle_data_t *ph, in ohci_handle_root_hub_pipe_reset()
528 usba_pipe_handle_data_t *ph, in ohci_handle_root_hub_request()
1290 usba_pipe_handle_data_t *ph, in ohci_handle_root_hub_pipe_start_intr_polling()
1372 usba_pipe_handle_data_t *ph, in ohci_handle_root_hub_pipe_stop_intr_polling()
1419 usba_pipe_handle_data_t *ph; in ohci_root_hub_allocate_intr_pipe_resource() local
1493 usba_pipe_handle_data_t *ph; in ohci_root_hub_intr_pipe_cleanup() local
1558 usba_pipe_handle_data_t *ph; in ohci_handle_root_hub_status_change() local
1745 usba_pipe_handle_data_t *ph, in ohci_root_hub_hcdi_callback()
/illumos-gate/usr/src/cmd/devfsadm/
H A Dcfg_link.c415 di_propall_lookup_ints(di_prom_handle_t ph, int flags, in di_propall_lookup_ints()
436 di_propall_lookup_strings(di_prom_handle_t ph, int flags, in di_propall_lookup_strings()
458 pci_cfg_chassis_node(di_node_t node, di_prom_handle_t ph) in pci_cfg_chassis_node()
474 di_propall_lookup_slot_names(di_prom_handle_t ph, int flags, in di_propall_lookup_slot_names()
497 pci_cfg_slotname(di_node_t node, di_prom_handle_t ph, minor_t pci_dev) in pci_cfg_slotname()
544 pci_cfg_ap_node(minor_t pci_dev, di_node_t node, di_prom_handle_t ph, in pci_cfg_ap_node()
605 pci_cfg_iob_name(di_minor_t minor, di_node_t node, di_prom_handle_t ph, in pci_cfg_iob_name()
646 pci_cfg_pcidev(di_node_t node, di_prom_handle_t ph) in pci_cfg_pcidev()
684 pci_cfg_ap_path(di_minor_t minor, di_node_t node, di_prom_handle_t ph, in pci_cfg_ap_path()
900 pci_cfg_is_ap_path(di_node_t node, di_prom_handle_t ph) in pci_cfg_is_ap_path()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h365 #define MDI_PHCI_STABLE(ph) { \ argument
398 #define MDI_PHCI_IS_READY(ph) \ argument
401 #define MDI_PHCI_SET_OFFLINE(ph) {\ argument
404 #define MDI_PHCI_SET_ONLINE(ph) {\ argument
407 #define MDI_PHCI_IS_OFFLINE(ph) \ argument
410 #define MDI_PHCI_SET_SUSPEND(ph) {\ argument
413 #define MDI_PHCI_SET_RESUME(ph) {\ argument
416 #define MDI_PHCI_IS_SUSPENDED(ph) \ argument
419 #define MDI_PHCI_SET_DETACH(ph) {\ argument
422 #define MDI_PHCI_SET_ATTACH(ph) {\ argument
[all …]

12345