Searched refs:first_node (Results 1 – 4 of 4) sorted by relevance
197 cdp->first_node = 1; in build_nodes()226 saved_first_node = cdp->first_node; in install_builtin_nodes()228 cdp->first_node = 0; in install_builtin_nodes()232 cdp->first_node = saved_first_node; in install_builtin_nodes()
154 if (cdp->first_node) { in allocate_phandle()156 cdp->first_node = 0; in allocate_phandle()
98 sbdp_wnode_t *first_node = NULL; /* first wnode. Entry to the link list */ variable628 for (i = 0, cur = first_node; i < cur_num_wnodes; i++, in sbdp_get_wnodep()656 if (first_node == NULL) { in sbdp_insert_wnode()657 first_node = wnodep; in sbdp_insert_wnode()660 cur = first_node + cur_num_wnodes++; in sbdp_insert_wnode()683 if (first_node == wnodep) in sbdp_remove_wnode()684 first_node = NULL; in sbdp_remove_wnode()
52 int first_node; member