Searched refs:nmn_nextp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_names.h69 struct nm_next_hdr *nmn_nextp; member in struct:nm_next_hdr
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c300 nh->nmn_nextp = new_nh;
433 if (nh->nmn_nextp != NULL)
485 while ((this_nh = nh->nmn_nextp) != NULL) {
542 if (nh->nmn_nextp == NULL)
827 struct nm_next_hdr *this_nh = nh->nmn_nextp;
876 this_nh = this_nh->nmn_nextp;
901 struct nm_next_hdr *this_nh = nh->nmn_nextp;
948 this_nh = this_nh->nmn_nextp;
974 struct nm_next_hdr *this_nh = nh->nmn_nextp;
1059 this_nh = this_nh->nmn_nextp;
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Ddumpnamespace.c379 next = (uintptr_t)nhdr.nmn_nextp;
383 mdb_printf("nmn_nextp %p\n", nhdr.nmn_nextp);
390 next = (uintptr_t)nhdr.nmn_nextp;

Completed in 187 milliseconds