Symbol: mdi_pathinfo
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
885
struct mdi_pathinfo *pip;
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
906
pip = (struct mdi_pathinfo *)mdi_c.ct_path_head;
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
909
struct mdi_pathinfo pi;
usr/src/cmd/mdb/common/modules/genunix/mdi.c
110
struct mdi_pathinfo value;
usr/src/cmd/mdb/common/modules/genunix/mdi.c
117
if (mdb_vread(&value, sizeof (struct mdi_pathinfo), addr) !=
usr/src/cmd/mdb/common/modules/genunix/mdi.c
118
sizeof (struct mdi_pathinfo)) {
usr/src/cmd/mdb/common/modules/genunix/mdi.c
311
wsp->walk_data = mdb_alloc(sizeof (struct mdi_pathinfo), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/mdi.c
331
if (mdb_vread(wsp->walk_data, sizeof (struct mdi_pathinfo),
usr/src/cmd/mdb/common/modules/genunix/mdi.c
339
(((struct mdi_pathinfo *)wsp->walk_data)->pi_client_link);
usr/src/cmd/mdb/common/modules/genunix/mdi.c
348
mdb_free(wsp->walk_data, sizeof (struct mdi_pathinfo));
usr/src/cmd/mdb/common/modules/genunix/mdi.c
381
wsp->walk_data = mdb_alloc(sizeof (struct mdi_pathinfo), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/mdi.c
400
if (mdb_vread(wsp->walk_data, sizeof (struct mdi_pathinfo),
usr/src/cmd/mdb/common/modules/genunix/mdi.c
408
(((struct mdi_pathinfo *)wsp->walk_data)->pi_phci_link);
usr/src/cmd/mdb/common/modules/genunix/mdi.c
416
mdb_free(wsp->walk_data, sizeof (struct mdi_pathinfo));
usr/src/cmd/mdb/common/modules/mpt_sas/mpt_sas.c
101
struct mdi_pathinfo pi;
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
284
struct mdi_pathinfo mpi;
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
287
if (mdb_vread(&mpi, sizeof (struct mdi_pathinfo), (uintptr_t)addr) !=
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
288
sizeof (struct mdi_pathinfo)) {
usr/src/uts/common/io/devinfo.c
1196
rshift = highbit(sizeof (struct mdi_pathinfo));
usr/src/uts/common/os/sunmdi.c
2937
pip = kmem_zalloc(sizeof (struct mdi_pathinfo), KM_SLEEP);
usr/src/uts/common/os/sunmdi.c
303
struct mdi_pathinfo *);
usr/src/uts/common/os/sunmdi.c
305
struct mdi_pathinfo *);
usr/src/uts/common/os/sunmdi.c
3313
kmem_free(pip, sizeof (struct mdi_pathinfo));
usr/src/uts/common/os/sunmdi.c
8205
vhcache_pi_add(mdi_vhci_config_t *vhc, struct mdi_pathinfo *pip)
usr/src/uts/common/os/sunmdi.c
8262
vhcache_pi_remove(mdi_vhci_config_t *vhc, struct mdi_pathinfo *pip)
usr/src/uts/common/sys/mdi_impldefs.h
1000
struct mdi_pathinfo *cpi_pip; /* ptr to actual pathinfo */
usr/src/uts/common/sys/mdi_impldefs.h
706
struct mdi_pathinfo *pi_phci_link; /* next path in phci list */
usr/src/uts/common/sys/mdi_impldefs.h
710
struct mdi_pathinfo *pi_client_link; /* next path in client list */
usr/src/uts/common/sys/mdi_impldefs.h
788
#define MDI_PI(type) ((struct mdi_pathinfo *)(type))