Symbol: mlxcx_dev_page_t
usr/src/uts/common/io/mlxcx/mlxcx.c
1314
mlxcx_dev_page_t *mdp;
usr/src/uts/common/io/mlxcx/mlxcx.c
1315
mlxcx_dev_page_t **pages;
usr/src/uts/common/io/mlxcx/mlxcx.c
1330
list_create(&plist, sizeof (mlxcx_dev_page_t),
usr/src/uts/common/io/mlxcx/mlxcx.c
1331
offsetof(mlxcx_dev_page_t, mxdp_list));
usr/src/uts/common/io/mlxcx/mlxcx.c
1334
mdp = kmem_zalloc(sizeof (mlxcx_dev_page_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx.c
1341
kmem_free(mdp, sizeof (mlxcx_dev_page_t));
usr/src/uts/common/io/mlxcx/mlxcx.c
1386
kmem_free(mdp, sizeof (mlxcx_dev_page_t));
usr/src/uts/common/io/mlxcx/mlxcx.c
1830
const mlxcx_dev_page_t *p0 = arg0;
usr/src/uts/common/io/mlxcx/mlxcx.c
1831
const mlxcx_dev_page_t *p1 = arg1;
usr/src/uts/common/io/mlxcx/mlxcx.c
2814
sizeof (mlxcx_dev_page_t), offsetof(mlxcx_dev_page_t, mxdp_tree));
usr/src/uts/common/io/mlxcx/mlxcx.c
845
mlxcx_dev_page_t *mdp, probe;
usr/src/uts/common/io/mlxcx/mlxcx.c
855
kmem_free(mdp, sizeof (mlxcx_dev_page_t));
usr/src/uts/common/io/mlxcx/mlxcx.h
1416
mlxcx_dev_page_t **);
usr/src/uts/common/io/mlxcx/mlxcx_cmd.c
1254
mlxcx_dev_page_t **pages)
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
439
mlxcx_dev_page_t *mdp;
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
440
mlxcx_dev_page_t **pages;
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
452
mdp = kmem_zalloc(sizeof (mlxcx_dev_page_t), KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
459
kmem_free(mdp, sizeof (mlxcx_dev_page_t));
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
493
kmem_free(mdp, sizeof (mlxcx_dev_page_t));
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
509
mlxcx_dev_page_t *mdp, probe;
usr/src/uts/common/io/mlxcx/mlxcx_intr.c
532
kmem_free(mdp, sizeof (mlxcx_dev_page_t));