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

  /src/crypto/dist/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 126 (u_int32_t) (PRIORITY_DEFAULT / 4) * 3)
132 (u_int32_t) (PRIORITY_DEFAULT / 4) * 3 &&
134 (u_int32_t) (PRIORITY_DEFAULT / 4) * 5)
136 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_DEFAULT;
policy_parse.y 156 p_priority = PRIORITY_DEFAULT;
178 p_priority = PRIORITY_DEFAULT + (u_int32_t) p_priority_offset;
200 p_priority = PRIORITY_DEFAULT + (u_int32_t) p_priority_offset;
libpfkey.h 41 #define PRIORITY_DEFAULT 0x80000000
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/
osthread.d 629 @property static int PRIORITY_DEFAULT() @nogc nothrow pure @safe
639 int PRIORITY_DEFAULT = int.min;
649 `which` must be one of `PRIORITY_MIN`, `PRIORITY_DEFAULT`,
694 result.PRIORITY_DEFAULT = clparms[0];
715 result.PRIORITY_DEFAULT = 0;
728 result.PRIORITY_DEFAULT = param.sched_priority;
770 @property static int PRIORITY_DEFAULT() @nogc nothrow pure @trusted
773 &loadGlobal!"PRIORITY_DEFAULT")();
801 return fakePriority==int.max? PRIORITY_DEFAULT : fakePriority;
811 if (!atomicLoad(m_isRunning)) return PRIORITY_DEFAULT;
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.h 67 PRIORITY_DEFAULT = 0,
srp-mdns-proxy.c 4077 server_state->priority = PRIORITY_DEFAULT;
  /src/crypto/dist/ipsec-tools/src/racoon/
pfkey.c 2105 xpl->sadb_x_policy_priority = PRIORITY_DEFAULT;

Completed in 34 milliseconds