Symbol: fc_handle_to_phandle_head
usr/src/uts/sun4/io/efcode/fc_ops.c
120
fc_phandle_table_alloc(fc_handle_to_phandle_head(rp));
usr/src/uts/sun4/io/efcode/fc_ops.c
122
(void) fc_dip_to_phandle(fc_handle_to_phandle_head(rp), ap);
usr/src/uts/sun4/io/efcode/fc_ops.c
145
fc_phandle_table_free(fc_handle_to_phandle_head(rp));
usr/src/uts/sun4/io/efcode/fc_ops.c
223
if ((dip = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h)) == NULL)
usr/src/uts/sun4/io/efcode/fc_ops.c
270
if ((dip = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h)) == NULL)
usr/src/uts/sun4/io/efcode/fc_ops.c
313
h = fc_dip_to_phandle(fc_handle_to_phandle_head(rp), ap);
usr/src/uts/sun4/io/efcode/fc_ops.c
335
if ((dip = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h)) == NULL)
usr/src/uts/sun4/io/efcode/fc_ops.c
344
h = fc_dip_to_phandle(fc_handle_to_phandle_head(rp), dip);
usr/src/uts/sun4/io/efcode/fc_ops.c
367
if ((dip = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h)) == NULL)
usr/src/uts/sun4/io/efcode/fc_ops.c
376
h = fc_dip_to_phandle(fc_handle_to_phandle_head(rp), dip);
usr/src/uts/sun4/io/efcode/fc_ops.c
399
if ((dip = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h)) == NULL)
usr/src/uts/sun4/io/efcode/fc_ops.c
408
h = fc_dip_to_phandle(fc_handle_to_phandle_head(rp), dip);
usr/src/uts/sun4/io/efcode/fc_ops.c
487
pdev = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), ph);
usr/src/uts/sun4/io/efcode/fc_ops.c
492
cdev = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), ch);
usr/src/uts/sun4/io/efcode/fc_ops.c
625
fc_add_dip_to_phandle(fc_handle_to_phandle_head(rp), cdev, ch);
usr/src/uts/sun4/io/efcode/fc_ops.c
656
cdev = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h);
usr/src/uts/sun4/io/efcode/fc_ops.c
705
dev = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), h);
usr/src/uts/sun4/io/efcode/fcpci.c
1220
h = fc_dip_to_phandle(fc_handle_to_phandle_head(rp), rp->child);
usr/src/uts/sun4/io/efcode/fcpci.c
213
fc_add_dip_to_phandle(fc_handle_to_phandle_head(rp), rp->child, h);
usr/src/uts/sun4/sys/fcode.h
510
extern struct fc_phandle_entry **fc_handle_to_phandle_head(fco_handle_t rp);
usr/src/uts/sun4u/io/opl_cfg.c
1172
fc_add_dip_to_phandle(fc_handle_to_phandle_head(rp), rp->child, h);
usr/src/uts/sun4u/io/opl_cfg.c
1795
h = fc_dip_to_phandle(fc_handle_to_phandle_head(rp), rp->child);