Home
last modified time | relevance | path

Searched refs:fd_lst (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dfdlist.c33 struct fd_lst { struct
36 struct fd_lst *next; argument
40 static struct fd_lst *fdlist = NULL;
41 static struct fd_lst *fdtail = NULL;
44 fd_init(struct fd_lst *lst) in fd_init()
61 struct fd_lst *fdc, *fdnew; in fd_add()
76 if ((fdnew = (struct fd_lst *)malloc(sizeof(struct fd_lst))) == NULL) { in fd_add()
99 struct fd_lst *fdc = fdlist; in fd_rem()
119 struct fd_lst *fdc = fdlist; in fd_get()