Home
last modified time | relevance | path

Searched refs:c_to (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/altq/
Daltq_var.h181 struct timeout c_to; member
184 #define CALLOUT_RESET(c,t,f,a) do { if (!timeout_initialized(&(c)->c_to)) \
185 timeout_set(&(c)->c_to, (f), (a)); \
186 timeout_add(&(c)->c_to, (t)); } while (/*CONSTCOND*/ 0)
187 #define CALLOUT_STOP(c) timeout_del(&(c)->c_to)
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dslap.h2963 LDAP_STAILQ_HEAD(c_to, Operation) c_txn_ops; /* list of operations in txn */
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
DChangeLog-1993-20139490 argument to c_to.