Searched refs:CIP (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/sdcard/impl/ |
H A D | sda_cmd.c | 94 #define CIP(cmdp) ((sda_cmd_impl_t *)(void *)cmdp) macro 151 return (CIP(cmdp)->c_private); in sda_cmd_data() 157 return (CIP(cmdp)->c_errno); in sda_cmd_errno() 163 sda_cmd_impl_t *c = CIP(cmdp); in sda_cmd_notify() 194 sda_cmd_impl_t *c = CIP(cmdp); in sda_cmd_wait() 205 sda_cmd_impl_t *c = CIP(cmdp); in sda_cmd_submit() 250 sda_cmd_impl_t *c = CIP(cmdp); in sda_cmd_resubmit_acmd() 363 errno = CIP(cmdp)->c_errno; in sda_cmd_exec()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcpvar.h | 960 #define CIP(child) ((child_info_t *)(child)) macro
|
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 3841 child_info_t *cip = CIP(cdip); in fcp_port_ioctl() 3851 cip = CIP(pip); in fcp_port_ioctl() 3920 child_info_t *cip = CIP(cdip); in fcp_port_ioctl() 3927 cip = CIP(pip); in fcp_port_ioctl() 4125 child_info_t *cip = CIP(cdip); in fcp_port_ioctl() 4131 cip = CIP(pip); in fcp_port_ioctl() 12432 CIP(fcp_create_dip(plun, lcount, tcount)); in fcp_get_cip() 12436 CIP(fcp_create_pip(plun, lcount, tcount)); in fcp_get_cip() 12584 (void) fcp_pass_to_hp(pptr, plun, CIP(old_dip), FCP_OFFLINE, in fcp_create_dip() 12774 (void) fcp_pass_to_hp(pptr, plun, CIP(old_pip), in fcp_create_pip() [all …]
|