Home
last modified time | relevance | path

Searched refs:la_type (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/libraries/librewrite/
Drule.c83 switch ( action->la_type ) { in destroy_action()
204 action->la_type = REWRITE_ACTION_STOP; in rewrite_rule_compile()
218 action->la_type = REWRITE_ACTION_UNWILLING; in rewrite_rule_compile()
256 action->la_type = REWRITE_ACTION_GOTO; in rewrite_rule_compile()
260 action->la_type = REWRITE_ACTION_USER; in rewrite_rule_compile()
308 action->la_type = REWRITE_ACTION_IGNORE_ERR; in rewrite_rule_compile()
Dcontext.c264 switch ( action->la_type ) { in rewrite_context_apply()
335 switch ( action->la_type ) { in rewrite_context_apply()
Drewrite-int.h117 int la_type; member
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dzap_leaf.c150 lc->l_array.la_type = BSWAP_8(lc->l_array.la_type); in zap_leaf_byteswap()
243 la->la_type = ZAP_CHUNK_ARRAY; in zap_leaf_array_create()
274 ASSERT3U(ZAP_LEAF_CHUNK(l, chunk).l_array.la_type, ==, in zap_leaf_array_free()
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Dzap_leaf.h144 uint8_t la_type; /* always ZAP_CHUNK_ARRAY */ member