/freebsd/contrib/nvi/man/ |
H A D | vi.1 | 44 is a screen-oriented text editor. 46 is a line-oriented text editor. 55 .Pq read-only 65 are intended as bug-for-bug compatible replacements for the original 89 .Bl -tag -width "-w size " 103 Start editing in ex mode, as if the command name were 112 Start editing in read-only mode, as if the command name was 129 Enter batch mode; applicable only to 132 Batch mode is useful when running 138 .Dq - [all …]
|
/freebsd/contrib/mandoc/ |
H A D | roff.7 | 3 .\" Copyright (c) 2010-2019, 2022-2023 Ingo Schwarze <schwarze@openbsd.org> 33 many real-world manuals use small numbers of 78 They provide free-form text to be printed; the formatting of the text 82 documents may contain only graphable 7-bit ASCII characters, the space 94 Text following an escaped double-quote 104 .Bd -literal -offset indent -compact 117 followed by either an open-parenthesis 119 for two-character sequences; an open-bracket 121 for n-character sequences (terminated at a close-bracket 126 .Bl -tag -width Ds -offset indent -compact [all …]
|
/freebsd/contrib/tnftp/src/ |
H A D | ftp.1 | 4 .\" Copyright (c) 1996-2008 The NetBSD Foundation, Inc. 70 .Bk -words 73 .Bk -words 76 .Bk -words 79 .Bk -words 82 .Bk -words 86 .Bk -words 87 .\" [-T dir,max[,inc]] 98 .Bk -words 105 .Bk -words [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | op_classes.c | 6 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 static enum chan_allowed allow_channel(struct hostapd_hw_modes *mode, in allow_channel() argument 27 for (i = 0; i < mode->num_channels; i++) { in allow_channel() 30 chan_is_6ghz = is_6ghz_freq(mode->channels[i].freq); in allow_channel() 31 if (is_6ghz == chan_is_6ghz && mode->channels[i].chan == chan) in allow_channel() 35 if (i == mode->num_channels || in allow_channel() 36 (mode->channels[i].flag & HOSTAPD_CHAN_DISABLED)) in allow_channel() 40 *flags = mode->channels[i].flag; in allow_channel() 42 if (mode->channels[i].flag & HOSTAPD_CHAN_NO_IR) in allow_channel() 49 static int get_center_80mhz(struct hostapd_hw_modes *mode, u8 channel, in get_center_80mhz() argument [all …]
|
H A D | rrm.c | 2 * wpa_supplicant - Radio Measurements 3 * Copyright (c) 2003-2016, Jouni Malinen <j@w1.fi> 25 if (!rrm->notify_neighbor_rep) { in wpas_rrm_neighbor_rep_timeout_handler() 31 wpa_printf(MSG_DEBUG, "RRM: Notifying neighbor report - NONE"); in wpas_rrm_neighbor_rep_timeout_handler() 32 rrm->notify_neighbor_rep(rrm->neighbor_rep_cb_ctx, NULL); in wpas_rrm_neighbor_rep_timeout_handler() 34 rrm->notify_neighbor_rep = NULL; in wpas_rrm_neighbor_rep_timeout_handler() 35 rrm->neighbor_rep_cb_ctx = NULL; in wpas_rrm_neighbor_rep_timeout_handler() 40 * wpas_rrm_reset - Clear and reset all RRM data in wpa_supplicant 45 wpa_s->rrm.rrm_used = 0; in wpas_rrm_reset() 47 eloop_cancel_timeout(wpas_rrm_neighbor_rep_timeout_handler, &wpa_s->rrm, in wpas_rrm_reset() [all …]
|
/freebsd/usr.sbin/cxgbetool/ |
H A D | cxgbetool.8 | 40 .Bl -item -compact 42 .Nm Ar nexus command Op Ar parameter ... 47 .Nm Ar nexus Cm clip Bro Cm hold | release Brc Ar ipv6-address 53 .Nm Ar nexus Cm hashfilter mode 55 .Nm Ar nexus Cm hashfilter Ar filter-specification 61 .Nm Ar nexus Cm filter mode 63 .Nm Ar nexus Cm filter Ar idx Ar filter-specification 65 .Nm Ar nexus Cm filter Ar idx Cm delete Op Cm prio Bro Cm 0 | 1 Brc 69 .Nm Ar nexus Cm i2c Ar port_id devaddr addr Op Ar len 71 .Nm Ar nexus Cm loadcfg Ar fw-config.txt [all …]
|
H A D | cxgbetool.c | 1 /*- 87 unsigned char islog2; /* Field contains the base-2 log of the value */ 108 "\tfilter mode [<match>] ... get/set global filter mode\n" in usage() 112 "\thashfilter mode [<match>] ... get/set global hashfilter mode\n" in usage() 116 "\tloadboot-cfg <bc.bin> install boot config\n" in usage() 117 "\tloadboot-cfg clear remove boot config\n" in usage() 118 "\tloadcfg <fw-config.txt> install configuration file\n" in usage() 120 "\tloadfw <fw-image.bin> install firmware\n" in usage() 128 "\tsched-class params <param> <val> .. configure TX scheduler class\n" in usage() 129 "\tsched-queue <port> <queue> <class> bind NIC queues to TX Scheduling class\n" in usage() [all …]
|
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_hw_vtu.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 78 ar40xx_hw_vtu_op(struct ar40xx_softc *sc, uint32_t op, uint32_t val) in ar40xx_hw_vtu_op() argument 83 "%s: called; op=0x%08x, val=0x%08x\n", in ar40xx_hw_vtu_op() 84 __func__, op, val); in ar40xx_hw_vtu_op() 91 if ((op & AR40XX_VTU_FUNC1_OP) == AR40XX_VTU_FUNC1_OP_LOAD) { in ar40xx_hw_vtu_op() 96 op |= AR40XX_VTU_FUNC1_BUSY; in ar40xx_hw_vtu_op() 97 AR40XX_REG_WRITE(sc, AR40XX_REG_VTU_FUNC1, op); in ar40xx_hw_vtu_op() 112 uint32_t op, val, mode; in ar40xx_hw_vtu_load_vlan() local 119 op = AR40XX_VTU_FUNC1_OP_LOAD | (vid << AR40XX_VTU_FUNC1_VID_S); in ar40xx_hw_vtu_load_vlan() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrFormats.td | 1 //==- SystemZInstrFormats.td - SystemZ Instruction Formats --*- tablegen -*-==// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 27 // Some instructions come in pairs, one having a 12-bit displacement 28 // and the other having a 20-bit displacement. Both instructions in 34 // Many register-based <INSN>R instructions have a memory-based <INSN> 40 // MemKey identifies a targe reg-mem opcode, while MemType can be either 46 // Many distinct-operands instructions have older 2-operand equivalents. [all …]
|
H A D | SystemZPatterns.td | 1 //===-- SystemZPatterns.td - SystemZ-specific pattern rules ---*- tblgen-*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Record that INSN performs a 64-bit version of unary operator OPERATOR 10 // in which the operand is sign-extended from 32 to 64 bits. 18 // Record that INSN performs a 64-bit version of binary operator OPERATOR 20 // is sign-extended from a 32-bit register. 38 // Record that INSN performs a binary read-modify-write operation, 40 // respectively. MODE is the addressing mode and IMM is the type 43 SDPatternOperator store, AddressingMode mode, [all …]
|
/freebsd/sys/contrib/zlib/ |
H A D | inffast.c | 1 /* inffast.c -- fast decoding 2 * Copyright (C) 1995-2017 Mark Adler 12 # pragma message("Assembler code may have bugs -- use at your own risk") 18 available, an end-of-block is encountered, or a data error is encountered. 25 state->mode == LEN 26 strm->avail_in >= 6 27 strm->avail_out >= 258 28 start >= strm->avail_out 29 state->bits < 8 31 On return, state->mode is one of: [all …]
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | ftp.1 | 56 .Op Fl Fl no-gss-bindings 57 .Op Fl Fl no-gss-delegate 72 .Bl -tag -width flag 85 from attempting \*(Lqauto-login\*(Rq upon initial connection. 86 If auto-login is enabled, 101 Turn on passive mode. 106 .It Fl Fl no-gss-bindings 107 Don't use GSS-API bindings when talking to peer. IP addresses will not 109 .It Fl Fl no-gss-delegate 136 .Bl -tag -width Fl [all …]
|
/freebsd/usr.sbin/mfiutil/ |
H A D | mfiutil.8 | 69 .Op Ar start Op Ar stop 79 .Cm show foreign Op Ar volume 153 .Cm cache Ar volume Op Ar setting Oo Ar value Oc Op ... 176 .Ar drive Ns Op \&, Ns Ar drive Ns Op ",..." 177 .Op Ar drive Ns Op \&, Ns Ar drive Ns Op ",..." 187 .Cm add Ar drive Op Ar volume 207 .Cm patrol Ar command Op Ar interval Op Ar start 217 .Cm foreign clear Op Ar config 222 .Cm foreign diag Op Ar config 227 .Cm foreign preview Op Ar config [all …]
|
/freebsd/usr.sbin/cdcontrol/ |
H A D | cdcontrol.1 | 25 enters an interactive mode, reading commands from the standard input. 28 .Bl -tag -width indent 30 Silent mode. 33 Verbose mode. 66 .Ic - 72 .Bl -tag -width indent 73 .It Ic play Ar first_track Op Ar last_track 99 Minutes are in the range 0-99. 100 Seconds are in the range 0-59. 101 Frame numbers are in the range 0-74. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanSLP.cpp | 1 //===- VPlanSLP.cpp - SLP Analysis based on VPlan -------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 /// Look-ahead SLP: auto-vectorization in the presence of commutative 15 //===----------------------------------------------------------------------===// 37 #define DEBUG_TYPE "vplan-slp" 39 // Number of levels to look ahead when re-ordering multi node operands. 51 return cast<VPInstruction>(V)->getUnderlyingInstr(); in addCombined() 55 Type *T = cast<VPInstruction>(V)->getUnderlyingInstr()->getType(); in addCombined() 56 assert(!T->isVectorTy() && "Only scalar types supported for now"); in addCombined() [all …]
|
/freebsd/usr.bin/limits/ |
H A D | limits.1 | 31 .Op Fl bcdfklmnopstuvw Op Ar val 35 .Op Fl bcdfklmnopstuvwy Op Ar val 51 .Bl -tag -width indent 64 .It Nm Op Ar limitflags 80 .It Nm Fl e Op Ar limitflags 115 .Dl "eval `limits -e -C daemon`" 125 .Bl -tag -width ".Fl C Ar class" 179 .Dq "eval mode" 181 This is valid only in display mode and cannot be used when running a 187 .It Fl b Op Ar val [all …]
|
/freebsd/lib/libc/gen/ |
H A D | setmode.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 51 #include "un-namespace.h" 77 * Given the old mode and an array of bitcmd structures, apply the operations 78 * described in the bitcmd structures to the old mode, and return the new mode. 79 * Note that there is no '=' command; a strict assignment is just a '-' (clear 91 switch(set->cmd) { in getmode() 94 * where the bits are in the mode so that we can do shifts to in getmode() 108 common: if (set->cmd2 & CMD2_CLR) { in getmode() 110 (set->cmd2 & CMD2_SET) ? S_IRWXO : value; in getmode() [all …]
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.1ntpqmdoc | 4 .\" EDIT THIS FILE WITH CAUTION (ntpq-opts.mdoc) 6 .\" It has been AutoGen-ed May 25, 2024 at 12:04:29 AM by AutoGen 5.18.16 7 .\" From the definitions ntpq-opts.def 8 .\" and the template file agmdoc-cmd.tpl 15 .Op Fl flags 16 .Op Fl flag Op Ar value 17 .Op Fl \-option\-nam [all...] |
H A D | ntpq.mdoc.in | 4 .\" EDIT THIS FILE WITH CAUTION (ntpq-opts.mdoc) 6 .\" It has been AutoGen-ed May 25, 2024 at 12:04:29 AM by AutoGen 5.18.16 7 .\" From the definitions ntpq-opts.def 8 .\" and the template file agmdoc-cmd.tpl 15 .Op Fl flags 16 .Op Fl flag Op Ar value 17 .Op Fl \-option\-nam [all...] |
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc-opts.def | 1 /* -*- Mode: Text -*- */ 5 #include autogen-version.def 8 prog-name = "ntpdc"; 9 prog-title = "vendor-specific NTPD control program"; 17 flags-cant = ipv6; 19 doc = <<- _EndOfDoc_ 28 flags-cant = ipv4; 30 doc = <<- _EndOfDoc_ 39 arg-type = string; 42 arg-name = cmd; [all …]
|
/freebsd/usr.sbin/ppp/ |
H A D | ppp.8 | 31 .Nd Point to Point Protocol (a.k.a. user-ppp) 34 .Op Fl Va mode 76 to be silent at startup rather than displaying the mode and interface 96 .Va mode Ns No s 99 .Bl -tag -width XXX -offset XXX 117 mode, at least one 141 exits with a non-zero result. 143 In foreground mode, 147 The link is created in background mode. 161 .Dq force-scripts [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | VarLenCodeEmitterGen.cpp | 1 //===- VarLenCodeEmitterGen.cpp - CEG for variable-length insts -----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // The CodeEmitterGen component for variable-length instructions. 11 // The basic CodeEmitterGen is almost exclusively designed for fixed- 30 // encoding for variable-length instructions. 50 //===----------------------------------------------------------------------===// 74 // Mode identifier when only one encoding is defined. 75 const AltEncodingTy Universal = -1; 86 CodeGenTarget &Target, AltEncodingTy Mode); [all …]
|
/freebsd/sys/sys/ |
H A D | pmc.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2003-2008, Joseph Koshy 48 #define PMC_CLASS_MAX 8 /* max #classes of PMCs per-system */ 51 * Kernel<->userland API version number [MMmmpppp] 170 * DISABLED -- administratively prohibited from being used. 171 * FREE -- HW available for use 173 * ALLOCATED -- allocated 174 * STOPPED -- allocated, but not counting events 175 * RUNNING -- allocated, and in operation; 'pm_runcount' [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SOPInstructions.td | 1 //===-- SOPInstructions.td - SOP Instruction Definitions ------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 26 //===----------------------------------------------------------------------===// 28 //===----------------------------------------------------------------------===// 46 class SOP1_Real<bits<8> op, SOP1_Pseudo ps, string real_name = ps.Mnemonic> : 57 // copy relevant pseudo op flags 75 let Inst{7-0} = !if(ps.has_src0, src0, ?); 76 let Inst{15-8} = op; 77 let Inst{22-16} = !if(ps.has_sdst, sdst, ?); [all …]
|
/freebsd/usr.bin/tftp/ |
H A D | tftp.1 | 36 .Op Ar host Op Ar port 60 .Bl -tag -width verbose -compact 61 .It Cm \&? Ar command-name ... 65 Shorthand for "mode ascii" 68 Shorthand for "mode binary" 84 This is a non-standard TFTP option. 86 .It Cm connect Ar host Op Ar port 118 .It Cm get Oo Ar host : Oc Ns Ar file Op Ar localname 145 .It Cm mode Ar transfer-mode 146 Set the mode for transfers; [all …]
|