Lines Matching defs:pd

805 	fc_remote_port_t	pd;
818 if (mdb_vread(&pd, sizeof (fc_remote_port_t), addr) !=
820 mdb_warn("Error reading pd at 0x%x\n", addr);
825 mdb_printf(" mutex : 0x%p\n", pd.pd_mutex);
826 mdb_printf(" port_id : 0x%-8x\n", pd.pd_port_id);
828 pd.pd_port_name.raw_wwn[0], pd.pd_port_name.raw_wwn[1],
829 pd.pd_port_name.raw_wwn[2], pd.pd_port_name.raw_wwn[3],
830 pd.pd_port_name.raw_wwn[4], pd.pd_port_name.raw_wwn[5],
831 pd.pd_port_name.raw_wwn[6], pd.pd_port_name.raw_wwn[7]);
832 mdb_printf(" login_count : %d\n", pd.pd_login_count);
833 mdb_printf(" state : 0x%x ", pd.pd_state);
835 switch (pd.pd_state) {
849 mdb_printf(" remote node : 0x%p\n", pd.pd_remote_nodep);
850 mdb_printf(" hard_addr : 0x%x\n", pd.pd_hard_addr);
851 mdb_printf(" local port : 0x%p\n", pd.pd_port);
852 mdb_printf(" type : %d ", pd.pd_type);
854 switch (pd.pd_type) {
886 mdb_printf(" flags : 0x%x ", pd.pd_flags);
888 switch (pd.pd_flags) {
902 mdb_printf(" login_class : 0x%x\n", pd.pd_login_class);
903 mdb_printf(" recipient : %d\n", pd.pd_recepient);
904 mdb_printf(" ref_count : %d\n", pd.pd_ref_count);
905 mdb_printf(" aux_flags : 0x%x ", pd.pd_aux_flags);
908 if (pd.pd_aux_flags & PD_IN_DID_QUEUE) {
913 if (pd.pd_aux_flags & PD_DISABLE_RELOGIN) {
922 if (pd.pd_aux_flags & PD_NEEDS_REMOVAL) {
931 if (pd.pd_aux_flags & PD_LOGGED_OUT) {
940 if (pd.pd_aux_flags & PD_GIVEN_TO_ULPS) {
955 mdb_printf(" sig : %p\n", pd.pd_logo_tc.sig);
956 mdb_printf(" active : %d\n", pd.pd_logo_tc.active);
957 mdb_printf(" counter : %d\n", pd.pd_logo_tc.counter);
958 mdb_printf(" max_value : %d\n", pd.pd_logo_tc.max_value);
959 mdb_printf(" timer : %d\n", pd.pd_logo_tc.timer);