Home
last modified time | relevance | path

Searched defs:in_node (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dinstance.h60 typedef struct in_node { struct
61 char *in_node_name; /* devi_node_name of this node */ argument
63 struct in_node *in_child; /* children of this node */ argument
64 struct in_node *in_sibling; /* "peers" of this node */ argument
66 struct in_node *in_parent; /* parent of this node */ argument
80 struct in_node *ind_node; /* node that these hang on */ argument
H A Dnet80211.h438 list_node_t in_node; /* element of nt->nt_node */ member
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.c397 t_traverse_delete(node_t **in_node, uint8_t pos, key_t id, uint32_t key, in t_traverse_delete()