HomeSort by: relevance | last modified time | path
    Searched refs:c_to (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_var.h 181 struct timeout c_to; member in struct:callout
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)
  /src/external/bsd/openldap/dist/servers/slapd/
slap.h 2981 LDAP_STAILQ_HEAD(c_to, Operation) c_txn_ops; /* list of operations in txn */

Completed in 96 milliseconds