Searched refs:v_link (Results 1 – 8 of 8) sorted by relevance
76 vp->v_link = variables[h]; in assign()112 variables[h] = variables[h]->v_link; in deassign()118 for (vp = variables[h]; vp->v_link != vp2; vp = vp->v_link) in deassign()120 vp->v_link = vp2->v_link; in deassign()191 for (vp = variables[h]; vp != NOVAR; vp = vp->v_link) in lookup()
550 for (vp = variables[h]; vp != NOVAR; vp = vp->v_link) in set()554 for (vp = variables[h]; vp != NOVAR; vp = vp->v_link) in set()
485 while (c = p->v_link[f]) { in setq()494 p->v_link[f] = c = (struct varent *)xalloc(sizeof (struct varent)); in setq()590 if (pp->v_link[f] = c) in unsetv1()702 pp->v_link[ff] = rleft(p); in balance()707 pp->v_link[ff] = rleft(p); in balance()713 pp->v_link[ff] = rleft(p); in balance()734 pp->v_link[ff] = rright(p); in balance()739 pp->v_link[ff] = rright(p); in balance()745 pp->v_link[ff] = rright(p); in balance()
374 struct varent *v_link[3]; /* The links, see below */ member377 #define v_left v_link[0]378 #define v_right v_link[1]379 #define v_parent v_link[2]
83 struct link v_link; member479 vc->v_link.l_id = ksp->ks_instance; in main()482 vc->v_link.l_ptr = vc; in main()485 ins_link(ins, &vc->v_link); in main()596 (void) find_link(&chip->p_vcpus, vc->v_link.l_id, &ins); in main()600 (void) find_link(&core->c_vcpus, vc->v_link.l_id, &ins); in main()
170 list_node_t v_link; member
3285 offsetof(v_req_t, v_link)); in xdf_attach()
266 struct var *v_link; /* Forward link to next variable */ member