/freebsd/lib/libpmc/ |
H A D | pmc.amd.3 | 1 .\" Copyright (c) 2003-2008 Joseph Koshy. All rights reserved. 54 .Bl -column "PMC_CAP_INTERRUPT" "Support" 71 .Bl -tag -width indent 72 .It Li count= Ns Ar value 77 Configure the counter to only count negated-to-asserted transitions 84 .Dq Li count [all...] |
H A D | pmc.cmn-600.3 | 28 .Nm pmc.cmn-600 29 .Nd Library for accessing the Arm CoreLink CMN-600 Coherent Mesh Network 36 CMN-600 PMU counters may be configured to count any one of a defined set of 38 Unlike other performance counters, counters for the CMN-600 require the 52 Some BIOS versions of dual-socket machines have no NUMA domain information in 57 the CPU package containing that CMN-600 controller. 64 Arm CoreLink CMN-600 Coherent Mesh Network Controller performance counters are 67 .%B "Arm CoreLink CMN-600 Coherent Mesh Network Technical Reference Manual" 73 CMN-600 PMU counters support the following capabilities: 74 .Bl -column "PMC_CAP_INTERRUPT" "Support" [all …]
|
H A D | pmc.atomsilvermont.3 | 45 .Bl -tag -width "Li PMC_CLASS_IAP" 47 Fixed-function counters that count only one hardware event per counter. 49 Programmable counters that may be configured to count one of a defined 59 .%B "Intel 64 and IA-32 Intel(R) Architecture Software Developer's Manual" 61 .%N "Order Number 325462-050US" 70 .Bl -column "PMC_CAP_INTERRUPT" "Support" 87 .Bl -tag -width indent 89 Count matching events seen on any logical processor in a package. 95 Configure the PMC to count the number of de-asserted to asserted 108 Configure the PMC to count events happening at processor privilege [all …]
|
/freebsd/share/man/man9/ |
H A D | bhnd.9 | 1 .\" Copyright (c) 2015-2016 Landon Fuller <landonf@FreeBSD.org> 46 .Fa "rman_res_t count" "u_int flags" 85 .Fa "bus_size_t count" 90 .Fa "bus_size_t count" 95 .Fa "bus_size_t count" 100 .Fa "bus_size_t count" 105 .Fa "bus_size_t count" 110 .Fa "bus_size_t count" 115 .Fa "bus_size_t count" 120 .Fa "bus_size_t count" [all …]
|
H A D | pci.9 | 81 .Fn pci_alloc_msi "device_t dev" "int *count" 83 .Fn pci_alloc_msix "device_t dev" "int *count" 135 .Fn pci_read_config "device_t dev" "int reg" "int width" 139 .Fn pci_remap_msix "device_t dev" "int count" "const u_int *vectors" 149 .Fn pci_write_config "device_t dev" "int reg" "uint32_t val" "int width" 156 .Fa "int width" 163 .Fn pcie_read_config "device_t dev" "int reg" "int width" 167 .Fn pcie_write_config "device_t dev" "int reg" "uint32_t val" "int width" 205 .Fa width 218 .Fa width [all …]
|
/freebsd/sys/ddb/ |
H A D | db_examine.c | 1 /*- 2 * SPDX-License-Identifier: MIT-CMU 23 * Pittsburgh PA 15213-3890 54 db_examine_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_examine_cmd() argument 59 if (count == -1) in db_examine_cmd() 60 count = 1; in db_examine_cmd() 62 db_examine((db_addr_t) addr, db_examine_format, count); in db_examine_cmd() 66 db_examine(db_addr_t addr, char *fmt, int count) in db_examine() argument 71 int width; in db_examine() local 74 while (--count >= 0 && !db_pager_quit) { in db_examine() [all …]
|
/freebsd/contrib/libcbor/src/cbor/ |
H A D | floats_ctrls.h | 2 * Copyright (c) 2014-2020 Pavel Kalvoda <me@pavelkalvoda.com> 32 /** Get the float width 35 * @return The width. 42 * The item must have the corresponding width 52 * The item must have the corresponding width 62 * The item must have the corresponding width 72 * Can be used regardless of the width. 89 * The width cannot be changed once the item is created 91 * @return Reference to the new ctrl item. The item's reference count is 99 * The width cannot be changed once the item is created [all …]
|
/freebsd/crypto/heimdal/kuser/ |
H A D | kdigest.8 | 49 .Bl -tag -width Ds 64 .Bl -tag -width Ds 65 .It Xo digest-probe 69 .Bl -tag -width Ds 75 .It Xo digest-server-init 77 .Op Fl Fl kerberos-realm= Ns Ar realm 78 .Op Fl Fl digest= Ns Ar digest-type 79 .Op Fl Fl cb-type= Ns Ar type 80 .Op Fl Fl cb-value= Ns Ar value 84 .Bl -tag -width Ds [all …]
|
/freebsd/contrib/nvi/man/ |
H A D | vi.1 | 42 is a screen-oriented text editor. 44 is a line-oriented text editor. 53 .Pq read-only 63 are intended as bug-for-bug compatible replacements for the original 87 .Bl -tag -width "-w size " 110 Start editing in read-only mode, as if the command name was 136 .Dq - 229 .Bl -tag -width Ds 238 .It Aq Cm cursor-arrows 248 .Bl -tag -width "<escape>" [all …]
|
/freebsd/usr.sbin/i2c/ |
H A D | i2c.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (C) 2008-2009 Semihalf, Michal Hajduk and Bartlomiej Sieka 53 const char *width; member 54 unsigned count; member 75 fprintf(stderr, "usage: %s -a addr [-f device] [-d [r|w]] [-o offset] " in usage() 76 "[-w [0|8|16|16LE|16BE]] [-c count] [-m [tr|ss|rs|no]] [-b] [-v]\n", in usage() 78 fprintf(stderr, " %s -s [-f device] [-n skip_addr] -v\n", in usage() 80 fprintf(stderr, " %s -r [-f device] -v\n", getprogname()); in usage() 168 usage("Bad -n argument, expected (first) hex-digit"); in parse_skip() [all …]
|
/freebsd/share/man/man4/ |
H A D | sysmouse.4 | 1 .\" Copyright 1997 John-Mark Gurney. All rights reserved. 12 .\" THIS SOFTWARE IS PROVIDED BY John-Mark Gurney AND CONTRIBUTORS ``AS IS'' AND 72 .Bl -tag -width Byte_1 -compact 74 .Bl -tag -width bit_7 -compact 89 The first half of horizontal movement count in two's complement; 90 \-128 through 127. 92 The first half of vertical movement count in two's complement; 93 \-128 through 127. 95 The second half of the horizontal movement count in two's complement; 96 \-128 through 127. [all …]
|
H A D | ddb.4 | 22 .\" Pittsburgh PA 15213-3890 35 .Bd -ragged -offset indent 42 .Bd -ragged -offset indent 48 .Bd -ragged -offset indent 54 .Bd -ragged -offset indent 63 .Bd -ragged -offset indent 83 MIB variable is set non-zero, 97 is already set non-zero. 125 .Oo Ar addr Oc Ns Op , Ns Ar count 130 count 1 and no modifiers. [all …]
|
H A D | hwpmc.4 | 1 .\" Copyright (c) 2003-2008 Joseph Koshy 39 .Bd -ragged -offset indent 44 .Bd -ragged -offset indent 49 .Bd -literal -offset indent 54 .Bd -ragged -offset indent 62 .Bd -ragged -offset indent 75 The driver supports multi-processor systems. 89 .Bl -tag -width ".Em Process-scope" 90 .It Em "Process-scope" 93 .It Em "System-scope" [all …]
|
/freebsd/usr.sbin/pciconf/ |
H A D | pciconf.c | 84 const char *bar_count, int width, int verbose); 93 "usage: pciconf -l [-BbcevV] [device]\n" in usage() 94 " pciconf -a device\n" in usage() 95 " pciconf -r [-b | -h] device addr[:addr2]\n" in usage() 96 " pciconf -w [-b | -h] device addr value\n" in usage() 97 " pciconf -D [-b | -h | -x] device bar [start [count]]" in usage() 105 int c, width; in main() local 111 width = 4; in main() 113 while ((c = getopt(argc, argv, "aBbcDehlrwVv")) != -1) { in main() 125 width = 1; in main() [all …]
|
/freebsd/sys/cddl/dev/dtrace/ |
H A D | dtrace_debug.c | 1 /*- 73 if (d->first == NULL) { in dtrace_debug_init() 74 d->first = d->bufr; in dtrace_debug_init() 75 d->next = d->bufr; in dtrace_debug_init() 76 d->last = d->bufr + DTRACE_DEBUG_BUFR_SIZE - 1; in dtrace_debug_init() 77 *(d->last) = '\0'; in dtrace_debug_init() 91 uintptr_t count; in dtrace_debug_output() local 98 count = 0; in dtrace_debug_output() 100 if (d->first < d->next) { in dtrace_debug_output() 103 count = (uintptr_t) d->next - (uintptr_t) d->first; in dtrace_debug_output() [all …]
|
/freebsd/usr.bin/vmstat/ |
H A D | vmstat.8 | 37 .Op Fl -libxo 40 .Op Fl c Ar count 50 .Op wait Op count 68 .Bl -tag -width indent 69 .It Fl -libxo 82 .Ar count 87 .Ar count 131 Report per-cpu system/user/idle cpu statistics. 137 .Bl -tag -width indent -compact 139 .Bl -tag -width 9n -compact [all …]
|
/freebsd/contrib/dialog/ |
H A D | formbox.c | 4 * formbox.c -- implements the form (i.e., some pairs label/editbox) 6 * Copyright 2003-2020,2021 Thomas E. Dickey 45 return ((item->type & 2) != 0) || (item->text_flen <= 0); in is_readonly() 51 return ((item->type & 1) != 0); in is_hidden() 57 return (y >= scrollamt && y - scrollamt < getmaxy(win)); in in_window() 64 && (wmove(win, y - scrollamt, x) != ERR); in ok_move() 71 wmove(win, y, getmaxx(win) - 1); in move_past() 80 int count = 0; in print_item() local 83 if (ok_move(win, scrollamt, item->name_y, item->name_x)) { in print_item() 84 len = item->name_len; in print_item() [all …]
|
/freebsd/share/man/man4/man4.i386/ |
H A D | perfmon.4 | 33 .Nd CPU performance-monitoring interface 41 driver provides access to the internal performance-monitoring 49 configured to measure a variety of events for either count or duration 53 driver provides a device-style interface to these capabilities. 55 All access to the performance-monitoring counters is performed through 77 .Bl -tag -width PMIOTSTAMP 83 .Bl -tag -width "u_char pmc_eventx" 99 restrict the count to events lasting more (or less) than the specified 106 .Bl -tag -compact -width PMCF_USRxx 108 count events in user mode [all …]
|
/freebsd/stand/efi/include/ |
H A D | efipciio.h | 5 Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR> 9 http://opensource.org/licenses/bsd-license.php 56 #define EFI_PCI_IO_ATTRIBUTE_ISA_MOTHERBOARD_IO 0x0001 ///< I/O cycles 0x0000-0x00FF (10 bit dec… 57 #define EFI_PCI_IO_ATTRIBUTE_ISA_IO 0x0002 ///< I/O cycles 0x0100-0x03FF or greater … 59 #define EFI_PCI_IO_ATTRIBUTE_VGA_MEMORY 0x0008 ///< MEM cycles 0xA0000-0xBFFFF (24 bit d… 60 #define EFI_PCI_IO_ATTRIBUTE_VGA_IO 0x0010 ///< I/O cycles 0x3B0-0x3BB and 0x3C0-0x3… 61 #define EFI_PCI_IO_ATTRIBUTE_IDE_PRIMARY_IO 0x0020 ///< I/O cycles 0x1F0-0x1F7, 0x3F6, 0x3F7… 62 #define EFI_PCI_IO_ATTRIBUTE_IDE_SECONDARY_IO 0x0040 ///< I/O cycles 0x170-0x177, 0x376, 0x377… 69 #define EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE 0x2000 ///< Clear for an add-in PCI Device 72 #define EFI_PCI_IO_ATTRIBUTE_ISA_IO_16 0x10000 ///< I/O cycles 0x0100-0x03FF or greater … [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/ |
H A D | lockstat.1 | 31 .Op Fl e Ar event-list 34 .Op Fl n Ar num-records 40 .Op Fl D Ar count 61 For example, to gather statistics for a fixed-time interval, use 71 establishes a per-processor high-level periodic interrupt source to gather 88 is restricted to super-user by default. 91 .Bl -tag -width indent 98 .Bl -tag -width indent 108 .It Fl e Ar event-list 110 .Ar event-list [all …]
|
/freebsd/usr.sbin/iostat/ |
H A D | iostat.8 | 66 .Op Fl c Ar count 95 .Bl -tag -width flag 105 .Ar count 110 the default repeat count is infinity. 111 If no wait interval is specified, the default repeat count is 1. 133 In the old-style blocks transferred display 137 display block count in kilobytes rather than the device native block size. 155 Display old-style 175 .Bl -tag -width indent -compact 177 .Bl -tag -width 9n -compact [all …]
|
/freebsd/usr.bin/hexdump/ |
H A D | hexdump.1 | 40 .Bk -words 49 .Bk -words 61 .Bl -tag -width indent 63 .Em One-byte octal display . 65 space-separated, three column, zero-filled, bytes of input data, 68 .Em One-byte character display . 70 space-separated, three column, space-filled, characters of input 75 space-separated, two column, hexadecimal bytes, followed by the 82 .Em Two-byte decimal display . 84 space-separated, five column, zero-filled, two-byte units [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | xlnx,xps-timer.yaml | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/timer/xlnx,xps-timer.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sean Anderson <sean.anderson@seco.com> 15 const: xlnx,xps-timer-1.00.a 20 clock-names: 29 '#pwm-cells': true 31 xlnx,count-width: 36 The width of the counter(s), in bits. [all …]
|
/freebsd/sys/dev/pci/ |
H A D | pcib_if.m | 1 #- 73 # device. The width argument (which should be 1, 2 or 4) specifies how 82 int width; 90 # the number of bytes written depending on the width argument. 99 int width; 113 # Allocate 'count' MSI messages mapped onto 'count' IRQs. 'irq' points 114 # to an array of at least 'count' ints. The max number of messages this 122 int count; 128 # Release 'count' MSI messages mapped onto 'count' IRQs stored in the 134 int count; [all …]
|
/freebsd/sys/dev/fb/ |
H A D | splash_bmp.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 46 static int splash_mode = -1; 64 /* currently only 256-color modes are supported XXX */ in bmp_start() 75 -1, in bmp_start() 141 else brightness--; in bmp_splash() 145 brightness--; in bmp_splash() 218 int width,height; /* image dimensions */ member 249 if ((x < 0) || (x >= info->swidth) || (y < 0) || (y >= info->sheight)) in bmp_SetPix() 254 * because 0,0 is bottom-left for DIB, we have to convert. in bmp_SetPix() [all …]
|