Searched refs:this_nh (Results 1 – 1 of 1) sorted by relevance
462 struct nm_next_hdr *this_nh; in alloc_entry() local485 while ((this_nh = nh->nmn_nextp) != NULL) { in alloc_entry()489 this_rec = this_nh->nmn_record; in alloc_entry()516 if (expand_record(nh, recid, this_nh, shared) == 0) in alloc_entry()521 nh = this_nh; in alloc_entry()827 struct nm_next_hdr *this_nh = nh->nmn_nextp; in update_entry() local828 void *record = this_nh->nmn_record; in update_entry()868 n = (caddr_t)get_next_entry(this_nh, n, n_size, &offset); in update_entry()876 this_nh = this_nh->nmn_nextp; in update_entry()877 record = this_nh->nmn_record; in update_entry()[all …]