Lines Matching defs:did_nh

1764 	struct nm_next_hdr	*nh, *did_nh = NULL;
1931 if ((did_nh = get_first_record(setno, 1, shared)) == NULL) {
2009 if (did_nh) {
2015 lookup_entry(did_nh, setno, side, n->n_key,
2019 (void) update_entry(did_nh, did_n->min_side,
2102 lookup_entry(did_nh, setno, thisside, n->n_key,
2144 new_did_n = (struct did_min_name *)alloc_entry(did_nh,
2200 (void) remove_entry(did_nh, new_did_n->min_side,
2237 struct nm_next_hdr *did_shr_nh, *did_nh = NULL, *nh = NULL;
2268 did_nh = get_first_record(setno, 0, NM_DEVID | NM_NOTSHARED);
2269 if (did_nh == NULL) {
2292 did_nh, setno, side, key, NODEV64, NM_DEVID);
2364 struct nm_next_hdr *did_shr_nh, *did_nh = NULL;
2396 did_nh = get_first_record(setno, 0, NM_DEVID | NM_NOTSHARED);
2397 if (did_nh == NULL) {
2423 did_nh, setno, side, key, NODEV64, NM_DEVID);
2821 struct nm_next_hdr *nh, *did_shr_nh, *did_nh = NULL;
2902 if (((did_nh = get_first_record(setno, 1, NM_DEVID |
2914 if (devid_nm && ((did_n = (struct did_min_name *)lookup_entry(did_nh,
3100 did_nh, md_set[setno].s_did_nmid,
3119 (void) remove_entry(did_nh,
3220 struct nm_next_hdr *did_nh;
3231 if ((did_nh = get_first_record(setno, 0, NM_DEVID | NM_NOTSHARED)) ==
3237 if ((n = (struct did_min_name *)lookup_entry(did_nh, setno, side, key,
3586 struct nm_next_hdr *nh, *did_nh;
3628 ((did_nh = get_first_record(setno, 0, NM_DEVID | NM_NOTSHARED))
3632 did_n = (struct did_min_name *)lookup_entry(did_nh, setno,
3645 (void) update_entry(did_nh, side, key, NM_DEVID);
3672 if (remove_entry(did_nh, side, key, NM_DEVID)) {
4174 struct nm_next_hdr *nh, *did_nh, *this_nh, *did_shr_nh;
4186 ((did_nh = get_first_record(setno, 1, NM_DEVID | NM_NOTSHARED))
4196 this_nh = did_nh->nmn_nextp;
4223 (void) remove_entry(did_nh, did_n->min_side,
4273 struct nm_next_hdr *nh, *did_nh;
4302 if (((did_nh = get_first_record(setno, 0, NM_DEVID | NM_NOTSHARED))
4304 (did_nh, setno, MD_SIDEWILD, key, NODEV64, NM_DEVID))