Home
last modified time | relevance | path

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

/titanic_50/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 …]
/titanic_50/usr/src/uts/common/inet/nca/
H A Dnca.h442 } node_t; typedef
628 node_t *node;
730 node_t *np;
779 node_t *_req_np = _cp ? _cp->req_np : (node_t *)NULL; \
833 node_t *phead; /* Phys LRU list head (MRU) */
834 node_t *ptail; /* Phys LRU list tail (LRU) */
835 node_t *vhead; /* Virt LRU list head (MRU) */
836 node_t *vtail; /* Virt LRU list tail (LRU) */
853 node_t *persist_hdr_none;
854 node_t *persist_hdr_close;
[all …]
/titanic_50/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.c41 static void t_split(node_t **, uint8_t, uint8_t);
42 static boolean_t t_traverse_delete(node_t **, uint8_t, key_t, uint32_t,
52 node_t *
55 node_t *buf = kmem_cache_alloc(trie_node_cache, flag); in create_node()
121 t_split(node_t **c_node, uint8_t pos, uint8_t key_len) in t_split()
126 node_t *nodep = *c_node; in t_split()
127 node_t *tnodep = NULL; in t_split()
218 node_t *c_node; in t_insert()
332 node_t *c_node; in t_insert6()
399 t_traverse_delete(node_t **in_node, uint8_t pos, key_t id, uint32_t key, in t_traverse_delete()
[all …]
H A Dtrie.h82 extern node_t *create_node(int);
H A Dclassifier-objects.h175 } node_t; typedef
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()
/titanic_50/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);
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclscsi.c99 } node_t; typedef
102 node_t *first;
122 node_t *tmp = NULL, *tmp1 = NULL; in free_list()
142 node_t *nodeptr = NULL; in populate_controllers_list()
168 nodeptr = (node_t *)malloc(sizeof (node_t)); in populate_controllers_list()
236 node_t *tmp = NULL; in find_scsi_controller()
417 node_t *curr = NULL; in dyn_probe_for_scsi_frus()
482 node_t *curr = NULL; in cache_probe_for_scsi_frus()
555 node_t *curr = NULL; in is_node_present()
/titanic_50/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c527 node_t node; in nca_node()
548 if (mdb_vread(&node, sizeof (node_t), addr) == -1) { in nca_node()
899 node_t node; in nca_nodef_walk_step()
1085 node_t node; in nca_node_lru_walk_step()
1091 if (mdb_vread(&node, sizeof (node_t), wsp->walk_addr) == -1) { in nca_node_lru_walk_step()
1113 node_t node; in nca_node_walk_step()
1121 if (mdb_vread(&node, sizeof (node_t), wsp->walk_addr) == -1) { in nca_node_walk_step()
1199 nca_node_walk_step, 0, (void *)OFFSETOF(node_t, filenext) },
1201 nca_node_walk_step, 0, (void *)OFFSETOF(node_t, hashnext) },
1203 nca_node_walk_step, 0, (void *)OFFSETOF(node_t, next) },
[all …]
/titanic_50/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data_impl.h59 typedef enum {CONTAINER_NODE, SECTION_NODE, SEGMENT_NODE, PACKET_NODE} node_t; typedef
96 node_t object_type;
/titanic_50/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()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c200 #define sgfrunode_t node_t