Home
last modified time | relevance | path

Searched defs:man_s (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h93 typedef struct man_s { struct
94 struct man_s *man_next; /* next in list of devices */ argument
100 int man_suspended; /* DDI_SUSPEND on device */ argument
101 kstat_t *man_ksp; /* meta interface statistics */
102 int man_eaddr_v; /* ether addr valid */
103 eaddr_t man_eaddr; /* active ether addr */
107 int32_t man_init_time; /* init time in usecs */
108 int32_t man_linkcheck_time; /* linkcheck time in usecs */
109 int32_t man_linkstale_time; /* linkstale time in usecs */
110 int32_t man_linkstale_retries; /* linkstale retries/probes */
[all …]