Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4/io/efcode/
H A Dfc_subr.c438 struct fc_phandle_entry **
449 fc_phandle_table_alloc(struct fc_phandle_entry **head) in fc_phandle_table_alloc()
454 fc_phandle_table_free(struct fc_phandle_entry **head) in fc_phandle_table_free()
456 struct fc_phandle_entry *ip, *np; in fc_phandle_table_free()
463 kmem_free(ip, sizeof (struct fc_phandle_entry)); in fc_phandle_table_free()
469 fc_phandle_to_dip(struct fc_phandle_entry **head, fc_phandle_t handle) in fc_phandle_to_dip()
471 struct fc_phandle_entry *ip; in fc_phandle_to_dip()
485 fc_dip_to_phandle(struct fc_phandle_entry **head, dev_info_t *dip) in fc_dip_to_phandle()
487 struct fc_phandle_entry *hp, *np; in fc_dip_to_phandle()
496 np = kmem_zalloc(sizeof (struct fc_phandle_entry), KM_SLEEP); in fc_dip_to_phandle()
[all …]
/titanic_44/usr/src/uts/sun4/sys/
H A Dfcode.h402 struct fc_phandle_entry { struct
403 struct fc_phandle_entry *next; argument
408 extern void fc_phandle_table_alloc(struct fc_phandle_entry **); argument
409 extern void fc_phandle_table_free(struct fc_phandle_entry **);
410 extern dev_info_t *fc_phandle_to_dip(struct fc_phandle_entry **, fc_phandle_t);
411 extern fc_phandle_t fc_dip_to_phandle(struct fc_phandle_entry **, dev_info_t *);
412 extern void fc_add_dip_to_phandle(struct fc_phandle_entry **, dev_info_t *,
460 struct fc_phandle_entry *ptable; /* devinfo/phandle table */
510 extern struct fc_phandle_entry **fc_handle_to_phandle_head(fco_handle_t rp);