Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dfiledesc.h143 SLIST_HEAD(sigiolst, sigio);
190 void funsetownlst (struct sigiolst *);
H A Dproc.h112 struct sigiolst pg_sigiolst; /* List of sigio sources. */
279 struct sigiolst p_sigiolst; /* list of sigio sources */
/dragonfly/sys/kern/
H A Dkern_descrip.c1233 funsetownlst(struct sigiolst *sigiolst) in funsetownlst() argument
1237 while ((sigio = SLIST_FIRST(sigiolst)) != NULL) in funsetownlst()