Home
last modified time | relevance | path

Searched refs:node_t (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dpopen.c63 } node_t; typedef
65 static node_t *head = NULL;
95 node_t *curr; in popen()
96 node_t *node; in popen()
104 lfree(node, sizeof (node_t)); in popen()
109 lfree(node, sizeof (node_t)); in popen()
259 node_t *prev; in _insert_nolock()
260 node_t *curr; in _insert_nolock()
295 node_t *node; in _insert()
311 node_t *prev; in _delete()
[all …]
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.c50 node_t *
124 node_t *nodep = *c_node; in t_split()
125 node_t *tnodep = NULL; in t_split()
216 node_t *c_node; in t_insert()
330 node_t *c_node; in t_insert6()
400 node_t *c_node = *in_node; in t_traverse_delete()
401 node_t *t_node; in t_traverse_delete()
602 node_t *c_node; in t_remove()
627 node_t *c_node; in t_remove6()
706 node_t *c_node; in t_retrieve()
[all …]
H A Dtrie.h80 extern node_t *create_node(int);
H A Dfilters.c112 static void freetriev6nodes(node_t **);
386 sizeof (node_t), 0, NULL, NULL, NULL, NULL, NULL, 0); in ipgpc_initialize()
1941 freetriev6nodes(node_t **inNode) in freetriev6nodes()
1943 node_t *anode = *inNode; in freetriev6nodes()
1944 node_t *tnode; in freetriev6nodes()
1945 node_t *s[130]; /* stack of previous nodes */ in freetriev6nodes()
1948 node_t *root = *inNode; /* pointer to root node */ in freetriev6nodes()
H A Dclassifier-objects.h175 } node_t; typedef
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgfrutree.h62 } node_t; typedef
123 int fru_get_children(fru_hdl_t parent, node_t *children, int max_children);
156 int fru_get_node_info(fru_hdl_t node_hdl, node_t *node);
H A Dsgfru_mbox.h332 fru_info_t *fru, node_t *nodep);
H A Dsgfru_priv.h140 const frup_info_t *frup, const node_t *nodep);
/illumos-gate/usr/src/tools/smatch/src/gvpr/
H A Dreturn-paths19 node_t calls[]; // Crude hash table for tracking who calls what
23 node_t n, n2;
H A Dsubg-fwd23 node_t n;
H A Dsubg-rev30 node_t n;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data_impl.h57 typedef enum {CONTAINER_NODE, SECTION_NODE, SEGMENT_NODE, PACKET_NODE} node_t; typedef
94 node_t object_type;
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgfru.c382 node_t *clistp; in sgfru_getchildlist()
412 ssize = (size_t)(max_cnt * sizeof (node_t)); in sgfru_getchildlist()
413 clistp = (node_t *)kmem_zalloc(ssize, KM_SLEEP); in sgfru_getchildlist()
510 node_t node; in sgfru_getnodeinfo()
1597 const node_t *nodep) in sgfru_copyout_nodes()
1601 size_t size = (size_t)(frup->fru_cnt * sizeof (node_t)); in sgfru_copyout_nodes()
1709 node_t *nodep) in sgfru_node_pad()
1712 node_t *np; in sgfru_node_pad()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c198 #define sgfrunode_t node_t