/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | telnet.1 | 66 argument, it enters command mode, 69 In this mode, it accepts and executes the commands listed below. 75 .Bl -tag -width indent 77 Specifies an 8-bit data path. This causes an attempt to 96 Specifies an 8-bit data path on output. This causes the 99 Sets the IP type-of-service (TOS) option for the telnet 125 .Ic toggle skiprc 130 toggle to 177 mode, the escape character is set to the tilde (~) character, 178 unless modified by the -e option. [all …]
|
H A D | commands.c | 39 int tos = -1; 270 if (i + s->narg >= argc) { in sendcmd() 273 s->narg, s->narg == 1 ? "" : "s", s->name, s->name); in sendcmd() 276 count += s->nbyte; in sendcmd() 277 if (s->handler == send_help) { in sendcmd() 282 i += s->narg; in sendcmd() 283 needconnect += s->needconnect; in sendcmd() 302 fprintf(stderr, "Telnet 'send' error - argument disappeared!\r\n"); in sendcmd() 306 if (s->handler) { in sendcmd() 308 success += (*s->handler)((s->narg > 0) ? argv[i+1] : 0, in sendcmd() [all …]
|
/freebsd/contrib/telnet/telnet/ |
H A D | telnet.1 | 66 argument, it enters command mode, 69 In this mode, it accepts and executes the commands listed below. 75 .Bl -tag -width indent 85 Specifies an 8-bit data path. 104 Specifies an 8-bit data path on output. 112 Quiet mode. 117 Sets the IP type-of-service (TOS) option for the telnet 147 .Ic toggle skiprc 152 toggle to 209 mode, the escape character is set to the tilde (~) character, [all …]
|
H A D | commands.c | 93 int tos = -1; 142 case -1: in opie_calc() 361 if (i + s->narg >= argc) { in sendcmd() 364 s->narg, s->narg == 1 ? "" : "s", s->name, s->name); in sendcmd() 367 count += s->nbyte; in sendcmd() 368 if ((void *)s->handler == (void *)send_help) { in sendcmd() 373 i += s->narg; in sendcmd() 374 needconnect += s->needconnect; in sendcmd() 393 fprintf(stderr, "Telnet 'send' error - argument disappeared!\n"); in sendcmd() 397 if (s->handler) { in sendcmd() [all …]
|
/freebsd/usr.bin/top/ |
H A D | top.1 | 51 .Bl -tag -width indent 59 Non-printable characters in the command line are 60 encoded in C-style backslash sequences or 65 mode. 66 In this mode, all input from the terminal is 71 Toggle CPU display mode. 80 mode and 82 mode, showing the 107 mode. 108 In this mode, any input is immediately [all …]
|
H A D | commands.c | 14 * mode commands. Note that some of the commands are implemented in-line 37 struct errs /* structure for a system-call error */ 48 * show_help() - display the help screen; invoked in response to 56 {'a', "toggle the display of process titles", false, CMD_showargs}, 57 {'C', "toggle the display of raw or weighted CPU percentage", false, CMD_wcputog}, 60 {'H', "toggle the display of threads", false, CMD_thrtog}, 63 {'i', "toggle the display of idle processes", false, CMD_idletog}, 66 {'j', "toggle the display of jail ID", false, CMD_jidtog}, 68 {'m', "toggle the display between 'cpu' and 'io' modes", false, CMD_viewtog}, 72 {'P', "toggle the display of per-CPU statistics", false, CMD_pcputog}, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
H A D | adi,ltc2688.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Nuno Sá <nuno.sa@analog.com> 13 Analog Devices LTC2688 16 channel, 16 bit, +-15V DAC 14 https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2688.pdf 19 - adi,ltc2688 24 vcc-supply: 27 iovcc-supply: 30 vref-supply: [all …]
|
H A D | adi,ltc2672.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <michael.hennerich@analog.com> 11 - Kim Seer Paller <kimseer.paller@analog.com> 14 Analog Devices LTC2672 5 channel, 12-/16-Bit, 300mA DAC 15 https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2672.pdf 20 - adi,ltc2672 25 spi-max-frequency: 28 vcc-supply: [all …]
|
H A D | adi,ltc2664.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <michael.hennerich@analog.com> 11 - Kim Seer Paller <kimseer.paller@analog.com> 14 Analog Devices LTC2664 4 channel, 12-/16-Bit, +-10V DAC 15 https://www.analog.com/media/en/technical-documentation/data-sheets/2664fa.pdf 20 - adi,ltc2664 25 spi-max-frequency: 28 vcc-supply: [all …]
|
/freebsd/usr.sbin/pmcstat/ |
H A D | pmcstat.8 | 1 .\" Copyright (c) 2003-2008 Joseph Koshy 45 .Op Fl P Ar event-spec 47 .Op Fl S Ar event-spec 52 .Op Fl c Ar cpu-spec 62 .Op Fl p Ar event-spec 65 .Op Fl s Ar event-spec 66 .Op Fl t Ar process-spec 67 .Op Fl u Ar event-spec 85 .Fl t Ar process-spec 91 .Fl t Ar process-spec [all …]
|
H A D | pmcstat.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2003-2008, Joseph Koshy 73 * the system-wide and per-process variety. Each of these could be in 74 * 'counting mode' or in 'sampling mode'. 76 * For 'counting mode' PMCs, pmcstat(8) will periodically issue a 80 * For 'sampling mode' PMCs it can log to a file for offline analysis, 90 * - parent creates a socketpair for two way communication and 92 * - subsequently: 96 * - Wait for child's token. [all …]
|
/freebsd/share/doc/usd/12.vi/viapwh/ |
H A D | vi.apwh.ms | 72 \fB<character [-character]>\fR means that the character or 76 the \fBescape\fR key is to be typed. \fB<a-z>\fR means that a 130 semi-automatically done when you log in. 138 tset \-s \-d 2621 > tset$$ 146 type from an on-line list. 156 semi-automatically done when you log in. 164 tset \-s \-d 2621 > tset$$ 172 is simpler, just add the line ``tset \-d 2621'' 177 type from an on-line list. 213 If you are in some special mode, such as input mode [all …]
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | cmdtab.c | 37 * User FTP -- Command Tables. 45 char casehelp[] = "toggle mget upper/lower case id mapping"; 50 char crhelp[] = "toggle carriage return stripping on ascii gets"; 52 char debughelp[] = "toggle/set debugging mode"; 57 char globhelp[] = "toggle metacharacter expansion of local file names"; 58 char hashhelp[] = "toggle printing `#' for each buffer transferred"; 70 char modehelp[] = "set file transfer mode"; 76 char porthelp[] = "toggle use of PORT cmd for each data connection"; 89 char runiquehelp[] = "toggle store unique for local files"; 92 char passivehelp[] = "enter passive transfer mode"; [all …]
|
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/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 …]
|
H A D | cmdtab.c | 4 /*- 5 * Copyright (c) 1996-2009 The NetBSD Foundation, Inc. 82 * User FTP -- Command Tables. 93 HSTR casehelp[] = "toggle mget upper/lower case id mapping"; 98 HSTR crhelp[] = "toggle carriage return stripping on ascii gets"; 99 HSTR debughelp[] = "toggle/set debugging mode"; 103 HSTR edithelp[] = "toggle command line editing"; 104 HSTR epsvhelp[] = "toggle use of EPSV/EPRT on both IPv4 and IPV6 ftp"; 105 HSTR epsv4help[] = "toggle use of EPSV/EPRT on IPv4 ftp"; 106 HSTR epsv6help[] = "toggle use of EPSV/EPRT on IPv6 ftp"; [all …]
|
/freebsd/usr.sbin/mixer/ |
H A D | mixer.8 | 1 .\"- 31 .Op Fl d Ar pcmN | N Op Fl V Ar voss_device:mode 46 .Bl -tag -width "-V voss_device:mode" 58 There is also the possibility of hot-swapping to the new default device if 64 Hot-swapping generally cannot happen with plain 70 mid-track. 72 on the other hand, can do hot-swapping, because it creates a virtual device for 76 Note that hot-swapping will work only for applications that are using 93 .It Fl V Ar voss_device:mode 96 control device, as well as a mode (see below), in order to hot-swap devices. [all …]
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_res.h | 2 * Copyright (c) 2015-2024, Broadcom. All rights reserved. The term 56 #define BNXT_QPLIB_DBR_KEY_INVALID -1 70 #define BNXT_RE_PUSH_ENABLED(mode) ((mode) == BNXT_RE_PUSH_MODE_WCB ||\ argument 71 (mode) == BNXT_RE_PUSH_MODE_PPP) 72 #define BNXT_RE_PPP_ENABLED(cctx) ((cctx)->modes.db_push_mode ==\ 88 /* Other modes to follow here e.g. GSI QP mode */ 117 return _is_chip_num_p7(cctx->chip_num); in _is_chip_p7() 123 return (cctx->chip_num == CHIP_NUM_57508 || in _is_chip_gen_p5() 124 cctx->chip_num == CHIP_NUM_57504 || in _is_chip_gen_p5() 125 cctx->chip_num == CHIP_NUM_57502); in _is_chip_gen_p5() [all …]
|
/freebsd/usr.bin/systat/ |
H A D | systat.1 | 37 .Op Ar display-commands 38 .Op Ar refresh-interval 73 input line is passed to a per-display command interpreter. 75 allows each display to have certain display-specific commands. 78 .Bl -tag -width "refresh_interval" 104 .It Ar refresh-interval 106 .Ar refresh-value 109 .It Ar display-commands 116 .Fl - 125 .Dl Nm Fl iostat Fl numbers Fl - Ar 2.1 [all …]
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/ |
H A D | k210-fpioa.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 11 * kendryte-standalone-sdk/lib/drivers/include/fpioa.h 16 #define K210_PCF_JTAG_TMS 2 /* JTAG Test Mode Select */ 148 #define K210_PCF_DVP_PWDN 134 /* DVP Power Down Mode */ 169 #define K210_PCF_UART1_OUT2 155 /* UART1 User-designated Output 2 */ 170 #define K210_PCF_UART1_OUT1 156 /* UART1 User-designated Output 1 */ 183 #define K210_PCF_UART2_OUT2 169 /* UART2 User-designated Output 2 */ 184 #define K210_PCF_UART2_OUT1 170 /* UART2 User-designated Output 1 */ 197 #define K210_PCF_UART3_OUT2 183 /* UART3 User-designated Output 2 */ 198 #define K210_PCF_UART3_OUT1 184 /* UART3 User-designated Output 1 */ [all …]
|
/freebsd/lib/libsys/ |
H A D | chflags.2 | 86 are constructed by a bitwise-inclusive OR of flags from the following list, 89 .Bl -tag -width indent 132 .Bl -tag -width ".Dv SF_IMMUTABLE" -compact -offset indent 194 is set a non-super-user cannot change any flags and even the super-user 204 flags may be set or unset by either the owner of a file or the super-user. 210 flags may only be set or unset by the super-user. 211 Attempts to toggle these flags by non-super-users are rejected. 213 the system is in single-user mode. 218 The implementation of all flags is filesystem-dependent. 229 .Rv -std [all …]
|
/freebsd/contrib/less/ |
H A D | optfunc.c | 2 * Copyright (C) 1984-2024 Mark Nudelman 15 * But all string options, and a few non-string options, require 23 * TOGGLE The option is being changed from within the program. 108 * Handler for -o option. in opt_o() 125 case TOGGLE: in opt_o() 158 * Handler for -O option. 181 return -1; in opt_j() 191 return -1; in opt_j() 193 *frac = -1; in opt_j() 213 while (len > 2 && buf[len- in calc_jump_sline() [all...] |
/freebsd/usr.bin/tftp/ |
H A D | tftp.1 | 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. 145 .It Cm mode Ar transfer-mode 146 Set the mode for transfers; 147 .Ar transfer-mode 162 .It Cm put Ar file1 file2 ... fileN Op Oo Ar host : Oc Ns Ar remote-directory 170 .Ar remote-directory [all …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap-dbus.c | 40 #include "pcap-int.h" 41 #include "pcap-dbus.h" 44 * Private data for capturing on D-Bus. 54 struct pcap_dbus *handlep = handle->priv; in dbus_read() 64 message = dbus_connection_pop_message(handlep->conn); in dbus_read() 67 /* XXX handle->opt.timeout = timeout_ms; */ in dbus_read() 68 if (!dbus_connection_read_write(handlep->conn, 100)) { in dbus_read() 69 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "Connection closed"); in dbus_read() 70 return -1; in dbus_read() 73 if (handle->break_loop) { in dbus_read() [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | eth_common.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 61 …SO_PKT_LEN (9700 - (4 + 4 + 12 + 8)) /* (QM_REG_TASKBYTECRDCOST_0, QM_VOQ_BYTE_CR… 63 …UM (18 - 1) /* Number of BDs to consider for LSO sliding window restriction i… 66 #define ETH_TX_NUM_SAME_AS_LAST_ENTRIES 320 /* Number of same-as-last resources in tx s… 70 #define ETH_NUM_STATISTIC_COUNTERS_DOUBLE_VF_ZONE (ETH_NUM_STATISTIC_COUNTERS - MAX_NUM_VFS/2) … 71 #define ETH_NUM_STATISTIC_COUNTERS_QUAD_VF_ZONE (ETH_NUM_STATISTIC_COUNTERS - 3*MAX_NUM_VFS/4) … 94 …E ETH_RX_MAX_BUFF_PER_PKT /* Maximum number of additional buffers, reported by TPA-start CQE */ 95 #define ETH_TPA_CQE_CONT_LEN_LIST_SIZE 6 /* Maximum number of buffers, reported by TPA-con… 96 #define ETH_TPA_CQE_END_LEN_LIST_SIZE 4 /* Maximum number of buffers, reported by TPA-end… 105 * Destination port mode [all …]
|