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

/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_root.cpp91 pci_root_traverse(domainData->root_node, domainData->bus);
H A Dpci.h61 device_node * root_node; member in struct:domain_data
H A Dpci.cpp169 device_node *root_pci_node = gPCI->_GetDomainData(domain)->root_node;
249 pci = gPCI->_GetDomainData(domain)->root_node;
648 data.root_node = rootNode;
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c273 send_phy_config(int fd, int root_node, int gap_count) argument
285 if (root_node >= 0)
286 asyreq->pkt.mode.ld[1] |= ((root_node << 24) | (1 << 23));
291 printf("send phy_config root_node=%d gap_count=%d\n",
292 root_node, gap_count);
/haiku/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/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 113 milliseconds