Lines Matching refs:nd
373 struct rb_node *nd;
379 for (nd = rb_first_cached(&session->machines.guests); nd;
380 nd = rb_next(nd)) {
381 struct machine *pos = rb_entry(nd, struct machine, rb_node);
406 struct rb_node *nd;
413 for (nd = rb_first_cached(&session->machines.guests); nd;
414 nd = rb_next(nd)) {
415 struct machine *pos = rb_entry(nd, struct machine, rb_node);
449 struct str_node *nd, *nd2;
474 strlist__for_each_entry(nd, toplist) {
475 if (asprintf(&linkdir, "%s/%s", topdir, nd->s) < 0)
485 nd->s, nd2->s) != SBUILD_ID_SIZE - 1)
526 struct str_node *nd, *cand = NULL;
538 strlist__for_each_entry(nd, bidlist) {
539 if (strncmp(nd->s, incomplete_sbuild_id, len) != 0)
545 cand = nd;
871 struct rb_node *nd;
882 for (nd = rb_first_cached(&session->machines.guests); nd;
883 nd = rb_next(nd)) {
884 struct machine *pos = rb_entry(nd, struct machine, rb_node);
897 struct rb_node *nd;
900 for (nd = rb_first_cached(&session->machines.guests); nd;
901 nd = rb_next(nd)) {
902 struct machine *pos = rb_entry(nd, struct machine, rb_node);