Home
last modified time | relevance | path

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

/illumos-gate/usr/src/compat/bhyve/sys/
H A Dcallout.h23 struct callout { struct
38 * If a callout is rescheduled (into the future) while its handler is running, argument
/illumos-gate/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
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c1600 struct callout { struct
1604 struct callout *c_next; argument
1607 static struct callout *callout = NULL; /* Callout list */ variable
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvatpit.c109 struct callout callout; member
157 struct callout *callout; in vatpit_callout_handler() local
632 struct callout *callout = &out->callout; in vatpit_data_write() local
H A Dvhpet.c90 struct callout callout; member
290 struct callout *callout = &vhpet->timer[n].callout; in vhpet_handler() local
H A Dvlapic_priv.h136 struct callout callout; /* vlapic timer */ member
H A Dvrtc.c102 struct callout callout; member
/illumos-gate/usr/src/cmd/hal/hald/
H A Dproperty.c51 gboolean callout; member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1485 callout(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in callout() function