Searched refs:fc_phandle_to_dip (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/sun4/io/efcode/ |
H A D | fc_ops.c | 222 if ((dip = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h)) == NULL) in fco_getproplen() 269 if ((dip = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h)) == NULL) in fco_getprop() 334 if ((dip = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h)) == NULL) in fco_child() 366 if ((dip = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h)) == NULL) in fco_peer() 398 if ((dip = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h)) == NULL) in fco_parent() 486 pdev = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), ph); in fco_new_device() 491 cdev = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), ch); in fco_new_device() 655 cdev = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h); in fco_finish_device() 704 dev = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h); in fco_create_property()
|
H A D | fc_subr.c | 469 fc_phandle_to_dip(struct fc_phandle_entry **head, fc_phandle_t handle) in fc_phandle_to_dip() function
|
/titanic_41/usr/src/uts/sun4/sys/ |
H A D | fcode.h | 410 extern dev_info_t *fc_phandle_to_dip(struct fc_phandle_entry **, fc_phandle_t);
|