Searched defs:id_node (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_probe.c66 char *id_node, char *path_node)
69 id_node, "%i", &xendev->otherend_id, path_node, NULL,
65 read_otherend_details(struct xenbus_device *xendev, char *id_node, char *path_node) argument
/illumos-gate/usr/src/uts/common/io/ral/
H A Dral_rate.h94 struct ieee80211_node *id_node; /* destination STA MAC */ member in struct:ral_rssdesc
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c179 GlhLineNode *id_node;/* The node at which the last ID search terminated */ member in struct:GlHistory
274 glh->id_node = NULL;
1825 glh->id_node = NULL;
1913 if(node == glh->id_node)
1914 glh->id_node = NULL;
2034 node = glh->id_node;
2043 glh->id_node = node ? node : glh->list.tail;
2050 glh->id_node = node ? node : glh->list.head;

Completed in 64 milliseconds