/freebsd/sys/net80211/ |
H A D | ieee80211_hwmp.c | 332 * Verify the length of an HWMP PREP and returns 1 on success, 348 wh, NULL, "PREP (AE=%s) with wrong len", in verify_mesh_prep_len() 402 struct ieee80211_meshprep_ie *prep; in hwmp_recv_action_meshpath() local 471 prep = IEEE80211_MALLOC(sizeof(*prep), in hwmp_recv_action_meshpath() 474 KASSERT(prep != NULL, ("prep == NULL")); in hwmp_recv_action_meshpath() 476 prep->prep_ie = *iefrm_t++; in hwmp_recv_action_meshpath() 477 prep->prep_len = *iefrm_t++; in hwmp_recv_action_meshpath() 478 prep->prep_flags = *iefrm_t++; in hwmp_recv_action_meshpath() 479 prep->prep_hopcount = *iefrm_t++; in hwmp_recv_action_meshpath() 480 prep->prep_ttl = *iefrm_t++; in hwmp_recv_action_meshpath() [all …]
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_pwd.c | 35 u8 prep; member 274 "EAP-PWD: Server EAP-pwd-ID proposal: group=%u random=%u prf=%u prep=%u", in eap_pwd_perform_id_exchange() 275 data->group_num, id->random_function, id->prf, id->prep); in eap_pwd_perform_id_exchange() 285 if (id->prep != EAP_PWD_PREP_NONE && in eap_pwd_perform_id_exchange() 286 id->prep != EAP_PWD_PREP_MS && in eap_pwd_perform_id_exchange() 287 id->prep != EAP_PWD_PREP_SSHA1 && in eap_pwd_perform_id_exchange() 288 id->prep != EAP_PWD_PREP_SSHA256 && in eap_pwd_perform_id_exchange() 289 id->prep != EAP_PWD_PREP_SSHA512) { in eap_pwd_perform_id_exchange() 291 "EAP-PWD: Unsupported password pre-processing technique (Prep=%u)", in eap_pwd_perform_id_exchange() 292 id->prep); in eap_pwd_perform_id_exchange() [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | print-wb.c | 274 const struct pkt_prep *prep, u_int len) in wb_prep() argument 279 ND_PRINT(" wb-prep:"); in wb_prep() 280 if (len < sizeof(*prep)) in wb_prep() 282 n = GET_BE_U_4(prep->pp_n); in wb_prep() 283 ps = (const struct pgstate *)(prep + 1); in wb_prep()
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_client.c | 257 OSSL_CMP_MSG *prep = NULL; in poll_for_response() local 266 if (!send_receive_check(ctx, preq, &prep, OSSL_CMP_PKIBODY_POLLREP)) in poll_for_response() 270 if (OSSL_CMP_MSG_get_bodytype(prep) == OSSL_CMP_PKIBODY_POLLREP) { in poll_for_response() 271 OSSL_CMP_POLLREPCONTENT *prc = prep->body->value.pollRep; in poll_for_response() 331 OSSL_CMP_MSG_free(prep); in poll_for_response() 332 prep = NULL; in poll_for_response() 346 if (prep == NULL) in poll_for_response() 350 *rep = prep; in poll_for_response() 355 OSSL_CMP_MSG_free(prep); in poll_for_response()
|
H A D | cmp_msg.c | 887 OSSL_CMP_POLLREP *prep; in ossl_cmp_pollRep_new() local 894 if ((prep = OSSL_CMP_POLLREP_new()) == NULL) in ossl_cmp_pollRep_new() 896 if (!sk_OSSL_CMP_POLLREP_push(msg->body->value.pollRep, prep)) in ossl_cmp_pollRep_new() 898 if (!ASN1_INTEGER_set(prep->certReqId, crid)) in ossl_cmp_pollRep_new() 900 if (!ASN1_INTEGER_set_int64(prep->checkAfter, poll_after)) in ossl_cmp_pollRep_new()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_vf.c | 218 /* clear mailbox and prep first tlv */ in _ecore_vf_pf_release() 310 /* clear mailbox and prep first tlv */ in ecore_vf_pf_acquire() 842 /* clear mailbox and prep first tlv */ in ecore_vf_pf_rxq_start() 921 /* clear mailbox and prep first tlv */ in ecore_vf_pf_rxq_stop() 963 /* clear mailbox and prep first tlv */ in ecore_vf_pf_txq_start() 1021 /* clear mailbox and prep first tlv */ in ecore_vf_pf_txq_stop() 1073 /* clear mailbox and prep first tlv */ in ecore_vf_pf_rxqs_update() 1121 /* clear mailbox and prep first tlv */ in ecore_vf_pf_vport_start() 1167 /* clear mailbox and prep first tlv */ in ecore_vf_pf_vport_stop() 1271 /* clear mailbox and prep header tlv */ in ecore_vf_pf_vport_update() [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | meta-cmd-cmp.mk | 12 all: prep one two change1 change2 filter0 filter1 filter2 filter3 post 16 prep post: .PHONY
|
/freebsd/contrib/less/ |
H A D | search.c | 2191 * If prep_startpos == NULL_POSITION, the prep region is empty. 2192 * If prep_endpos == NULL_POSITION, the prep region extends to EOF. 2193 * prep_hilite asks that the range (spos,epos) be covered by the prep region. 2208 * Make sure our prep region always starts at the beginning of in prep_hilite() 2231 * the "prep" region will then cover (nprep_startpos,nprep_endpos). in prep_hilite() 2239 * New range is not contiguous with old prep region. in prep_hilite() 2240 * Discard the old prep region and start a new one. in prep_hilite() 2248 * New range partially or completely overlaps old prep region. in prep_hilite() 2253 * New range ends within old prep region. in prep_hilite() 2254 * Truncate search to end at start of old prep region. in prep_hilite() [all …]
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | stringprep.c | 43 * Process a input UCS4 string according a string-prep profile. 97 /* Insignificant Character Handling for ldap-prep */ in wind_stringprep()
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | idle-states.yaml | 57 ..__[EXEC]__|__[PREP]__|__[ENTRY]__|__[IDLE]__|__[EXIT]__|__[EXEC]__.. 71 PREP: Preparation phase before committing the hardware to idle mode 112 has not expired. The abortable nature of the PREP period can be ignored 113 if it cannot be relied upon (e.g. the PREP deadline may occur much sooner than 311 PREP phase (see diagram 1, section 2) is non-neglibigle. In such
|
/freebsd/crypto/openssh/ |
H A D | mkinstalldirs | 3 # Author: Noah Friedman <friedman@prep.ai.mit.edu>
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | mkinstalldirs | 3 # Author: Noah Friedman <friedman@prep.ai.mit.edu>
|
/freebsd/crypto/krb5/src/config/ |
H A D | mkinstalldirs | 3 # Author: Noah Friedman <friedman@prep.ai.mit.edu>
|
/freebsd/contrib/libxo/packaging/ |
H A D | libxo.spec.in | 21 %prep
|
/freebsd/lib/libsecureboot/efi/include/Guid/ |
H A D | GlobalVariable.h | 39 // L"SysPrep####" - A System Prep application load option. 111 /// The ordered System Prep Application load option list.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCLoopInstrFormPrep.cpp | 1 //===------ PPCLoopInstrFormPrep.cpp - Loop Instr Form Prep Pass ----------===// 115 #define DEBUG_TYPE "ppc-loop-instr-form-prep" 122 "for PPC loop prep")); 139 // now the thresholds for each kind prep are exterimental values on Power9. 140 static cl::opt<unsigned> MaxVarsUpdateForm("ppc-preinc-prep-max-vars", 142 cl::desc("Potential PHI threshold per loop for PPC loop prep of update " 147 cl::desc("Potential PHI threshold per loop for PPC loop prep of DS form")); 151 cl::desc("Potential PHI threshold per loop for PPC loop prep of DQ form")); 1287 // Only prep. the inner-most loop in runOnLoop() 1328 // to make this pre-inc prep for it. in runOnLoop()
|
/freebsd/sys/dev/ice/ |
H A D | ice_rdma.h | 348 * prep: if true, this is a pre-event, post-event otherwise 352 bool prep; member
|
/freebsd/stand/powerpc/boot1.chrp/ |
H A D | Makefile | 22 # directly to the PReP partition.
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_explicit.h | 35 * prep for emitting output fields.
|
/freebsd/contrib/mandoc/ |
H A D | arch.c | 40 "pc532", "playstation2", "pmax", "pmppc", "prep", in arch_valid()
|
/freebsd/sys/contrib/zlib/doc/ |
H A D | rfc1952.txt | 443 <gzip@prep.ai.mit.edu> is maintaining a registry of subfield 498 ftp://prep.ai.mit.edu/pub/gnu/ 552 Jean-Loup Gailly <gzip@prep.ai.mit.edu> and 571 created by Jean-Loup Gailly <gzip@prep.ai.mit.edu>. Since this
|
/freebsd/contrib/pam_modules/pam_passwdqc/ |
H A D | pam_passwdqc.spec | 19 %prep
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_pwd_common.h | 46 u8 prep; member
|
/freebsd/crypto/krb5/.github/workflows/ |
H A D | build.yml | 83 nmake -f Makefile.in prep-windows
|
/freebsd/sys/contrib/device-tree/Bindings/cpu/ |
H A D | idle-states.yaml | 77 ..__[EXEC]__|__[PREP]__|__[ENTRY]__|__[IDLE]__|__[EXIT]__|__[EXEC]__.. 91 PREP: Preparation phase before committing the hardware to idle mode 132 has not expired. The abortable nature of the PREP period can be ignored 133 if it cannot be relied upon (e.g. the PREP deadline may occur much sooner than 421 PREP phase (see diagram 1, section 2) is non-neglibigle. In such
|