Searched refs:callout (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/cmd/dtrace/demo/sdt/ |
H A D | interval.d | 29 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 D | callout.d | 29 sdt:::callout-start
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | callo.h | 55 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
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | main.c | 1603 struct callout { struct 1607 struct callout *c_next; argument 1610 static struct callout *callout = NULL; /* Callout list */ variable 1625 struct callout *newp, *p, **pp; 1632 if ((newp = (struct callout *) malloc(sizeof(struct callout))) == NULL) 1643 for (pp = &callout; (p = *pp) != NULL; pp = &p->c_next) 1661 struct callout **copp, *freep; 1668 for (copp = &callout; (freep = *copp) != NULL; copp = &freep->c_next) 1683 struct callout *p; in calltimeout() 1685 while (callout != NULL) { in calltimeout() [all …]
|
/titanic_50/usr/src/cmd/hal/hald/ |
H A D | property.c | 51 gboolean callout; member 352 prop->callout = val; in hal_property_set_attribute() 369 return prop->callout; in hal_property_get_attribute()
|
/titanic_50/usr/src/cmd/dtrace/demo/ |
H A D | Makefile | 34 callout.d \
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_db.c | 732 void (*callout)(rfs4_entry_t, void *), in rfs4_dbe_walk() 750 (*callout)(entry->dbe_data, data); in rfs4_dbe_walk()
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_frag.c | 97 extern struct callout fr_slowtimer_ch;
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 168 void (*callout)(rfs4_entry_t, void *), void *);
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | genunix.c | 1280 callout(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in callout() function 3854 "display callouts", callout, callout_help },
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | developer-dtrace.mf | 79 file path=usr/demo/dtrace/callout.d
|
/titanic_50/usr/src/uts/common/ |
H A D | Makefile.files | 120 callout.o \
|
/titanic_50/ |
H A D | .gitignore | 921 usr/src/cmd/dtrace/demo/callout.d
|