Symbol: fc_phandle_entry
usr/src/uts/sun4/io/efcode/fc_subr.c
438
struct fc_phandle_entry **
usr/src/uts/sun4/io/efcode/fc_subr.c
449
fc_phandle_table_alloc(struct fc_phandle_entry **head)
usr/src/uts/sun4/io/efcode/fc_subr.c
454
fc_phandle_table_free(struct fc_phandle_entry **head)
usr/src/uts/sun4/io/efcode/fc_subr.c
456
struct fc_phandle_entry *ip, *np;
usr/src/uts/sun4/io/efcode/fc_subr.c
463
kmem_free(ip, sizeof (struct fc_phandle_entry));
usr/src/uts/sun4/io/efcode/fc_subr.c
469
fc_phandle_to_dip(struct fc_phandle_entry **head, fc_phandle_t handle)
usr/src/uts/sun4/io/efcode/fc_subr.c
471
struct fc_phandle_entry *ip;
usr/src/uts/sun4/io/efcode/fc_subr.c
485
fc_dip_to_phandle(struct fc_phandle_entry **head, dev_info_t *dip)
usr/src/uts/sun4/io/efcode/fc_subr.c
487
struct fc_phandle_entry *hp, *np;
usr/src/uts/sun4/io/efcode/fc_subr.c
496
np = kmem_zalloc(sizeof (struct fc_phandle_entry), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fc_subr.c
506
kmem_free(np, sizeof (struct fc_phandle_entry));
usr/src/uts/sun4/io/efcode/fc_subr.c
529
fc_add_dip_to_phandle(struct fc_phandle_entry **head, dev_info_t *dip,
usr/src/uts/sun4/io/efcode/fc_subr.c
532
struct fc_phandle_entry *hp, *np;
usr/src/uts/sun4/io/efcode/fc_subr.c
539
np = kmem_zalloc(sizeof (struct fc_phandle_entry), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fc_subr.c
549
kmem_free(np, sizeof (struct fc_phandle_entry));
usr/src/uts/sun4/sys/fcode.h
403
struct fc_phandle_entry *next;
usr/src/uts/sun4/sys/fcode.h
408
extern void fc_phandle_table_alloc(struct fc_phandle_entry **);
usr/src/uts/sun4/sys/fcode.h
409
extern void fc_phandle_table_free(struct fc_phandle_entry **);
usr/src/uts/sun4/sys/fcode.h
410
extern dev_info_t *fc_phandle_to_dip(struct fc_phandle_entry **, fc_phandle_t);
usr/src/uts/sun4/sys/fcode.h
411
extern fc_phandle_t fc_dip_to_phandle(struct fc_phandle_entry **, dev_info_t *);
usr/src/uts/sun4/sys/fcode.h
412
extern void fc_add_dip_to_phandle(struct fc_phandle_entry **, dev_info_t *,
usr/src/uts/sun4/sys/fcode.h
460
struct fc_phandle_entry *ptable; /* devinfo/phandle table */
usr/src/uts/sun4/sys/fcode.h
510
extern struct fc_phandle_entry **fc_handle_to_phandle_head(fco_handle_t rp);