/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | popen.c | 63 } 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/uts/sun4u/lw8/sys/ |
H A D | sgfrutree.h | 62 } 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);
|
H A D | sgfru_mbox.h | 252 * parent fru_hdl_t and max fru_cnt_t (in node_t's) 254 * msg_len = NODE_SIZE * max fru_cnt_t (in node_t's) 257 * unpadded node_t array 285 * unpadded node_t 332 fru_info_t *fru, node_t *nodep);
|
H A D | sgfru_priv.h | 140 const frup_info_t *frup, const node_t *nodep);
|
/illumos-gate/usr/src/uts/common/inet/nca/ |
H A D | nca.h | 52 * 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...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/ |
H A D | fru_data_impl.h | 59 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/uts/common/ipp/ipgpc/ |
H A D | trie.c | 41 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); 121 t_split(node_t **c_node, uint8_t pos, uint8_t key_len) 126 node_t *nodep = *c_node; 127 node_t *tnodep = NULL; 218 node_t *c_node; 332 node_t *c_node; 399 t_traverse_delete(node_t **in_nod [all...] |
H A D | trie.h | 82 extern node_t *create_node(int);
|
H A D | classifier-objects.h | 175 } node_t; typedef in typeref:struct:node_s
|
H A D | filters.c | 112 static void freetriev6nodes(node_t **); 386 sizeof (node_t), 0, NULL, NULL, NULL, NULL, NULL, 0); 1941 freetriev6nodes(node_t **inNode) 1943 node_t *anode = *inNode; 1944 node_t *tnode; 1945 node_t *s[130]; /* stack of previous nodes */ 1948 node_t *root = *inNode; /* pointer to root node */
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclscsi.c | 99 } 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/cmd/mdb/common/modules/nca/ |
H A D | nca.c | 515 * Print the core fields in an NCA node_t. With the "-r" argument, 527 node_t node; 548 if (mdb_vread(&node, sizeof (node_t), addr) == -1) { 549 mdb_warn("cannot read node_t at %p", addr); 652 mdb_printf("Print the core information for a given NCA node_t.\n\n"); 706 mdb_printf("\tref to node_t\t\t%p\n", 899 node_t node; 918 * Point to the node_t instead of the nodef_t so that output 923 mdb_warn("cannot read node_t at %p", nodef.head); 1085 node_t nod [all...] |
/illumos-gate/usr/src/uts/sun4u/lw8/io/ |
H A D | sgfru.c | 382 node_t *clistp; 396 /* allocate buffer for unpadded fru_info_t + node_t's */ 411 /* allocate buffer for padded node_t's */ 412 ssize = (size_t)(max_cnt * sizeof (node_t)); 413 clistp = (node_t *)kmem_zalloc(ssize, KM_SLEEP); 415 /* translate unpadded to padded fru_info_t + node_t's */ 422 /* free node_t buffer */ 430 /* copyout node_t's */ 435 /* free node_t buffer */ 510 node_t nod [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/ |
H A D | piclfrutree.c | 198 * rename sgfru driver's node_t to sgfrunode_t to avoid confusion 200 #define sgfrunode_t node_t
|