Home
last modified time | relevance | path

Searched refs:dipptr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp.c64 ndmp_devinfo_t *dipptr; in ndmp_get_devinfo() local
84 dipptr = *dip; in ndmp_get_devinfo()
85 for (i = 0; i < *size; i++, dipptr++) { in ndmp_get_devinfo()
88 dipptr->nd_lun = ndmp_door_get_int32(dec_ctx); in ndmp_get_devinfo()
110 ndmp_devinfo_t *dipptr; in ndmp_get_devinfo_free() local
113 dipptr = dip; in ndmp_get_devinfo_free()
114 for (i = 0; i < size; i++, dipptr++) { in ndmp_get_devinfo_free()
115 free(dipptr->nd_name); in ndmp_get_devinfo_free()
116 free(dipptr->nd_vendor); in ndmp_get_devinfo_free()
117 free(dipptr->nd_product); in ndmp_get_devinfo_free()
[all …]