Symbol: sof_entry_t
usr/src/uts/common/fs/sockfs/sockfilter.c
1003
sof_entry_t *
usr/src/uts/common/fs/sockfs/sockfilter.c
1006
sof_entry_t *ent;
usr/src/uts/common/fs/sockfs/sockfilter.c
1029
sof_entry_proc_sockparams(sof_entry_t *ent, struct sockparams *sp)
usr/src/uts/common/fs/sockfs/sockfilter.c
1153
sof_entry_t *ent;
usr/src/uts/common/fs/sockfs/sockfilter.c
121
static int sof_entry_load_module(sof_entry_t *);
usr/src/uts/common/fs/sockfs/sockfilter.c
122
static void sof_entry_hold(sof_entry_t *);
usr/src/uts/common/fs/sockfs/sockfilter.c
123
static void sof_entry_rele(sof_entry_t *);
usr/src/uts/common/fs/sockfs/sockfilter.c
124
static int sof_entry_kstat_create(sof_entry_t *);
usr/src/uts/common/fs/sockfs/sockfilter.c
125
static void sof_entry_kstat_destroy(sof_entry_t *);
usr/src/uts/common/fs/sockfs/sockfilter.c
127
static sof_instance_t *sof_instance_create(sof_entry_t *, struct sonode *);
usr/src/uts/common/fs/sockfs/sockfilter.c
147
list_create(&sof_entry_list, sizeof (sof_entry_t),
usr/src/uts/common/fs/sockfs/sockfilter.c
148
offsetof(sof_entry_t, sofe_node));
usr/src/uts/common/fs/sockfs/sockfilter.c
189
sof_entry_t *ent = NULL;
usr/src/uts/common/fs/sockfs/sockfilter.c
538
sof_entry_t *ent = inst->sofi_filter;
usr/src/uts/common/fs/sockfs/sockfilter.c
742
sof_instance_create(sof_entry_t *ent, struct sonode *so)
usr/src/uts/common/fs/sockfs/sockfilter.c
799
static sof_entry_t *
usr/src/uts/common/fs/sockfs/sockfilter.c
802
sof_entry_t *ent;
usr/src/uts/common/fs/sockfs/sockfilter.c
813
sof_entry_free(sof_entry_t *ent)
usr/src/uts/common/fs/sockfs/sockfilter.c
834
kmem_free(ent, sizeof (sof_entry_t));
usr/src/uts/common/fs/sockfs/sockfilter.c
840
sof_entry_t *ent = ksp->ks_private;
usr/src/uts/common/fs/sockfs/sockfilter.c
854
sof_entry_kstat_create(sof_entry_t *ent)
usr/src/uts/common/fs/sockfs/sockfilter.c
890
sof_entry_kstat_destroy(sof_entry_t *ent)
usr/src/uts/common/fs/sockfs/sockfilter.c
899
sof_entry_hold(sof_entry_t *ent)
usr/src/uts/common/fs/sockfs/sockfilter.c
912
sof_entry_rele(sof_entry_t *ent)
usr/src/uts/common/fs/sockfs/sockfilter.c
935
sof_entry_load_module(sof_entry_t *ent)
usr/src/uts/common/fs/sockfs/sockfilter.c
963
sof_entry_add(sof_entry_t *ent)
usr/src/uts/common/fs/sockfs/sockfilter_impl.h
119
sof_entry_t *sofi_filter; /* filter this is an instance of */
usr/src/uts/common/fs/sockfs/sockfilter_impl.h
133
extern void sof_entry_free(sof_entry_t *);
usr/src/uts/common/fs/sockfs/sockfilter_impl.h
134
extern int sof_entry_add(sof_entry_t *);
usr/src/uts/common/fs/sockfs/sockfilter_impl.h
135
extern sof_entry_t *sof_entry_remove_by_name(const char *);
usr/src/uts/common/fs/sockfs/sockfilter_impl.h
136
extern int sof_entry_proc_sockparams(sof_entry_t *, struct sockparams *);
usr/src/uts/common/fs/sockfs/sockparams.c
766
sockparams_filter_cleanup_impl(sof_entry_t *ent, list_t *list)
usr/src/uts/common/fs/sockfs/sockparams.c
789
sockparams_filter_cleanup(sof_entry_t *ent)
usr/src/uts/common/fs/sockfs/sockparams.c
800
sockparams_new_filter_impl(sof_entry_t *ent, list_t *list)
usr/src/uts/common/fs/sockfs/sockparams.c
818
sockparams_new_filter(sof_entry_t *ent)
usr/src/uts/common/fs/sockfs/socksyscalls.c
1757
sof_entry_t *ent;
usr/src/uts/common/fs/sockfs/socksyscalls.c
1784
sof_entry_t *ent;
usr/src/uts/common/fs/sockfs/socksyscalls.c
1789
ent = kmem_zalloc(sizeof (sof_entry_t), KM_SLEEP);