Searched refs:id_node (Results 1 - 5 of 5) sorted by relevance

/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
H A Dral_rate.c182 struct ieee80211_node *ni = id->id_node;
H A Drt2560.c1046 if (data->id.id_node != NULL) {
1062 if (data->id.id_node != NULL) {
1661 data->id.id_node = ni;
1664 data->id.id_node = NULL;
/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/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 70 milliseconds