Searched defs:fmodsw_impl_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h743 * fmodsw_impl_t is used within the kernel. fmodsw is used by
745 * defined in the module/driver into the fmodsw_impl_t structure
748 typedef struct fmodsw_impl fmodsw_impl_t; typedef in typeref:struct:fmodsw_impl
751 fmodsw_impl_t *f_next;
1087 extern int qattach(queue_t *, dev_t *, int, cred_t *, fmodsw_impl_t *,
1253 extern fmodsw_impl_t *fmodsw_find(const char *, fmodsw_flags_t);
1254 extern void fmodsw_rele(fmodsw_impl_t *);

Completed in 67 milliseconds