Searched refs:rootid (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dieee1394_core.h99 int hpsb_send_phy_config(struct hpsb_host *host, int rootid, int gapcnt);
H A Dieee1394_core.c543 * @rootid: root whose force_root bit should get set (-1 = don't set force_root)
551 int hpsb_send_phy_config(struct hpsb_host *host, int rootid, int gapcnt) argument
557 if (rootid >= ALL_NODES || rootid < -1 || gapcnt > 0x3f || gapcnt < -1 ||
558 (rootid == -1 && gapcnt == -1)) {
559 HPSB_DEBUG("Invalid Parameter: rootid = %d gapcnt = %d",
560 rootid, gapcnt);
564 if (rootid != -1)
565 d |= PHYPACKET_PHYCONFIG_R | rootid << PHYPACKET_PORT_SHIFT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/fl/
H A Dfl_demo2.cpp490 const wxTreeItemId rootid = pTree->AddRoot(label); local
494 pTree->AppendItem(rootid, _("Scully"));
495 pTree->AppendItem(rootid, _("Mulder"));
499 pTree->AppendItem(rootid, _("Leaf1"));
500 pTree->AppendItem(rootid, _("Leaf2"));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dcgroup.c4683 * Search next css under the specified hierarchy of rootid. Calling under
4693 int rootid = css_id(root); local
4696 if (!rootid)
4713 if (tmp->depth >= depth && tmp->stack[depth] == rootid) {

Completed in 319 milliseconds