Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/ral/
H A Dral_rate.h92 struct ieee80211_node *id_node; /* destination STA MAC */ member
H A Dral_rate.c180 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()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c177 GlhLineNode *id_node;/* The node at which the last ID search terminated */ member
272 glh->id_node = NULL; in _new_GlHistory()
1823 glh->id_node = NULL; in _glh_clear_history()
1911 if(node == glh->id_node) in _glh_discard_line()
1912 glh->id_node = NULL; in _glh_discard_line()
2032 node = glh->id_node; in _glh_find_id()
2041 glh->id_node = node ? node : glh->list.tail; in _glh_find_id()
2048 glh->id_node = node ? node : glh->list.head; in _glh_find_id()