Lines Matching refs:nm_rec_hdr

100 	struct nm_rec_hdr	*rh = (struct nm_rec_hdr *)nh->nmn_record;
145 struct nm_rec_hdr *rh = (struct nm_rec_hdr *)nh->nmn_record;
254 struct nm_rec_hdr *rh = (struct nm_rec_hdr *)nh->nmn_record;
303 ((struct nm_rec_hdr *)new_nh->nmn_record)->r_alloc_size = alloc_size;
304 ((struct nm_rec_hdr *)new_nh->nmn_record)->r_used_size =
318 struct nm_rec_hdr *rh = (struct nm_rec_hdr *)nh->nmn_record;
319 struct nm_rec_hdr *parent_rh = (struct nm_rec_hdr *)
321 struct nm_rec_hdr *new_rh;
460 struct nm_rec_hdr *rh; /* parent */
463 struct nm_rec_hdr *this_rh;
487 rh = (struct nm_rec_hdr *)nh->nmn_record;
540 if (((struct nm_rec_hdr *)nh->nmn_record)->r_used_size <=
565 size_t c = ((struct nm_rec_hdr *)
591 ((struct nm_rec_hdr *)nh->nmn_record)->r_used_size -= (uint_t)ent_size;
615 size_t c = ((struct nm_rec_hdr *)
650 ((struct nm_rec_hdr *)nh->nmn_record)->r_used_size -=
826 struct nm_rec_hdr *rh = (struct nm_rec_hdr *)nh->nmn_record;
830 struct nm_rec_hdr *this_rh;
900 struct nm_rec_hdr *rh = (struct nm_rec_hdr *)nh->nmn_record;
904 struct nm_rec_hdr *this_rh;
973 struct nm_rec_hdr *rh = (struct nm_rec_hdr *)nh->nmn_record;
976 struct nm_rec_hdr *this_rh;
1112 struct nm_rec_hdr *this_rh;
1131 while (this_nh && this_rh->r_used_size == sizeof (struct nm_rec_hdr)) {
1241 struct nm_rec_hdr *this_rh;
1270 while (this_nh && this_rh->r_used_size == sizeof (struct nm_rec_hdr)) {
1387 struct nm_rec_hdr *rh = (struct nm_rec_hdr *)nh->nmn_record;
1390 struct nm_rec_hdr *this_rh;
1415 while (this_nh && this_rh->r_used_size == sizeof (struct nm_rec_hdr)) {
1526 struct nm_rec_hdr *this_rh;
1552 while (this_nh && this_rh->r_used_size == sizeof (struct nm_rec_hdr)) {
1662 struct nm_rec_hdr *this_rh;
1664 struct nm_rec_hdr *rh = (struct nm_rec_hdr *)nh->nmn_record;
1737 struct nm_rec_hdr *rh = (struct nm_rec_hdr *)nh->nmn_record;
2722 ((struct nm_rec_hdr *)nh->nmn_record)->r_next_key; keynum++) {
3182 for (key++; key < ((struct nm_rec_hdr *)nh->nmn_record)->r_next_key;
4043 * 3) 1 block to hold devid non-shared nm_rec_hdr's
4051 sizeof (struct nm_rec_hdr) + (sizeof (struct did_min_name) *
4058 sizeof (struct nm_rec_hdr) + (sizeof (struct did_shr_name) *
4199 if (((struct nm_rec_hdr *)record)->r_used_size ==
4200 sizeof (struct nm_rec_hdr)) {