Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starfire/os/
H A Dpda.c70 } p2o_info_t; typedef
80 p2o_info_t *pip; in pda_open()
87 pip = (p2o_info_t *)kmem_alloc(sizeof (p2o_info_t), KM_SLEEP); in pda_open()
93 kmem_free((caddr_t)pip, sizeof (p2o_info_t)); in pda_open()
103 p2o_info_t *pip; in pda_close()
105 if ((pip = (p2o_info_t *)ph) == NULL) in pda_close()
110 kmem_free((caddr_t)pip, sizeof (p2o_info_t)); in pda_close()
117 post2obp_info_t *p2o = ((p2o_info_t *)ph)->p2o_ptr; in pda_board_present()
130 post2obp_info_t *p2o = ((p2o_info_t *)ph)->p2o_ptr; in pda_get_board_info()
143 post2obp_info_t *p2o = ((p2o_info_t *)ph)->p2o_ptr; in pda_get_mem_size()
[all …]