Lines Matching defs:dipptr
64 ndmp_devinfo_t *dipptr;
84 dipptr = *dip;
85 for (i = 0; i < *size; i++, dipptr++) {
86 dipptr->nd_dev_type = ndmp_door_get_int32(dec_ctx);
87 dipptr->nd_name = ndmp_door_get_string(dec_ctx);
88 dipptr->nd_lun = ndmp_door_get_int32(dec_ctx);
89 dipptr->nd_sid = ndmp_door_get_int32(dec_ctx);
90 dipptr->nd_vendor = ndmp_door_get_string(dec_ctx);
91 dipptr->nd_product = ndmp_door_get_string(dec_ctx);
92 dipptr->nd_revision = ndmp_door_get_string(dec_ctx);
93 dipptr->nd_serial = ndmp_door_get_string(dec_ctx);
94 dipptr->nd_wwn = ndmp_door_get_string(dec_ctx);
110 ndmp_devinfo_t *dipptr;
113 dipptr = dip;
114 for (i = 0; i < size; i++, dipptr++) {
115 free(dipptr->nd_name);
116 free(dipptr->nd_vendor);
117 free(dipptr->nd_product);
118 free(dipptr->nd_revision);