Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h129 typedef struct sotpi_info { struct
133 uint32_t sti_magic; /* always set to SOTPI_INFO_MAGIC */
134 dev_t sti_dev; /* device the sonode represents */
136 struct sockparams *sti_orig_sp; /* in case of fallback; the orig sp */
138 kmutex_t sti_plumb_lock; /* serializes plumbs, and the related */
140 short sti_pushcnt; /* Number of modules above "sockmod" */
142 kcondvar_t sti_ack_cv; /* wait for TPI acks */
145 sti_laddr_valid : 1, /* sti_laddr valid for user */
146 sti_faddr_valid : 1, /* sti_faddr valid for user */
147 sti_faddr_noxlate : 1, /* No xlation of faddr for AF_UNIX */
[all …]