Searched refs:priority_offset (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/dist/ipsec-tools/src/libipsec/
H A Dipsec_dump_policy.c101 int32_t priority_offset; local
121 priority_offset = 0;
128 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_HIGH;
136 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_DEFAULT;
141 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_LOW;
146 priority_offset *= -1;
147 if (priority_offset < 0)
150 priority_offset *= -1;
189 + ((priority_offset != 0) ? 13 : 0) /* [space operator space int] */
200 if (priority_offset !
[all...]
/netbsd-current/sys/arch/arm/imx/
H A Dimx51_tzic.c215 int priority_offset; local
223 priority_offset = (is->is_irq / 4);
224 reg = INTC_READ(tzic, TZIC_PRIORITY(priority_offset));
227 INTC_WRITE(tzic, TZIC_PRIORITY(priority_offset), reg);

Completed in 178 milliseconds