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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c45 * and they are all in sof_entry_list. In addition to the global list, each
49 * socket types are added and/or removed from the system. Both sof_entry_list
81 * sof_entry_list -> sof_entry_t -> sof_entry -> ... -> sof_entry_t
87 static list_t sof_entry_list; /* list of configured filters */ variable
147 list_create(&sof_entry_list, sizeof (sof_entry_t),
804 for (ent = list_head(&sof_entry_list); ent != NULL;
805 ent = list_next(&sof_entry_list, ent)) {
994 list_insert_tail(&sof_entry_list, ent);
1013 list_remove(&sof_entry_list, ent);
1156 for (ent = list_head(&sof_entry_list); en
[all...]

Completed in 47 milliseconds