Home
last modified time | relevance | path

Searched defs:CALLOUT_INIT (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/altq/
H A Daltq_var.h168 #define CALLOUT_INIT(c) callout_init((c), 0) macro
170 #define CALLOUT_INIT(c) callout_init((c)) macro
183 #define CALLOUT_INIT(c) do { (void)memset((c), 0, sizeof(*(c))); } while (/*CONSTCOND*/ 0) macro
196 #define CALLOUT_INIT(c) do { (void)memset((c), 0, sizeof(*(c))); } while (/*CONSTCOND*/ 0) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/netisdn/
H A Di4b_isppp.c131 # define CALLOUT_INIT(chan) callout_handle_init(chan) macro
136 # define CALLOUT_INIT(chan) do {} while(0) macro