Searched refs:man_dest_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h78 #define MAN_DEST_ARRAY_SIZE (MAN_MAX_DESTS * sizeof (man_dest_t))
105 * Failover timers, used by man_dest_t.
200 } man_dest_t; typedef in typeref:struct:man_dest_s
229 man_dest_t *ms_destp; /* Optimization if only one ms_dests */
230 man_dest_t *ms_dests; /* lower streams */
276 * here. It is read from here and stored in man_dest_t.md_dst_eaddr
357 man_dest_t *a_mdp; /* array of dests for mw_type */
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c88 static void man_print_mdp(man_dest_t *);
105 * Set man_dest_t dlpistate (lower half of multiplexor)
241 * Set man_dest_t dlpistate (lower half of multiplexor)
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 *);
[all...]

Completed in 51 milliseconds