Searched refs:nodeid (Results 1 – 6 of 6) sorted by relevance
/haiku/src/servers/media/ |
H A D | DefaultManager.h | 38 status_t Set(media_node_id nodeid, 41 status_t Get(media_node_id *nodeid, char *input_name,
|
H A D | DefaultManager.cpp | 272 DefaultManager::Get(media_node_id *nodeid, char *input_name, int32 *inputid, in Get() argument 280 *nodeid = fPhysicalVideoIn; in Get() 286 *nodeid = fPhysicalAudioIn; in Get() 292 *nodeid = fPhysicalVideoOut; in Get() 298 *nodeid = fPhysicalAudioOut; in Get() 304 *nodeid = fPhysicalAudioOut; in Get() 312 *nodeid = fAudioMixer; in Get() 317 *nodeid = fTimeSource; in Get() 319 *nodeid = fSystemTimeSource; in Get() 323 *nodeid = fSystemTimeSource; in Get()
|
/haiku/src/add-ons/kernel/bus_managers/firewire/ |
H A D | firewire.cpp | 1380 fc->max_node = fc->nodeid & 0x3f; in fw_sidrcv() 1381 CSRARC(fc, NODE_IDS) = ((uint32_t)fc->nodeid) << 16; in fw_sidrcv() 1461 (fc->irm == fc->nodeid) ? " (me) " : ""); in fw_sidrcv() 1464 if (fc->irm == fc->nodeid) { in fw_sidrcv() 1690 fwdev->speed = fc->speed_map->speed[fc->nodeid][node]; in fw_explore_node() 1794 if (node == fc->nodeid) { in fw_explore() 1799 __func__, node, fc->nodeid, fc->max_node); in fw_explore() 2242 bmr = fc->nodeid; in fw_try_bmr_callback() 2284 xfer->send.payload[1] = htonl(fc->nodeid); in fw_try_bmr() 2413 cmstr = fc->nodeid; in fw_bmr() [all …]
|
H A D | fwohci.cpp | 1915 fc->nodeid = node_id & 0x3f; 1917 __func__, fc->nodeid, (plen >> 16) & 0xff);
|
/haiku/headers/private/firewire/ |
H A D | firewirereg.h | 149 nodeid:6; member
|
/haiku/src/add-ons/kernel/drivers/bus/firewire/ |
H A D | fw_raw.c | 877 devinfo->dst = fc->nodeid; in fw_ioctl()
|