| /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;  member274 		   "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/crypto/openssl/crypto/cmp/ | 
| H A D | cmp_client.c | 286     OSSL_CMP_MSG *prep = NULL;  in poll_for_response()  local295         if (!send_receive_check(ctx, preq, &prep, OSSL_CMP_PKIBODY_POLLREP))  in poll_for_response()
 299         if (OSSL_CMP_MSG_get_bodytype(prep) == OSSL_CMP_PKIBODY_POLLREP) {  in poll_for_response()
 300             OSSL_CMP_POLLREPCONTENT *prc = prep->body->value.pollRep;  in poll_for_response()
 360             OSSL_CMP_MSG_free(prep);  in poll_for_response()
 361             prep = NULL;  in poll_for_response()
 369         } else if (is_crep_with_waiting(prep, rid)  in poll_for_response()
 370                    || ossl_cmp_is_error_with_waiting(prep)) {  in poll_for_response()
 385     if (prep == NULL)  in poll_for_response()
 389     *rep = prep;  in poll_for_response()
 [all …]
 
 | 
| /freebsd/contrib/tcpdump/ | 
| H A D | print-wb.c | 274         const struct pkt_prep *prep, u_int len)  in wb_prep()  argument279 	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/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 post16 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/tools/tools/nanobsd/ | 
| H A D | nanobsd.sh | 168 	pprint 2 "Skipping early customization for image prep (as instructed)"220 	pprint 2 "Skipping image prep (as instructed)"
 
 | 
| /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 otherwise352 			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 subfield498        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/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
 
 | 
| /freebsd/sys/dev/irdma/ | 
| H A D | icrdma.c | 319 		if (event->prep == iwdev->vsi.tc_change_pending) {  in irdma_event_handler()322 			       event->prep ? "pre" : "post",  in irdma_event_handler()
 323 			       event->prep ? " " : "not ");  in irdma_event_handler()
 332 		if (event->prep) {  in irdma_event_handler()
 
 |