Searched refs:man_dest_t (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | dman.c | 88 static void man_print_mdp(man_dest_t *); 443 static void man_start_dest(man_dest_t *, manstr_t *, man_pg_t *); 486 static int man_start_lower(man_dest_t *, mblk_t *, queue_t *, int caller); 493 static void man_dlpi_replay(man_dest_t *, mblk_t *); 494 static int man_dlioc_replay(man_dest_t *); 498 static int man_gettimer(int, man_dest_t *); 500 static int man_needs_linkcheck(man_dest_t *); 501 static int man_do_autoswitch(man_dest_t *); 503 static int man_prep_dests_for_switch(man_pg_t *, man_dest_t **, int *); 505 static void man_do_icmp_bcast(man_dest_t *, t_uscalar_t); [all …]
|
/titanic_41/usr/src/uts/sun4u/starcat/sys/ |
H A D | dman.h | 78 #define MAN_DEST_ARRAY_SIZE (MAN_MAX_DESTS * sizeof (man_dest_t)) 200 } man_dest_t; typedef 229 man_dest_t *ms_destp; /* Optimization if only one ms_dests */ 230 man_dest_t *ms_dests; /* lower streams */ 357 man_dest_t *a_mdp; /* array of dests for mw_type */
|