Home
last modified time | relevance | path

Searched refs:PIP (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/truss/
H A Dprint.h66 #define PIP 24 /* print pipe flags */ macro
H A Dsystable.c264 {"pipe", 2, DEC, NOV, PFD, PIP}, /* 42 */
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c4053 PIP(plun->lun_cip)); in fcp_port_ioctl()
8208 cdip = mdi_pi_get_client(PIP(plun->lun_cip)); in fcp_trigger_lun()
8214 cdip = mdi_pi_get_client(PIP(cip)); in fcp_trigger_lun()
8452 (void) mdi_pi_disable_path(PIP(plun->lun_cip), DRIVER_DISABLE); in fcp_prepare_offline_lun()
8611 cdip = mdi_pi_get_client(PIP(plun->lun_cip)); in fcp_update_offline_flags()
9076 cdip = mdi_pi_get_client(PIP(plun->lun_cip)); in fcp_complete_pkt()
9141 PIP(plun->lun_cip)); in fcp_complete_pkt()
12492 rval = fcp_is_pip_present(plun, PIP(cip)); in fcp_is_child_present()
12721 mdi_pathinfo_t *old_pip = PIP(plun->lun_cip); in fcp_create_pip()
13192 cdip = mdi_pi_get_client(PIP(cip)); in fcp_online_child()
[all …]
/titanic_44/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h962 #define PIP(child) ((mdi_pathinfo_t *)(child)) macro