Searched defs:sotpi_info (Results 1 – 1 of 1) sorted by relevance
128 typedef struct sotpi_info { struct132 uint32_t sti_magic; /* always set to SOTPI_INFO_MAGIC */133 dev_t sti_dev; /* device the sonode represents */135 struct sockparams *sti_orig_sp; /* in case of fallback; the orig sp */137 kmutex_t sti_plumb_lock; /* serializes plumbs, and the related */139 short sti_pushcnt; /* Number of modules above "sockmod" */141 kcondvar_t sti_ack_cv; /* wait for TPI acks */144 sti_laddr_valid : 1, /* sti_laddr valid for user */145 sti_faddr_valid : 1, /* sti_faddr valid for user */146 sti_faddr_noxlate : 1, /* No xlation of faddr for AF_UNIX */[all …]