Home
last modified time | relevance | path

Searched refs:gptwo_new_nodes (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwocfg.c158 gptwo_new_nodes_t *gptwo_new_nodes; in gptwocfg_allocate_node_list() local
167 gptwo_new_nodes = kmem_zalloc(size, KM_SLEEP); in gptwocfg_allocate_node_list()
169 gptwo_new_nodes->gptwo_number_of_nodes = number_of_nodes; in gptwocfg_allocate_node_list()
170 gptwo_new_nodes->gptwo_version = GP2_VERSION; in gptwocfg_allocate_node_list()
173 gptwo_new_nodes); in gptwocfg_allocate_node_list()
175 return (gptwo_new_nodes); in gptwocfg_allocate_node_list()
179 gptwocfg_free_node_list(gptwo_new_nodes_t *gptwo_new_nodes) in gptwocfg_free_node_list() argument
184 gptwo_new_nodes, gptwo_new_nodes->gptwo_number_of_nodes); in gptwocfg_free_node_list()
187 ((gptwo_new_nodes->gptwo_number_of_nodes - 1) * in gptwocfg_free_node_list()
190 kmem_free(gptwo_new_nodes, size); in gptwocfg_free_node_list()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dgp2cfg.h78 struct gptwo_new_nodes { struct
85 typedef struct gptwo_new_nodes gptwo_new_nodes_t; argument