Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dcallo.h55 typedef struct callout { struct
56 struct callout *c_idnext; /* next in ID hash, or on freelist */ argument
57 struct callout *c_idprev; /* prev in ID hash */ argument
58 struct callout *c_clnext; /* next in callout list */ argument
59 struct callout *c_clprev; /* prev in callout list */ argument
60 callout_id_t c_xid; /* extended callout ID; see below */ argument
61 callout_list_t *c_list; /* callout list */ argument
65 kcondvar_t c_done; /* signal callout completion */ argument
70 * The callout ID (callout_id_t) uniquely identifies a callout. The callout argument
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c1603 struct callout { struct
1607 struct callout *c_next; argument
1610 static struct callout *callout = NULL; /* Callout list */ variable
/titanic_50/usr/src/cmd/hal/hald/
H A Dproperty.c51 gboolean callout; member
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1280 callout(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in callout() function