Home
last modified time | relevance | path

Searched +full:max +full:- +full:reason (Results 1 – 25 of 832) sorted by relevance

12345678910>>...34

/freebsd-src/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c2 * Copyright (c) 2000-2002 by Solar Designer. See LICENSE.
50 x = ((fixed)(charset - 1) << FIXED_BITS) / charset; in expected_different()
52 while (--length > 0) y = (y * x) >> FIXED_BITS; in expected_different()
53 z = (fixed)charset * (((fixed)1 << FIXED_BITS) - y); in expected_different()
94 if (uppers && isascii(c) && isupper(c)) uppers--; in is_simple()
95 c = (unsigned char)newpass[length - 1]; in is_simple()
96 if (digits && isascii(c) && isdigit(c)) digits--; in is_simple()
99 * that there're no non-ASCII characters for digits. */ in is_simple()
107 for (; classes > 0; classes--) in is_simple()
110 if (length >= params->min[0] && in is_simple()
[all …]
H A Dpam_passwdqc.c2 * Copyright (c) 2000-2002 by Solar Designer. See LICENSE.
66 40, /* max */
81 "Re-type new password: "
150 return conv->conv(1, (lo_const struct pam_message **)&pmsg, resp, in converse()
151 conv->appdata_ptr); in converse()
182 if ((int)strlen(newpass) > params->qc.max) { in check_max()
183 if (params->qc.max != 8) { in check_max()
185 return -1; in check_max()
214 if (i && (int)v > params->qc.min[i - 1]) break; in parse()
215 params->qc.min[i] = v; in parse()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp1 //===- PPCMachineScheduler.cpp - MI Scheduler for PowerPC -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
15 DisableAddiLoadHeuristic("disable-ppc-sched-addi-load",
19 EnableAddiHeuristic("ppc-postra-bias-addi",
25 return Cand.SU->getInstr()->getOpcode() == PPC::ADDI || in isADDIInstr()
26 Cand.SU->getInstr()->getOpcode() == PPC::ADDI8; in isADDIInstr()
37 if (isADDIInstr(FirstCand) && SecondCand.SU->getInstr()->mayLoad()) { in biasAddiLoadCandidate()
38 TryCand.Reason = Stall; in biasAddiLoadCandidate()
41 if (FirstCand.SU->getInstr()->mayLoad() && isADDIInstr(SecondCand)) { in biasAddiLoadCandidate()
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-longcheer-l8150.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 /dts-v1/;
5 #include "msm8916-pm8916.dtsi"
6 #include "msm8916-modem-qdsp6.dtsi"
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-binding
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1 //===- MachineScheduler.cpp - Machine Instruction Scheduler --------
3052 getReasonStr(GenericSchedulerBase::CandReason Reason) getReasonStr() argument
3135 tryLess(int TryVal,int CandVal,GenericSchedulerBase::SchedCandidate & TryCand,GenericSchedulerBase::SchedCandidate & Cand,GenericSchedulerBase::CandReason Reason) tryLess() argument
3151 tryGreater(int TryVal,int CandVal,GenericSchedulerBase::SchedCandidate & TryCand,GenericSchedulerBase::SchedCandidate & Cand,GenericSchedulerBase::CandReason Reason) tryGreater() argument
3198 tracePick(GenericSchedulerBase::CandReason Reason,bool IsTop) tracePick() argument
3361 tryPressure(const PressureChange & TryP,const PressureChange & CandP,GenericSchedulerBase::SchedCandidate & TryCand,GenericSchedulerBase::SchedCandidate & Cand,GenericSchedulerBase::CandReason Reason,const TargetRegisterInfo * TRI,const MachineFunction & MF) tryPressure() argument
[all...]
/freebsd-src/sys/netpfil/pf/
H A Dpf_norm.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Copyright 2011-2018 Alexander Bluhm <bluhm@openbsd.org>
168 key->frc_src.v4 = ip->ip_src;
169 key->frc_dst.v4 = ip->ip_ds
332 pf_create_fragment(u_short * reason) pf_create_fragment() argument
545 pf_fillup_fragment(struct pf_fragment_cmp * key,struct pf_frent * frent,u_short * reason) pf_fillup_fragment() argument
744 pf_reassemble(struct mbuf ** m0,struct ip * ip,int dir,u_short * reason) pf_reassemble() argument
818 pf_reassemble6(struct mbuf ** m0,struct ip6_hdr * ip6,struct ip6_frag * fraghdr,uint16_t hdrlen,uint16_t extoff,u_short * reason) pf_reassemble6() argument
1048 pf_normalize_ip(struct mbuf ** m0,struct pfi_kkif * kif,u_short * reason,struct pf_pdesc * pd) pf_normalize_ip() argument
1057 u_int16_t max; pf_normalize_ip() local
1211 pf_normalize_ip6(struct mbuf ** m0,struct pfi_kkif * kif,u_short * reason,struct pf_pdesc * pd) pf_normalize_ip6() argument
1393 u_short reason; pf_normalize_tcp() local
1622 pf_normalize_tcp_stateful(struct mbuf * m,int off,struct pf_pdesc * pd,u_short * reason,struct tcphdr * th,struct pf_kstate * state,struct pf_state_peer * src,struct pf_state_peer * dst,int * writeback) pf_normalize_tcp_stateful() argument
2200 u_short reason; pf_normalize_sctp() local
[all...]
/freebsd-src/contrib/ofed/libibverbs/man/
H A Dibv_create_qp.31 .\" -*- nroff -*-
2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
4 .TH IBV_CREATE_QP 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
6 ibv_create_qp, ibv_destroy_qp \- create or destroy a queue pair (QP)
40 uint32_t max_send_wr; /* Requested max number of outstanding WRs in the SQ */
41 uint32_t max_recv_wr; /* Requested max number of outstanding WRs in the RQ */
42 uint32_t max_send_sge; /* Requested max number of scatter/gather (s/g) elements in…
43 uint32_t max_recv_sge; /* Requested max number of s/g elements in a WR in the SQ */
44 uint32_t max_inline_data;/* Requested max number of data (bytes) that can be posted …
52 .I qp_init_attr\fB\fR->cap
[all …]
H A Dibv_create_qp_ex.31 .\" -*- nroff -*-
2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
4 .TH IBV_CREATE_QP_EX 3 2013-06-26 libibverbs "Libibverbs Programmer's Manual"
6 ibv_create_qp_ex, ibv_destroy_qp \- create or destroy a queue pair (QP)
47 uint32_t max_send_wr; /* Requested max number of outstanding WRs in the SQ */
48 uint32_t max_recv_wr; /* Requested max number of outstanding WRs in the RQ */
49 uint32_t max_send_sge; /* Requested max number of scatter/gather (s/g) elements in…
50 uint32_t max_recv_sge; /* Requested max number of s/g elements in a WR in the SQ */
51 uint32_t max_inline_data;/* Requested max number of data (bytes) that can be posted …
76 .I qp_init_attr_ex\fB\fR->cap
[all …]
H A Dibv_create_srq.31 .\" -*- nroff -*-
2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
4 .TH IBV_CREATE_SRQ 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
6 ibv_create_srq, ibv_destroy_srq \- create or destroy a shared receive queue (SRQ)
35 uint32_t max_wr; /* Requested max number of outstanding work requests (WRs) …
36 uint32_t max_sge; /* Requested max number of scatter elements per WR */
58 returns 0 on success, or the value of errno on failure (which indicates the failure reason).
H A Dibv_create_wq.31 .\" -*- nroff -*-
2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
4 .TH IBV_CREATE_WQ 3 2016-07-27 libibverbs "Libibverbs Programmer's Manual"
6 ibv_create_wq, ibv_destroy_wq \- create or destroy a Work Queue (WQ).
29 uint32_t max_wr; /* Requested max number of outstanding WRs in the WQ */
30 uint32_t max_sge; /* Requested max number of scatter/gather (s/g) elements …
53 .I wq_init_attr\fB\fR->max_wr
55 .I wq_init_attr\fB\fR->max_sge
56 fields with the actual \s-1WQ\s0 values of the WQ that was created;
67 returns 0 on success, or the value of errno on failure (which indicates the failure reason).
H A Dibv_create_srq_ex.31 .\" -*- nroff -*-
2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
4 .TH IBV_CREATE_SRQ_EX 3 2013-06-26 libibverbs "Libibverbs Programmer's Manual"
6 ibv_create_srq_ex, ibv_destroy_srq \- create or destroy a shared receive queue (SRQ)
39 uint32_t max_wr; /* Requested max number of outstanding work requests (WRs) …
40 uint32_t max_sge; /* Requested max number of scatter elements per WR */
62 returns 0 on success, or the value of errno on failure (which indicates the failure reason).
H A Dibv_query_device_ex.31 .\" -*- nroff -*-
2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
4 .TH IBV_QUERY_DEVICE_EX 3 2014-12-17 libibverbs "Libibverbs Programmer's Manual"
6 ibv_query_device_ex \- query an RDMA device's attributes
27 struct ibv_odp_caps odp_caps; /* On-Demand Paging capabilities */
33 uint32_t max_wq_type_rq; /* Max Work Queue from type RQ */
53 IBV_ODP_SUPPORT_SEND = 1 << 0, /* Send operations support on-demand paging */
54 IBV_ODP_SUPPORT_RECV = 1 << 1, /* Receive operations support on-demand paging */
55 IBV_ODP_SUPPORT_WRITE = 1 << 2, /* RDMA-Write operations support on-demand paging */
56 IBV_ODP_SUPPORT_READ = 1 << 3, /* RDMA-Read operations support on-demand paging */
[all …]
H A Dibv_query_port.31 .\" -*- nroff -*-
2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
4 .TH IBV_QUERY_PORT 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
6 ibv_query_port \- query an RDMA port's attributes
30 enum ibv_mtu max_mtu; /* Max MTU supported by port */
58 returns 0 on success, or the value of errno on failure (which indicates the failure reason).
/freebsd-src/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dramoops.txt5 recovered after a reboot. This is a child-node of "/reserved-memory", and
10 as kernel log messages, or for optional ECC error-correction data. The total
17 At least one of "record-size", "console-size", "ftrace-size", or "pmsg-size"
18 must be set non-zero, but are otherwise optional as listed below.
23 - compatible: must be "ramoops"
25 - reg: region of memory that is preserved between reboots
30 - ecc-size: enables ECC support and specifies ECC buffer size in bytes
33 - record-size: maximum size in bytes of each kmsg dump.
36 - console-size: size in bytes of log buffer reserved for kernel messages
39 - ftrace-size: size in bytes of log buffer reserved for function tracing and
[all …]
H A Dramoops.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/reserved-memory/ramoops.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 recovered after a reboot. This is a child-node of "/reserved-memory", and
16 as kernel log messages, or for optional ECC error-correction data. The total
23 At least one of "record-size", "console-size", "ftrace-size", or "pmsg-size"
24 must be set non-zero, but are otherwise optional as listed below.
27 - Kees Cook <keescook@chromium.org>
30 - $ref: reserved-memory.yaml
[all …]
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dmutex.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
40 ec == 0, "call to mutex::unlock failed. A possible reason is that the mutex wasn't locked"); in unlock()
67 …e == 0, "call to recursive_mutex::unlock() failed. A possible reason is that the mutex wasn't lock… in unlock()
110 if (__count_ == numeric_limits<size_t>::max()) in lock()
125 if (__count_ == numeric_limits<size_t>::max()) in try_lock()
136 if (--__count_ == 0) { in unlock()
/freebsd-src/contrib/unbound/validator/
H A Dval_nsec3.c2 * validator/val_nsec3.c - validator NSEC3 denial of existence functions.
63 * Max number of NSEC3 calculations at once, suspend query for later.
72 #define MAX_NSEC3_ERRORS -1
75 * This function we get from ldns-compat or from base system
81 * This function we get from ldns-compat or from base system
89 * Contains the ce and the next-closer (nc) proof.
128 rrset->entry.data; in rrset_get_count()
130 return d->count; in rrset_get_count()
138 rrset->entry.data; in nsec3_unknown_flags()
139 log_assert(d && r < (int)d->coun in nsec3_unknown_flags()
264 nsec3_hash_to_b32(uint8_t * hash,size_t hashlen,uint8_t * zone,size_t zonelen,uint8_t * buf,size_t max) nsec3_hash_to_b32() argument
282 nsec3_get_nextowner_b32(struct ub_packed_rrset_key * rrset,int r,uint8_t * buf,size_t max) nsec3_get_nextowner_b32() argument
561 nsec3_get_hashed(sldns_buffer * buf,uint8_t * nm,size_t nmlen,int algo,size_t iter,uint8_t * salt,size_t saltlen,uint8_t * res,size_t max) nsec3_get_hashed() argument
1447 list_is_secure(struct module_env * env,struct val_env * ve,struct ub_packed_rrset_key ** list,size_t num,struct key_entry_key * kkey,char ** reason,sldns_ede_code * reason_bogus,struct module_qstate * qstate) list_is_secure() argument
1477 nsec3_prove_nods(struct module_env * env,struct val_env * ve,struct ub_packed_rrset_key ** list,size_t num,struct query_info * qinfo,struct key_entry_key * kkey,char ** reason,sldns_ede_code * reason_bogus,struct module_qstate * qstate,struct nsec3_cache_table * ct) nsec3_prove_nods() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSmallVector.cpp1 //===- llvm/ADT/SmallVector.cpp - 'Normally small' vectors ----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
22 // Check that no bytes are wasted and everything is well-aligned.
28 #pragma GCC diagnostic ignored "-Waix-compat"
44 "wrong alignment for 16-byte aligned T");
46 "wrong alignment for 32-byte aligned T");
48 "missing padding for 16-byte aligned T");
50 "missing padding for 32-byte aligned T");
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp1 //===-- GCNSchedStrategy.cpp - GCN Scheduler Strategy -------
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h1 //===- InlineCost.h - Cost analysis for inliner --------
102 const char *Reason = nullptr; global() variable
185 failure(const char * Reason) failure() argument
[all...]
/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dmmp.h36 #define MMP_INTERVAL_OK(interval) MAX(interval, MMP_MIN_INTERVAL)
37 #define MMP_FAIL_INTVS_OK(fails) (fails == 0 ? 0 : MAX(fails, \
51 int mmp_skip_error; /* reason for last skipped write */
54 uint32_t mmp_seq; /* intra-second update counter */
/freebsd-src/usr.sbin/bsnmpd/modules/snmp_wlan/
H A DBEGEMOT-WIRELESS-MIB.txt1 --
2 -- Copyright (C) 2010 The FreeBSD Foundation
3 --
4 -- This documentation was written by Shteryana Sotirova Shopova under
5 -- sponsorship from the FreeBSD Foundation.
6 --
7 -- Redistribution and use in source and binary forms, with or without
8 -- modification, are permitted provided that the following conditions
9 -- are met:
10 -- 1. Redistributions of source code must retain the above copyright
[all …]
/freebsd-src/contrib/libxo/doc/
H A Dxolint-errors.rst17 properly converted to a libxo-style format string.
35 The hn-* modifiers (hn-decimal, hn-space, hn-1000)
47 xo_emit("{T:Min} T{:Max}");
53 xo_emit("{T:Min} {T:Max}");
71 xo_emit("{:name/%6.6s %04d/%s-%d}", name, number);
83 xo_emit("{LT:Max}");
89 xo_emit("{T:Max}");
98 xo_emit("{T:%6.6s}\n", "Max");
104 xo_emit("{T:/%6.6s}\n", "Max");
117 xo_emit("{T:Max//%s}", "Max");
[all …]
/freebsd-src/sys/contrib/dev/iwlwifi/fw/api/
H A Ddebug.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2005-2014, 2018-2024 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
9 #include "dbg-tl
[all...]
/freebsd-src/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c2 * Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.
20 if (!s->renegotiate) in tls_construct_ctos_renegotiate()
25 || !WPACKET_sub_memcpy_u8(pkt, s->s3.previous_client_finished, in tls_construct_ctos_renegotiate()
26 s->s3.previous_client_finished_len) in tls_construct_ctos_renegotiate()
39 if (s->ext.hostname == NULL) in tls_construct_ctos_server_name()
44 /* Sub-packet for server_name extension */ in tls_construct_ctos_server_name()
46 /* Sub-packet for servername list (always 1 hostname)*/ in tls_construct_ctos_server_name()
49 || !WPACKET_sub_memcpy_u16(pkt, s->ext.hostname, in tls_construct_ctos_server_name()
50 strlen(s->ext.hostname)) in tls_construct_ctos_server_name()
60 /* Push a Max Fragmen
160 int reason, min_version, max_version; tls_construct_ctos_ec_pt_formats() local
191 int min_version, max_version, reason; tls_construct_ctos_supported_groups() local
527 int currv, min_version, max_version, reason; tls_construct_ctos_supported_versions() local
[all...]

12345678910>>...34