Searched refs:callout (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/demo/sdt/
H A Dinterval.d29 sdt:::callout-start
31 self->callout = ((callout_t *)arg0)->c_func;
35 /self->callout && arg2 <= 100/
43 @callout[self->callout] = lquantize(arg2, 0, 100);
46 sdt:::callout-end
48 self->callout = NULL;
53 printa("%a\n%@d\n\n", @callout);
H A Dcallout.d29 sdt:::callout-start
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h50 * The callout mechanism provides general-purpose event scheduling:
52 * The expiration time for a callout is kept in its callout list
55 typedef struct callout { struct
56 struct callout *c_idnext; /* next in ID hash, or on freelist */
57 struct callout *c_idprev; /* prev in ID hash */
58 struct callout *c_clnext; /* next in callout list */
59 struct callout *c_clprev; /* prev in callout lis
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c1603 struct callout { struct
1607 struct callout *c_next;
1610 static struct callout *callout = NULL; /* Callout list */ variable in typeref:struct:callout
1625 struct callout *newp, *p, **pp;
1632 if ((newp = (struct callout *) malloc(sizeof(struct callout))) == NULL)
1633 novm("callout structure for timeout.");
1643 for (pp = &callout; (p = *pp) != NULL; pp = &p->c_next)
1661 struct callout **cop
[all...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Dproperty.c51 gboolean callout; member in struct:_HalProperty
352 prop->callout = val;
369 return prop->callout;
/illumos-gate/usr/src/cmd/dtrace/demo/
H A DMakefile34 callout.d \
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c724 * turn locking those) and calling the provided "callout" function
732 void (*callout)(rfs4_entry_t, void *),
750 (*callout)(entry->dbe_data, data);
731 rfs4_dbe_walk(rfs4_table_t *table, void (*callout)(rfs4_entry_t, void *), void *data) argument
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_frag.c96 # include <sys/callout.h>
97 extern struct callout fr_slowtimer_ch;
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c519 printf("callout for unknown command '%s'\n", name);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h168 void (*callout)(rfs4_entry_t, void *), void *);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c546 mdb_warn("callout doesn't support global walk");
567 mdb_warn("failed to read callout at %p", wsp->walk_addr);
591 * walker for callout lists. This is different from hashes and callouts.
598 mdb_warn("callout list doesn't support global walk");
633 /* routines/structs to walk callout table(s) */
741 /* callout flags, in no particular order */
778 /* private callout data for callback functions */
791 callout_table_t *co_table; /* top of callout table array */
814 * The callout must have been reallocated. No point in
821 * The callout mus
1363 callout(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
[all...]

Completed in 94 milliseconds