Searched refs:root_node (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/fwcontrol/
H A Dfwcontrol.c272 send_phy_config(int fd, int root_node, int gap_count) argument
284 if (root_node >= 0)
285 asyreq->pkt.mode.ld[1] |= ((root_node << 24) | (1 << 23));
290 printf("send phy_config root_node=%d gap_count=%d\n",
291 root_node, gap_count);
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp1308 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count) argument
1323 if (root_node >= 0)
1324 fp->mode.ld[1] |= (root_node & 0x3f) << 24 | 1 << 23;
1332 device_printf(fc->bdev, "%s: root_node=%d gap_count=%d\n",
1333 __func__, root_node, gap_count);
/haiku-fatelf/src/bin/gawk/
H A Dregcomp.c39 int top_clone_node, int root_node,
1166 duplicate_node_closure (dfa, top_org_node, top_clone_node, root_node,
1169 int top_org_node, top_clone_node, root_node;
1211 if (org_node == root_node && clone_node != org_node)
1213 /* ...but if the node is root_node itself, it means the
1215 destination of the root_node. */
1249 root_node, constraint);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregcomp.c1480 Idx root_node, unsigned int init_constraint)
1518 /* If the node is root_node itself, it means the epsilon closure
1519 has a loop. Then tie it to the destination of the root_node. */
1520 if (org_node == root_node && clone_node != org_node)
1555 root_node, constraint);
1472 duplicate_node_closure(re_dfa_t *dfa, Idx top_org_node, Idx top_clone_node, Idx root_node, unsigned int init_constraint) argument
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregcomp.c1445 Idx root_node, unsigned int init_constraint)
1486 if (org_node == root_node && clone_node != org_node)
1488 /* ...but if the node is root_node itself, it means the
1490 destination of the root_node. */
1524 root_node, constraint);
1437 duplicate_node_closure(re_dfa_t *dfa, Idx top_org_node, Idx top_clone_node, Idx root_node, unsigned int init_constraint) argument
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c1444 int root_node, unsigned int init_constraint)
1481 /* If the node is root_node itself, it means the epsilon clsoure
1482 has a loop. Then tie it to the destination of the root_node. */
1483 if (org_node == root_node && clone_node != org_node)
1518 root_node, constraint);
1436 duplicate_node_closure(re_dfa_t *dfa, int top_org_node, int top_clone_node, int root_node, unsigned int init_constraint) argument

Completed in 133 milliseconds