Home
last modified time | relevance | path

Searched refs:node_p (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier-objects.h165 typedef struct node_s *node_p; typedef
168 node_p zero; /* left link */
169 node_p one; /* right link */
176 typedef node_p trie;
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c194 dirlist_t **node_p; in growauditlist() local
201 node_p = listhead; in growauditlist()
203 node_p = &(endnode->dl_next); in growauditlist()
241 *node_p = node; in growauditlist()
242 node_p = &(node->dl_next); in growauditlist()