Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_extents.c149 if (ecp->ec_type == EXT4_EXT_CACHE_NO) in ext4_ext_in_cache()
157 ret = ecp->ec_type; in ext4_ext_in_cache()
171 ecp->ec_type = type; in ext4_ext_put_cache()
H A Dext2fs_extents.h85 uint32_t ec_type; member
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dracoonctl.c1278 if (evtmsg[i].type == evtdump->ec_type)
1282 printf("Event %d: ", evtdump->ec_type);
1313 if (evtdump->ec_type != EVT_PHASE1_MODE_CFG)
1454 else if (evt_quit_event == ec->ec_type) {
1455 switch (ec->ec_type) {
H A Devt.h77 uint32_t ec_type; member
H A Devt.c239 e->evt.ec_type = type; in evtmsg_create()