Searched defs:node_t (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgfrutree.h62 } node_t; typedef in typeref:struct:__anon9839
102 * Receive: node_info_t, with node_t info for the node
116 * On success, the number of node_t structures written is returned;
123 int fru_get_children(fru_hdl_t parent, node_t *children, int max_children);
145 * fru_get_node_info() gets the node_t info for a handle.
156 int fru_get_node_info(fru_hdl_t node_hdl, node_t *node);
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dpopen.c63 } node_t; typedef in typeref:struct:node
65 static node_t *head = NULL;
66 static void _insert_nolock(pid_t, int, node_t *);
95 node_t *curr;
96 node_t *node;
101 if ((node = lmalloc(sizeof (node_t))) == NULL)
104 lfree(node, sizeof (node_t));
109 lfree(node, sizeof (node_t));
128 lfree(node, sizeof (node_t));
137 lfree(node, sizeof (node_t));
[all...]
/illumos-gate/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 in typeref:enum:__anon1134
96 node_t object_type;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclscsi.c99 } node_t; typedef in typeref:struct:node
102 node_t *first;
122 node_t *tmp = NULL, *tmp1 = NULL;
142 node_t *nodeptr = NULL;
168 nodeptr = (node_t *)malloc(sizeof (node_t));
236 node_t *tmp = NULL;
417 node_t *curr = NULL;
482 node_t *curr = NULL;
555 node_t *cur
[all...]
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier-objects.h175 } node_t; typedef in typeref:struct:node_s
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h52 * node_t nodef_t sqfan_t nca_squeue_t tb_t te_t ti_t tw_t
338 * per-bucket lock. Each node_t inserted in the list points back at
348 * A node_t is used to represent a cached byte-stream object. A node_t is
351 * 1) path != NULL, member of a node_t hash list with an object description
371 struct node_s *plrunn; /* Phys LRU list next node_t */
372 struct node_s *plrupn; /* Phys LRU list previous node_t */
373 struct node_s *vlrunn; /* Virt LRU list next node_t */
374 struct node_s *vlrupn; /* Virt LRU list previous node_t */
378 struct node_s *hashnext; /* hash list next node_t */
442 } node_t; typedef in typeref:struct:node_s
[all...]

Completed in 64 milliseconds