Searched defs:man_s (Results 1 – 1 of 1) sorted by relevance
93 typedef struct man_s { struct94 struct man_s *man_next; /* next in list of devices */ argument100 int man_suspended; /* DDI_SUSPEND on device */ argument101 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 …]