Searched refs:fc_phandle_to_dip (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/sun4/io/efcode/ |
H A D | fc_ops.c | 223 if ((dip = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h)) == NULL) in fco_getproplen() 270 if ((dip = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h)) == NULL) in fco_getprop() 335 if ((dip = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h)) == NULL) in fco_child() 367 if ((dip = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h)) == NULL) in fco_peer() 399 if ((dip = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h)) == NULL) in fco_parent() 487 pdev = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), ph); in fco_new_device() 492 cdev = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), ch); in fco_new_device() 656 cdev = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h); in fco_finish_device() 705 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
|
/illumos-gate/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);
|