Home
last modified time | relevance | path

Searched +full:row +full:- +full:hold (Results 1 – 25 of 127) sorted by relevance

123456

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_get_fde_info_for_all_regs3.325 .\" $Id: dwarf_get_fde_info_for_all_regs3.3 3644 2018-10-15 19:55:01Z jkoshy $
32 .Nd retrieve register rule row
48 retrieves a row from the register rule table associated with the given
57 should hold the program counter address to be used to locate the
58 desired table row.
64 descriptor which will hold the returned table row of register rules.
69 .Bd -literal -offset indent
103 array will hold the returned register rules contained in the table row.
137 counter address associated with the table row.
157 .Bl -tag -width ".Bq Er DW_DLE_PC_NOT_IN_FDE_RANGE"
H A Ddwarf_get_fde_info_for_all_regs.325 .\" $Id: dwarf_get_fde_info_for_all_regs.3 3644 2018-10-15 19:55:01Z jkoshy $
32 .Nd retrieve register rule row
48 retrieves a row from the register rule table associated with the given
57 should hold the program counter address to be used to locate the
58 desired table row.
64 descriptor which will hold the returned table row of register rules.
69 counter address associated with the table row.
80 .Bd -literal -offset indent
130 .Bl -tag -width ".Bq Er DW_DLE_PC_NOT_IN_FDE_RANGE"
H A Ddwarf_get_fde_info_for_reg.325 .\" $Id: dwarf_get_fde_info_for_reg.3 3644 2018-10-15 19:55:01Z jkoshy $
61 should hold the column number of the register rule desired.
65 should hold the program counter address to be used to locate the
66 desired register rule row.
85 should point to a location which will hold the register number associated
124 .Bl -tag -width ".Bq Er DW_DLE_FRAME_TABLE_COL_BAD"
H A Ddwarf_get_fde_info_for_reg3.325 .\" $Id: dwarf_get_fde_info_for_reg3.3 3644 2018-10-15 19:55:01Z jkoshy $
63 should hold the column number of the register rule desired.
67 should hold the program counter address to be used to locate the
68 desired register rule row.
84 should point to a location which will hold the type code of the
98 should point to a location which will hold the register number associated
146 .Bd -literal -offset indent
180 .Bl -tag -width ".Bq Er DW_DLE_FRAME_TABLE_COL_BAD"
H A Ddwarf_get_fde_info_for_cfa_reg3.325 .\" $Id: dwarf_get_fde_info_for_cfa_reg3.3 3644 2018-10-15 19:55:01Z jkoshy $
61 should hold the program counter address to be used to locate the
62 desired register rule row.
78 should point to a location which will hold the type code of the
92 should point to a location which will hold the register number associated
141 .Bl -tag -width ".Bq Er DW_DLE_PC_NOT_IN_FDE_RANGE"
/freebsd/crypto/openssl/apps/
H A Dca.c2 * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
81 REV_VALID = -1, /* Valid (not-revoked) status */
84 REV_HOLD = 2, /* Value is hold instruction */
164 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [certreq...]\n"},
167 {"help", OPT_HELP, '-', "Display this summary"},
168 {"verbose", OPT_VERBOSE, '-', "Verbose output during processing"},
172 {"infiles", OPT_INFILES, '-', "The last argument, requests to process"},
175 {"notext", OPT_NOTEXT, '-', "Do not print the generated certificate"},
176 {"batch", OPT_BATCH, '-', "Don't ask questions"},
177 {"msie_hack", OPT_MSIE_HACK, '-',
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dqcom,pm8xxx-keypad.txt5 - compatible:
9 "qcom,pm8058-keypad"
10 "qcom,pm8921-keypad"
12 - reg:
14 Value type: <prop-encoded-array>
17 - interrupts:
19 Value type: <prop-encoded-array>
25 - linux,keymap:
27 Value type: <prop-encoded-array>
29 input/matrix-keymap.txt.
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp1 //===-- ABIWindows_x86_64.cpp ---------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
111 //------------------------------------------------------------------
113 //------------------------------------------------------------------
142 log->PutString(s.GetString()); in PrepareTrivialCall()
155 reg_info = reg_ctx->GetRegisterInfo(eRegisterKindGeneric, in PrepareTrivialCall()
158 static_cast<uint64_t>(i + 1), args[i], reg_info->name); in PrepareTrivialCall()
159 if (!reg_ctx->WriteRegisterFromUnsigned(reg_info, args[i])) in PrepareTrivialCall()
165 LLDB_LOGF(log, "16-byte aligning SP: 0x%" PRIx64 " to 0x%" PRIx64, in PrepareTrivialCall()
[all …]
H A DABIMacOSX_i386.cpp1 //===-- ABIMacOSX_i386.cpp ------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
68 uint32_t pc_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber( in PrepareTrivialCall()
70 uint32_t sp_reg_num = reg_ctx->ConvertRegisterKindToRegisterNumber( in PrepareTrivialCall()
77 const RegisterInfo *reg_info_32 = reg_ctx->GetRegisterInfoByName("eax"); in PrepareTrivialCall()
87 sp -= 4 * args.size(); in PrepareTrivialCall()
90 sp &= ~(16ull - 1ull); // 16-byte alignment in PrepareTrivialCall()
96 error = reg_ctx->WriteRegisterValueToMemory( in PrepareTrivialCall()
97 reg_info_32, arg_pos, reg_info_32->byte_size, reg_value); in PrepareTrivialCall()
[all …]
H A DABISysV_x86_64.cpp1 //===-- ABISysV_x86_64.cpp ------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
126 log->PutString(s.GetString()); in PrepareTrivialCall()
139 reg_info = reg_ctx->GetRegisterInfo(eRegisterKindGeneric, in PrepareTrivialCall()
142 static_cast<uint64_t>(i + 1), args[i], reg_info->name); in PrepareTrivialCall()
143 if (!reg_ctx->WriteRegisterFromUnsigned(reg_info, args[i])) in PrepareTrivialCall()
149 LLDB_LOGF(log, "16-byte aligning SP: 0x%" PRIx64 " to 0x%" PRIx64, in PrepareTrivialCall()
152 sp &= ~(0xfull); // 16-byte alignment in PrepareTrivialCall()
154 sp -= 8; in PrepareTrivialCall()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp1 //===- ConstraintSytem.cpp - A system of linear constraints. ----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
20 #define DEBUG_TYPE "constraint-system"
30 "should only be called for non-empty constraint systems"); in eliminateUsingFM()
32 unsigned LastIdx = NumVariables - 1; in eliminateUsingFM()
34 // First, either remove the variable in place if it is 0 or add the row to in eliminateUsingFM()
98 if (MulOverflow(UpperV, -1 * LowerLast, M1)) in eliminateUsingFM()
121 NumVariables -= 1; in eliminateUsingFM()
149 if (V->getName().empty()) in getVarNamesList()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp1 //===-- ABISysV_ppc.cpp ---------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
113 // Note that the size and offset will be updated by platform-specific classes.
247 log->PutString(s.GetString()); in PrepareTrivialCall()
260 reg_info = reg_ctx->GetRegisterInfo(eRegisterKindGeneric, in PrepareTrivialCall()
263 static_cast<uint64_t>(i + 1), args[i], reg_info->name); in PrepareTrivialCall()
264 if (!reg_ctx->WriteRegisterFromUnsigned(reg_info, args[i])) in PrepareTrivialCall()
270 LLDB_LOGF(log, "16-byte aligning SP: 0x%" PRIx64 " to 0x%" PRIx64, in PrepareTrivialCall()
273 sp &= ~(0xfull); // 16-byte alignment in PrepareTrivialCall()
[all …]
/freebsd/share/syscons/keymaps/
H A Dce.iso2.kbd4 # Version 1.0 - 1999-03-18
8 # It adds a "third row" to the top of the PC keyboard. To
9 # access the third row, press and hold the Alt key, then
10 # strike a key in the top row.
12 # Note that some of the third-row keys produce characters.
16 # alt-accent mark key.
22 # In addition to the top row, three keys on the numeric keypad
23 # are mapped for the use with IS 8859-2 when combined with the
25 # comma instead of a dot; alt-/ will show the division mark,
26 # and alt-* the multpilication sign.
[all …]
H A Dcz.iso2.kbd4 # Version 1.1 - 1999-03-25
15 # It adds a "third row" to the top of the PC keyboard. To
16 # access the third row, press and hold the Alt key, then
17 # strike a key in the top row.
19 # Note that some of the third-row keys produce characters.
23 # alt-accent mark key.
29 # In addition to the top row, three keys on the numeric keypad
30 # are mapped for the use with IS 8859-2 when combined with the
32 # comma instead of a dot; alt-/ will show the division mark,
33 # and alt-* the multpilication sign.
[all …]
H A Dsk.iso2.kbd4 # Version 1.1 - 1999-03-21
15 # It adds a "third row" to the top of the PC keyboard. To
16 # access the third row, press and hold the Alt key, then
17 # strike a key in the top row.
19 # Note that some of the third-row keys produce characters.
23 # alt-accent mark key.
29 # In addition to the top row, three keys on the numeric keypad
30 # are mapped for the use with IS 8859-2 when combined with the
32 # comma instead of a dot; alt-/ will show the division mark,
33 # and alt-* the multpilication sign.
[all …]
/freebsd/share/vt/keymaps/
H A Dcentraleuropean.kbd4 # Version 1.0 - 1999-03-18
8 # It adds a "third row" to the top of the PC keyboard. To
9 # access the third row, press and hold the Alt key, then
10 # strike a key in the top row.
12 # Note that some of the third-row keys produce characters.
16 # alt-accent mark key.
22 # In addition to the top row, three keys on the numeric keypad
23 # are mapped for the use with IS 8859-2 when combined with the
25 # comma instead of a dot; alt-/ will show the division mark,
26 # and alt-* the multpilication sign.
[all …]
H A Dcentraleuropean.qwerty.kbd4 # Version 1.0 - 1999-03-18
8 # It adds a "third row" to the top of the PC keyboard. To
9 # access the third row, press and hold the Alt key, then
10 # strike a key in the top row.
12 # Note that some of the third-row keys produce characters.
16 # alt-accent mark key.
22 # In addition to the top row, three keys on the numeric keypad
23 # are mapped for the use with IS 8859-2 when combined with the
25 # comma instead of a dot; alt-/ will show the division mark,
26 # and alt-* the multpilication sign.
[all …]
H A Dsk.kbd4 # Version 1.1 - 1999-03-21
15 # It adds a "third row" to the top of the PC keyboard. To
16 # access the third row, press and hold the Alt key, then
17 # strike a key in the top row.
19 # Note that some of the third-row keys produce characters.
23 # alt-accent mark key.
29 # In addition to the top row, three keys on the numeric keypad
30 # are mapped for the use with UTF-8 when combined with the
32 # comma instead of a dot; alt-/ will show the division mark,
33 # and alt-* the multpilication sign.
[all …]
/freebsd/sys/dev/cxgbe/
H A Dt4_smt.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
63 * the TOE and the sockets already hold references to the interfaces and the
76 rw_assert(&s->lock, RA_WLOCKED); in t4_find_or_alloc_sme()
77 for (e = &s->smtab[0], end = &s->smtab[s->smt_size]; e != end; ++e) { in t4_find_or_alloc_sme()
78 if (atomic_load_acq_int(&e->refcnt) == 0) { in t4_find_or_alloc_sme()
82 if (e->state == SMT_STATE_SWITCHING) { in t4_find_or_alloc_sme()
85 * re-use it? in t4_find_or_alloc_sme()
87 if (memcmp(e->smac, smac, ETHER_ADDR_LEN) == 0) in t4_find_or_alloc_sme()
99 e->state = SMT_STATE_UNUSED; in t4_find_or_alloc_sme()
[all …]
/freebsd/contrib/bsnmp/lib/
H A Dbsnmpagent.32 .\" Copyright (c) 2004-2005
5 .\" Copyright (c) 2001-2003
58 .Pq libbsnmp, -lbsnmp
102 .Bd -literal -offset indent
109 .Bd -literal -offset indent
127 .Bl -tag -width "syntax"
135 .Bd -literal -offset indent
146 .Bl -tag -width "ctx"
169 .Bd -literal -offset indent
190 Bits 0 to 3 hold the number of index parts.
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp1 //===-- ABISysV_s390x.cpp -------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
57 // Floating Point Registers / Vector Registers 0-15
94 // Vector Registers 16-31
213 log->PutString(s.GetString()); in PrepareTrivialCall()
221 reg_ctx->GetRegisterInfo(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC); in PrepareTrivialCall()
223 reg_ctx->GetRegisterInfo(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_SP); in PrepareTrivialCall()
224 const RegisterInfo *ra_reg_info = reg_ctx->GetRegisterInfoByName("r14", 0); in PrepareTrivialCall()
231 sp -= 8 * (args.size() - 5); in PrepareTrivialCall()
[all …]
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Demitter.h85 malloc_vcprintf(emitter->write_cb, emitter->cbopaque, format, ap); in emitter_printf()
99 "%%-%d%s", width, fmt_specifier); in emitter_gen_fmt()
185 emitter->nesting_depth++; in emitter_nest_inc()
186 emitter->item_at_depth = false; in emitter_nest_inc()
191 emitter->nesting_depth--; in emitter_nest_dec()
192 emitter->item_at_depth = true; in emitter_nest_dec()
197 int amount = emitter->nesting_depth; in emitter_indent()
199 if (emitter->output == emitter_output_json) { in emitter_indent()
212 if (emitter->emitted_key) { in emitter_json_key_prefix()
213 emitter->emitted_key = false; in emitter_json_key_prefix()
[all …]
/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpmod.32 .\" Copyright (c) 2004-2005
5 .\" Copyright (c) 2001-2003
138 .Pq libbsnmp, -lbsnmp
332 A row in the module table is
333 created by writing a string of non-zero length to the
338 of an existing row.
348 .Bd -literal -offset indent
371 .Bl -tag -width ".It Va tree_size"
413 signal it re-reads its configuration file.
469 lessest table row, that has an OID higher than the given OID.
[all …]
/freebsd/crypto/openssh/
H A Dsshpty.c6 * Allocating a pseudo-terminal, and making it the controlling tty.
61 * returned (the buffer must be able to hold at least 64 characters).
72 if (i == -1) { in pty_allocate()
90 if (chown(tty, (uid_t) 0, (gid_t) 0) == -1) in pty_release()
92 if (chmod(tty, (mode_t) 0666) == -1) in pty_release()
112 if (setsid() == -1) in pty_make_controlling_tty()
135 if (fd == -1) in pty_make_controlling_tty()
142 if (fd == -1) in pty_make_controlling_tty()
143 error("open /dev/tty failed - could not set controlling tty: %.100s", in pty_make_controlling_tty()
152 pty_change_window_size(int ptyfd, u_int row, u_int col, in pty_change_window_size() argument
[all …]
/freebsd/share/man/man4/
H A Dtcp_bbr.430 .Nd TCP Bottleneck Bandwidth and Round-Trip Time Algorithm
34 .Bd -literal -offset indent
40 .Bd -literal -offset indent
44 Bottleneck bandwidth and round-trip time (BBR) is a congestion control algorithm which
46 It is a round-up redesign of congestion control, which is not loss-based, delay-based,
47 ECN-based or AIMD-based.
57 .Bl -tag -width ".Va exp_backoff_scale"
80 .Bl -tag -width ".Va exp_backoff_scale"
88 Total number of enobufs for non-hardware paced flows.
104 Do we hold off sending a RST until all pending data is ack'd.
[all …]

123456