Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/io/
H A Dxenbus_probe.c66 char *id_node, char *path_node) in read_otherend_details() argument
69 id_node, "%i", &xendev->otherend_id, path_node, NULL, in read_otherend_details()
/titanic_41/usr/src/uts/common/io/ral/
H A Dral_rate.h94 struct ieee80211_node *id_node; /* destination STA MAC */ member
H A Dral_rate.c182 struct ieee80211_node *ni = id->id_node; in ral_rssadapt_raise_rate()
H A Drt2560.c1046 if (data->id.id_node != NULL) { in rt2560_tx_intr()
1062 if (data->id.id_node != NULL) { in rt2560_tx_intr()
1661 data->id.id_node = ni; in rt2560_send()
1664 data->id.id_node = NULL; in rt2560_send()
/titanic_41/usr/src/lib/libtecla/common/
H A Dhistory.c179 GlhLineNode *id_node;/* The node at which the last ID search terminated */ member
274 glh->id_node = NULL; in _new_GlHistory()
1825 glh->id_node = NULL; in _glh_clear_history()
1913 if(node == glh->id_node) in _glh_discard_line()
1914 glh->id_node = NULL; in _glh_discard_line()
2034 node = glh->id_node; in _glh_find_id()
2043 glh->id_node = node ? node : glh->list.tail; in _glh_find_id()
2050 glh->id_node = node ? node : glh->list.head; in _glh_find_id()