Home
last modified time | relevance | path

Searched defs:callout (Results 1 – 5 of 5) sorted by relevance

/csrg-svn/sys/sys/
H A Dcallout.h15 struct callout { struct
16 struct callout *c_next; /* next callout in queue */ argument
23 struct callout *callfree, *callout, calltodo; argument
/csrg-svn/usr.sbin/amd/amd/
H A Dclock.c31 typedef struct callout callout; typedef
32 struct callout { struct
33 callout *c_next; /* List of callouts */ argument
40 static callout callouts; /* List of pending callouts */ argument
H A Dafs_ops.c522 int callout; /* Callout identifier */ member
/csrg-svn/sys/conf/
H A Dparam.c91 struct callout *callout; variable
/csrg-svn/old/tp/
H A Dtp2.c287 callout() in callout() function