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;
66 static void _insert_nolock(pid_t, int, node_t *);
95 node_t *curr; in popen()
96 node_t *node; in popen()
101 if ((node = lmalloc(sizeof (node_t))) == NULL) in popen()
104 lfree(node, sizeof (node_t)); in popen()
109 lfree(node, sizeof (node_t)); in popen()
128 lfree(node, sizeof (node_t)); in popen()
137 lfree(node, sizeof (node_t)); in popen()
[all …]
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.c39 static void t_split(node_t **, uint8_t, uint8_t);
40 static boolean_t t_traverse_delete(node_t **, uint8_t, key_t, uint32_t,
50 node_t *
53 node_t *buf = kmem_cache_alloc(trie_node_cache, flag); in create_node()
119 t_split(node_t **c_node, uint8_t pos, uint8_t key_len) in t_split()
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()
397 t_traverse_delete(node_t **in_node, uint8_t pos, key_t id, uint32_t key, in t_traverse_delete()
[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