Searched refs:p_mode (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/crypto/dist/ipsec-tools/src/libipsec/
H A Dpolicy_parse.y103 static int p_dir, p_type, p_protocol, p_mode, p_level, p_reqid;
308 : MODE { p_mode = $1; }
446 if (p_mode != IPSEC_MODE_TRANSPORT
447 && p_mode != IPSEC_MODE_TUNNEL) {
453 if (p_mode != IPSEC_MODE_TRANSPORT) {
531 p->sadb_x_ipsecrequest_mode = p_mode;
565 p_mode = IPSEC_MODE_ANY;
/netbsd-current/crypto/dist/ipsec-tools/src/setkey/
H A Dparse.y70 u_int p_ext, p_alg_enc, p_alg_auth, p_replay, p_mode;
212 if (p_mode != IPSEC_MODE_ANY)
255 if (p_mode != IPSEC_MODE_ANY)
576 | F_MODE MODE { p_mode = $2; }
577 | F_MODE ANY { p_mode = IPSEC_MODE_ANY; }
1192 m_sa2.sadb_x_sa2_mode = p_mode;
1435 m_sa2.sadb_x_sa2_mode = p_mode;
1682 p_mode = IPSEC_MODE_ANY;
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_kms.h450 struct drm_display_mode **p_mode);
H A Dvmwgfx_kms.c2657 struct drm_display_mode **p_mode)
2699 *p_mode = mode;
2702 *p_mode = list_first_entry(&con->modes,
2651 vmw_kms_fbdev_init_data(struct vmw_private *dev_priv, unsigned unit, u32 max_width, u32 max_height, struct drm_connector **p_con, struct drm_crtc **p_crtc, struct drm_display_mode **p_mode) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c2080 machine_mode p_mode = GET_MODE_SIZE (mode) == 32 ? V4DImode : V2DImode; local
2086 tmp = gen_lowpart (p_mode, tmp);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc2275 machine_mode p_mode = GET_MODE_SIZE (mode) == 32 ? V4DImode : V2DImode; local
2281 tmp = gen_lowpart (p_mode, tmp);

Completed in 335 milliseconds