Searched defs:ft_list (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_topo.h40 fmd_list_t ft_list; member in struct:fmd_topo
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c269 static struct ft_link_list *ft_list = NULL; variable in typeref:struct:ft_link_list
2635 for (list = ft_list; list != NULL; list = list->next) {
2654 list->next = ft_list;
2655 ft_list = list;
2678 list = ft_list;
2679 vect = &ft_list;
2733 for (ftlist = ft_list; ftlist != NULL; ftlist = ftlist->next) {
3010 for (ftlist = ft_list; ftlist != NULL; ftlist = ftlist->next) {
3011 bcopy(&ftlist->f, buf, sizeof (struct ft_list));
3012 buf = ((struct ft_list *)bu
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h410 * the fault list (struct ft_list). These defines must match with the
462 struct ft_list { struct
473 * eliminating the next pointer and making ft_list a fixed size.
474 * The structure name "ft_list" remains unchanged for
478 struct ft_list f;

Completed in 228 milliseconds