Home
last modified time | relevance | path

Searched refs:reqd (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_tlv.h52 #define ROCE_EXT_TLV_PREP(rtlv, ext_type, content_bytes, more, reqd) \ argument
58 (rtlv)->tlv.flags |= (reqd) ? TLV_FLAGS_REQUIRED : 0; \
/freebsd/crypto/openssh/
H A Dauth-pam.c305 sshpam_password_change_required(int reqd) in sshpam_password_change_required() argument
310 debug3("%s %d", __func__, reqd); in sshpam_password_change_required()
313 sshpam_authctxt->force_pwchange = reqd; in sshpam_password_change_required()
314 if (reqd) { in sshpam_password_change_required()