Home
last modified time | relevance | path

Searched refs:ft_list (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_topo.h40 fmd_list_t ft_list; member
H A Dfmd_mdb.c1605 wsp->walk_addr = (uintptr_t)ftp.ft_list.l_next; in tsnap_walk_step()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c269 static struct ft_link_list *ft_list = NULL; variable
2634 for (list = ft_list; list != NULL; list = list->next) { in reg_fault()
2653 list->next = ft_list; in reg_fault()
2654 ft_list = list; in reg_fault()
2677 list = ft_list; in clear_fault()
2678 vect = &ft_list; in clear_fault()
2732 for (ftlist = ft_list; ftlist != NULL; ftlist = ftlist->next) { in process_fault_list()
3009 for (ftlist = ft_list; ftlist != NULL; ftlist = ftlist->next) { in ft_ks_snapshot()
3010 bcopy(&ftlist->f, buf, sizeof (struct ft_list)); in ft_ks_snapshot()
3011 buf = ((struct ft_list *)buf) + 1; in ft_ks_snapshot()
[all …]
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h460 struct ft_list { struct
476 struct ft_list f;