Symbol: pppt_sess_t
usr/src/uts/common/io/comstar/port/pppt/pppt.c
1068
pppt_sess_rele(pppt_sess_t *ps)
usr/src/uts/common/io/comstar/port/pppt/pppt.c
1076
pppt_sess_rele_locked(pppt_sess_t *ps)
usr/src/uts/common/io/comstar/port/pppt/pppt.c
1087
pppt_sess_t *ps = ps_void;
usr/src/uts/common/io/comstar/port/pppt/pppt.c
1111
const pppt_sess_t *psess1 = void_sess1;
usr/src/uts/common/io/comstar/port/pppt/pppt.c
1112
const pppt_sess_t *psess2 = void_sess2;
usr/src/uts/common/io/comstar/port/pppt/pppt.c
1132
const pppt_sess_t *psess1 = void_sess1;
usr/src/uts/common/io/comstar/port/pppt/pppt.c
1133
const pppt_sess_t *psess2 = void_sess2;
usr/src/uts/common/io/comstar/port/pppt/pppt.c
1160
pppt_sess_close_locked(pppt_sess_t *ps)
usr/src/uts/common/io/comstar/port/pppt/pppt.c
1324
pppt_sess_t *sess;
usr/src/uts/common/io/comstar/port/pppt/pppt.c
437
pppt_sess_avl_compare_by_id, sizeof (pppt_sess_t),
usr/src/uts/common/io/comstar/port/pppt/pppt.c
438
offsetof(pppt_sess_t, ps_global_ln));
usr/src/uts/common/io/comstar/port/pppt/pppt.c
801
pppt_sess_t *ps = ptask->pt_sess;
usr/src/uts/common/io/comstar/port/pppt/pppt.c
848
pppt_sess_t *
usr/src/uts/common/io/comstar/port/pppt/pppt.c
853
pppt_sess_t *ps;
usr/src/uts/common/io/comstar/port/pppt/pppt.c
902
pppt_sess_t *
usr/src/uts/common/io/comstar/port/pppt/pppt.c
905
pppt_sess_t tmp_ps;
usr/src/uts/common/io/comstar/port/pppt/pppt.c
906
pppt_sess_t *ps;
usr/src/uts/common/io/comstar/port/pppt/pppt.c
926
pppt_sess_t *
usr/src/uts/common/io/comstar/port/pppt/pppt.c
932
pppt_sess_t *ps;
usr/src/uts/common/io/comstar/port/pppt/pppt.c
934
pppt_sess_t tmp_ps;
usr/src/uts/common/io/comstar/port/pppt/pppt.h
157
pppt_sess_t *pt_sess;
usr/src/uts/common/io/comstar/port/pppt/pppt.h
237
pppt_sess_t *pppt_sess_lookup_locked(uint64_t session_id,
usr/src/uts/common/io/comstar/port/pppt/pppt.h
241
pppt_sess_t *pppt_sess_lookup_by_id_locked(uint64_t session_id);
usr/src/uts/common/io/comstar/port/pppt/pppt.h
243
pppt_sess_t *pppt_sess_lookup_create(scsi_devid_desc_t *lport_devid,
usr/src/uts/common/io/comstar/port/pppt/pppt.h
247
void pppt_sess_rele(pppt_sess_t *sks);
usr/src/uts/common/io/comstar/port/pppt/pppt.h
249
void pppt_sess_rele_locked(pppt_sess_t *sks);
usr/src/uts/common/io/comstar/port/pppt/pppt.h
251
void pppt_sess_close_locked(pppt_sess_t *ps);
usr/src/uts/common/io/comstar/port/pppt/pppt_msg.c
208
pppt_sess_t *ps;
usr/src/uts/common/io/comstar/port/pppt/pppt_msg.c
250
pppt_sess_t *pppt_sess;
usr/src/uts/common/io/comstar/port/pppt/pppt_tgt.c
169
sizeof (pppt_sess_t), offsetof(pppt_sess_t, ps_target_ln));
usr/src/uts/common/io/comstar/port/pppt/pppt_tgt.c
765
pppt_sess_t *ps, *next_ps;