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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c96 struct socklist socklist; variable in typeref:struct:socklist
291 mutex_init(&socklist.sl_lock, NULL, MUTEX_DEFAULT, NULL);
1714 ksp->ks_lock = &socklist.sl_lock;
1750 struct sonode *so; /* current sonode on socklist */
1759 for (so = socklist.sl_list; so != NULL; so = SOTOTPI(so)->sti_next_so) {
1774 struct sonode *so; /* current sonode on socklist */
1789 * for each sonode on the socklist, we massage the important
1794 for (so = socklist.sl_list; so != NULL; so = SOTOTPI(so)->sti_next_so) {
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h594 struct socklist { struct
599 extern struct socklist socklist;
952 * Internal structure for obtaining sonode information from the socklist.

Completed in 50 milliseconds