Home
last modified time | relevance | path

Searched +full:chg +full:- +full:done (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dqcom_smbb.txt1 Qualcomm Switch-Mode Battery Charger and Boost
4 - compatible:
8 - "qcom,pm8941-charger"
10 - reg:
12 Value type: <prop-encoded-array>
15 - interrupts:
17 Value type: <prop-encoded-array>
21 - charge done
22 - charge fast mode
23 - charge trickle mode
[all …]
H A Dqcom,pm8941-charger.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/supply/qcom,pm8941-charger.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Switch-Mode Battery Charger and Boost
10 - Sebastian Reichel <sre@kernel.org>
15 - qcom,pm8226-charger
16 - qcom,pm8941-charger
23 - description: charge done
24 - description: charge fast mode
[all …]
/freebsd/tools/tools/build_option_survey/
H A Dreduce.sh4 set -e
14 if [ ! -f $1/_.mtree ] ; then
17 if [ ! -f $2/_.mtree ] ; then
21 mtree -k uid,gid,mode,nlink,size,link,type,flags \
22 -f ${1}/_.mtree -f $2/_.mtree > $2/_.mtree.all.txt || true
23 grep '^ ' $2/_.mtree.all.txt > $4/$3.mtree.chg.txt || true
26 a=`wc -l < $4/$3.mtree.add.txt`
27 s=`wc -l < $4/$3.mtree.sub.txt`
28 c=`wc -l < $4/$3.mtree.chg.txt`
33 echo $3 A $a S $s C $c B $bt D `expr $br - $bt`
[all …]
H A Dmkhtml.sh4 set -e
16 awk -v R=$1 -v T=$2 -v M=$4 '
18 t= R "-" T
32 printf "<TD align=right>-%d</TD>", $5
35 printf "<A HREF=\"%s/%s.mtree.sub.txt\">-%d</A>", M, t, $5
42 printf "<A HREF=\"%s/%s.mtree.chg.txt\">*%d</A>", M, t, $7
46 printf "<TD align=right>%d</TD>", -$11
57 mkdir -p $HDIR/$4
62 rm -rf ${HDIR}
63 mkdir -p ${HDIR}
[all …]
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-pm8226.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
2 #include <dt-bindings/iio/qcom,spmi-vadc.h>
3 #include <dt-bindings/input/linux-event-codes.h>
4 #include <dt-binding
[all...]
H A Dqcom-pm8941.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/iio/qcom,spmi-vadc.h>
3 #include <dt-bindings/interrupt-controller/irq.h>
4 #include <dt-bindings/spmi/spmi.h>
8 thermal-zones {
9 pm8941-therma
[all...]
/freebsd/sys/dev/ice/
H A Dice_flex_pipe.c1 /* SPDX-License-Identifier: BSD-3-Clause */
112 * ice_sect_id - returns section ID
132 if (hw->tnl.count < ICE_TUNNEL_MAX_ENTRIES) { in ice_add_tunnel_hint()
143 * character ('0' - '7') will be located where our in ice_add_tunnel_hint()
146 if ((label_name[len] - '0') == hw->pf_id) { in ice_add_tunnel_hint()
147 hw->tn in ice_add_tunnel_hint()
2761 ice_rem_vsig(struct ice_hw * hw,enum ice_block blk,u16 vsig,struct LIST_HEAD_TYPE * chg) ice_rem_vsig() argument
2818 ice_rem_prof_id_vsig(struct ice_hw * hw,enum ice_block blk,u16 vsig,u64 hdl,struct LIST_HEAD_TYPE * chg) ice_rem_prof_id_vsig() argument
2855 struct LIST_HEAD_TYPE chg; ice_rem_flow_all() local
2929 ice_get_prof(struct ice_hw * hw,enum ice_block blk,u64 hdl,struct LIST_HEAD_TYPE * chg) ice_get_prof() argument
3068 ice_move_vsi(struct ice_hw * hw,enum ice_block blk,u16 vsi,u16 vsig,struct LIST_HEAD_TYPE * chg) ice_move_vsi() argument
3104 ice_rem_chg_tcam_ent(struct ice_hw * hw,u16 idx,struct LIST_HEAD_TYPE * chg) ice_rem_chg_tcam_ent() argument
3129 ice_prof_tcam_ena_dis(struct ice_hw * hw,enum ice_block blk,bool enable,u16 vsig,struct ice_tcam_inf * tcam,struct LIST_HEAD_TYPE * chg) ice_prof_tcam_ena_dis() argument
3196 ice_adj_prof_priorities(struct ice_hw * hw,enum ice_block blk,u16 vsig,struct LIST_HEAD_TYPE * chg) ice_adj_prof_priorities() argument
3269 ice_add_prof_id_vsig(struct ice_hw * hw,enum ice_block blk,u16 vsig,u64 hdl,bool rev,struct LIST_HEAD_TYPE * chg) ice_add_prof_id_vsig() argument
3375 ice_create_prof_id_vsig(struct ice_hw * hw,enum ice_block blk,u16 vsi,u64 hdl,struct LIST_HEAD_TYPE * chg) ice_create_prof_id_vsig() argument
3426 ice_create_vsig_from_lst(struct ice_hw * hw,enum ice_block blk,u16 vsi,struct LIST_HEAD_TYPE * lst,u16 * new_vsig,struct LIST_HEAD_TYPE * chg) ice_create_vsig_from_lst() argument
3502 struct LIST_HEAD_TYPE chg; ice_add_vsi_flow() local
3543 struct LIST_HEAD_TYPE chg; ice_add_prof_id_flow() local
3737 struct LIST_HEAD_TYPE chg, copy; ice_rem_prof_id_flow() local
[all...]
/freebsd/sys/dev/sym/
H A Dsym_hipd.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
5 * PCI-SCSI controllers.
7 * Copyright (C) 1999-2001 Gerard Roudier <groudier@free.fr>
9 * This driver also supports the following Symbios/LSI PCI-SCSI chips:
14 * This driver for FreeBSD-CAM is derived from the Linux sym53c8xx driver.
15 * Copyright (C) 1998-1999 Gerard Roudier
18 * a port of the FreeBSD ncr driver to Linux-1.2.13.
22 * Stefan Esser <se@mi.Uni-Koeln.de>
26 * FreeBSD-CAM services is based on the aic7xxx driver for FreeBSD-CAM
[all …]
/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_rack.h1 /*-
2 * Copyright (c) 2016-2020 Netflix, Inc.
31 #define RACK_DEFERRED 0x000004/* We can't use this for RTT calc - not used */
33 #define RACK_SACK_PASSED 0x000010/* A sack was done above this block */
36 #define RACK_TLP 0x000080/* segment sent as tail-loss-probe */
39 #define RACK_WAS_ACKED 0x000400/* a RTO undid the ack, but it already had a rtt calc done */
45 #define RACK_MUST_RXT 0x010000/* We must retransmit this rsm (non-sack/mtu chg)*/
67 r_rtr_cnt : 8; /* Retran count, index this -1 to get time */
83 uint64_t r_ack_arrival; /* This is the time of ack-arrival (if SACK'd) */
116 return ((tv->tv_sec * HPTS_USEC_IN_SEC) + tv->tv_usec); in rack_to_usec_ts()
[all …]
H A Dbbr.c1 /*-
2 * Copyright (c) 2016-2020 Netflix, Inc.
29 * BBR - Congestion Based Congestion Control
159 /* Should the following be dynamic too -- loss wise */
193 * num-measures > min(0) and
197 * measurements (this is done
227 /* thresholds for reduction on drain in sub-states/drain */
265 * means in non-recovery/retransmission scenarios
266 * cwnd will never be reached by the flight-size.
271 static int32_t bbr_sack_not_required = 0; /* set to one to allow non-sack to use bbr */
[all …]
H A Drack.c1 /*-
2 * Copyright (c) 2016-2020 Netflix, Inc.
162 * - Matt Mathis's Rate Halving which slowly drops
165 * - Yuchung Cheng's RACK TCP (for which its named) that
168 * - Reorder Detection of RFC4737 and the Tail-Loss probe draft
186 * TCP output is also over-written with a new version since it
191 static int32_t rack_tlp_limit = 2; /* No more than 2 TLPs w-out new data */
194 static int32_t rack_reorder_fade = 60000000; /* 0 - never fade, def 60,000,000
195 * - 60 seconds */
199 static uint8_t rack_ssthresh_rest_rto_rec = 0; /* Do we restore ssthresh when we have rec -> rto ->…
[all …]
/freebsd/sys/powerpc/aim/
H A Dmmu_oea64.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2008-2015 Nathan Whitehorn
36 * mappings must be done as requested.
128 * Cheap NUMA-izing of the pv locks, to reduce contention across domains.
155 pa_end = pa + (HPT_SP_SIZE - PV_LOCK_SIZE); in moea64_sp_pv_lock()
171 pa += HPT_SP_SIZE - PV_LOCK_SIZE; in moea64_sp_pv_unlock()
176 pa -= PV_LOCK_SIZE; in moea64_sp_pv_unlock()
311 #define PVO_IS_SP(pvo) (((pvo)->pvo_vaddr & PVO_LARGE) && \
312 (pvo)->pvo_pmap != kernel_pmap)
[all …]
H A Dmmu_oea.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause AND BSD-4-Clause
8 * by Matt Thomas <matt@3am-software.com> of Allegro Networks, Inc.
31 /*-
63 /*-
95 * mappings must be done as requested.
161 #define PVO_PADDR(pvo) ((pvo)->pvo_pte.pte.pte_lo & PTE_RPGN)
499 return (&m->md.mdpg_pvoh); in vm_page_to_pvoh()
507 m->md.mdpg_attrs &= ~ptebit; in moea_attr_clear()
514 return (m->md.mdpg_attrs); in moea_attr_fetch()
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dchangepw.c2 * Copyright (c) 1997 - 2005 Kungliga Tekniska Högskolan
54 d->length = vasprintf (&str, fmt, args); in str2data()
56 d->data = str; in str2data()
61 * draft-ietf-cat-kerb-chg-password-02.txt
90 krb5_principal_compare(context, creds->client, targprinc) != TRUE) in chgpw_send_request()
155 * Set password protocol as defined by RFC3244 --
194 chpw.targname = &targprinc->name; in setpw_send_request()
195 chpw.targrealm = &targprinc->realm; in setpw_send_request()
287 ret = recvfrom (sock, reply + len, sizeof(reply) - len, in process_reply()
348 if (error.e_data->length < 2) { in process_reply()
[all …]
/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c2 * Copyright 2018-2023,2024 Thomas E. Dickey *
3 * Copyright 1998-2016,2017 Free Software Foundation, Inc. *
31 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 *
33 * and: Thomas E. Dickey 1996-on *
37 /*-----------------------------------------------------------------
45 *-----------------------------------------------------------------*/
91 * This define controls the line-breakout optimization. Every once in a
96 * Note: Input-check-and-abort is no longer done if the screen is being
101 #define FILL_BCE(sp) (sp->_coloron && !sp->_default_color && !back_color_erase)
109 * work ONLY on ANSI-compatible terminals!
[all …]
/freebsd/sbin/routed/
H A Dif.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
101 hifp = AHASH(ifp->int_addr); in if_link()
102 ifp->int_ahash_prev = hifp; in if_link()
103 if ((ifp->int_ahash = *hifp) != NULL) in if_link()
104 (*hifp)->int_ahash_prev = &ifp->int_ahash; in if_link()
107 if (ifp->int_if_flags & IFF_BROADCAST) { in if_link()
108 hifp = BHASH(ifp->int_brdaddr); in if_link()
109 ifp->int_bhash_prev = hifp; in if_link()
110 if ((ifp->int_bhash = *hifp) != NULL) in if_link()
[all …]
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h2 * Copyright 2018-2023,2024 Thomas E. Dickey *
3 * Copyright 1998-2017,2018 Free Software Foundation, Inc. *
31 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 *
33 * and: Thomas E. Dickey 1996-on *
49 /* *INDENT-OFF* */
142 /* include signal.h before curses.h to work-around defect in glibc 2.1.3 */
145 /* Alessandro Rubini's GPM (general-purpose mouse) */
311 * Originally a terminal-driver option, the window-list is per-screen to allow
319 * this, re-enable USE_HARD_TABS and run worm for a while. Other systems
368 #define wgetbkgrnd(win, wch) ((*wch = win->_bkgd) != 0 ? OK : ERR)
[all …]
/freebsd/sys/netinet/
H A Dtcp_var.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
73 * take and shift over by 1 minus the value (1-8).
135 #define SEGQ_EMPTY(tp) TAILQ_EMPTY(&(tp)->t_segq)
144 #define TCP_TRK_TRACK_FLG_FSND 0x10 /* First send has been done into the seq space */
151 uint64_t end; /* End if not open-range req */
176 * - sendmap
177 * - timers
178 * - rack_times
185 * times. The next query would then be done at the
[all …]
/freebsd/crypto/heimdal/
H A DChangeLog.20031 2003-12-19 Love Hörnquist Åstrand <lha@it.su.se>
9 2003-12-18 Love Hörnquist Åstrand <lha@it.su.se>
11 * kuser/kinit.c: make -9 work again
13 2003-12-17 Love Hörnquist Åstrand <lha@it.su.se>
20 2003-12-16 Love Hörnquist Åstrand <lha@it.su.se>
22 * lib/hdb/hdb.asn1: remove enforce-transited-policy, its no longer
25 2003-12-11 Love Hörnquist Åstrand <lha@it.su.se>
30 2003-12-07 Love Hörnquist Åstrand <lha@it.su.se>
44 krb-cred
52 2003-12-03 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
H A DChangeLog.19988 AFS libs; `--enable-new-des3-code'
33 * lib/krb5/krb5_err.et: add some codes from kerberos-revisions-03
37 * lib/kadm5/log.c: rename delete -> remove
39 * lib/kadm5/delete_s.c: rename delete -> remove
41 * lib/hdb/common.c: rename delete -> remove
60 * lib/krb5/get_cred.c: re-structure code. remove limits on ASN1
90 * kuser/klist.c (usage): void-ize
98 * kuser/kinit.c: remove extra `--cache' option, add `--enctypes'
116 * lib/krb5/auth_context.c (re-)implement `krb5_auth_setenctype'
118 * kdc/kerberos5.c: allow mis-match of tgt session key, and service
[all …]
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
92 static pid_t nfsd_master_pid = (pid_t)-1;
196 * on all DS servers before this increase is done.
206 if (error != 0 || req->newptr == NULL) in sysctl_dsdirsize()
232 if (error != 0 || req->newptr == NULL) in sysctl_srvmaxio()
244 if ((newsrvmaxio & (newsrvmaxio - 1)) != 0) { in sysctl_srvmaxio()
271 tval += MCLBYTES - 1; /* Round up divide. */ in sysctl_srvmaxio()
303 if (error != 0 || req->newptr == NULL) in sysctl_dolocallocks()
307 if (jailed(curthread->td_ucred)) in sysctl_dolocallocks()
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Dreg_addr.h2 * Copyright (c) 2017-2018 Cavium, Inc.
78- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl…
79 … DataWidth:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW hea…
80 …s:R DataWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header syn…
81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea…
88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of …
90 …ce Identifier. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E…
116 … (0x1<<9) // Fast back-to-back transaction ena…
128 … (0x1<<23) // Fast back-to-back capable. Not ap…
145 …l has_io_bar=0. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E…
[all …]