Searched refs:fmodsw_impl_t (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | str_conf.c | 68 static fmodsw_impl_t *fmodsw_hash[FMODSW_HASHSZ]; 129 i_fmodsw_hash_insert(fmodsw_impl_t *fp) in i_fmodsw_hash_insert() 132 fmodsw_impl_t **pp; in i_fmodsw_hash_insert() 133 fmodsw_impl_t *p; in i_fmodsw_hash_insert() 151 i_fmodsw_hash_remove(const char *name, fmodsw_impl_t **fpp) in i_fmodsw_hash_remove() 154 fmodsw_impl_t **pp; in i_fmodsw_hash_remove() 155 fmodsw_impl_t *p; in i_fmodsw_hash_remove() 176 i_fmodsw_hash_find(const char *name, fmodsw_impl_t **fpp) in i_fmodsw_hash_find() 179 fmodsw_impl_t *p; in i_fmodsw_hash_find() 207 fmodsw_impl_t *fp; in fmodsw_register() [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | strsubr.h | 748 typedef struct fmodsw_impl fmodsw_impl_t; typedef 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 *);
|
/titanic_50/usr/src/uts/common/os/ |
H A D | streamio.c | 198 fmodsw_impl_t *fp; in push_mod() 3765 fmodsw_impl_t *fp; in strioctl() 4023 fmodsw_impl_t *fp; in strioctl()
|
H A D | strsubr.c | 1117 qattach(queue_t *qp, dev_t *devp, int oflag, cred_t *crp, fmodsw_impl_t *fp, in qattach()
|