| /freebsd/sys/dev/isci/scil/ | 
| H A D | sati_mode_sense.c | 1  /*-2  * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0
 9  * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
 22  * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
 28  * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
 59  *        translate the SCSI mode sense (6 and 10-byte) commands.
 82  * @brief This method indicates if the supplied page control is supported
 84  *        (i.e. non-volatile) are not supported.
 88  * @return This method returns an indication of whether the page control
 90  * @retval SATI_SUCCESS This value is returned if the page control is
 [all …]
 
 | 
| /freebsd/share/doc/smm/18.net/ | 
| H A D | c.t | 53 occurs must kept small compared to the average inter-packet67 The basic memory allocation routines manage a private page map,
 71 to initialize the mbuf and mbuf page cluster free lists.
 78 as exhaustion of the page map usually indicates that buffers have been lost
 80 The private page table is used by the network buffer management
 83 array of reference counts parallels the page table and is used
 84 when multiple references to a page are present.
 87 page of memory.  When data is placed in mbufs,
 89 memory from the network page pool if possible.
 91 of a page is copied into one or more 112 byte mbuf data areas.
 [all …]
 
 | 
| H A D | 6.t | 90 be described in detail later.  A pointer to a protocol-specific125 #define	SS_NBIO	0x100	/* non-blocking ops */
 131 When a socket is created, the state is defined based on the type of socket.
 136 set with \fIfcntl\fP.  ``Non-blocking'' I/O  implies that
 151 super-user.  Only privileged sockets may
 184 (assuming non-blocking I/O has not been specified).*
 186 * The low-water mark is always presumed to be 0
 205 Stream-oriented sockets queue data with no addresses, headers
 210 Record-oriented sockets, including datagram sockets,
 289 socket-visible characteristics, some of which are used in
 [all …]
 
 | 
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/ | 
| H A D | page.h | 1 /*-36  *	@(#)page.h	8.4 (Berkeley) 11/7/95
 45 /* Constants for big key page overhead information. */
 52  * Hash pages store meta-data beginning at the top of the page (offset 0)
 53  * and key/data values beginning at the bottom of the page (offset pagesize).
 54  * Fields are always accessed via macros so that we can change the page
 58  * macros below, P means a pointer to the page, I means an index of the
 61  * Hash base page format
 63  * ---- ------------------	------	--------	--------------
 64  * 0	previous page number 	4	db_pgno_t		PREV_PGNO(P)
 [all …]
 
 | 
| /freebsd/contrib/jemalloc/ | 
| H A D | ChangeLog | 13   workloads.  The release has gone through large-scale production testing.16   - Add the thread.idle mallctl which hints that the calling thread will be
 18   - Allow small size classes to be the maximum size class to cache in the
 19     thread-specific cache, through the opt.[lg_]tcache_max option.  (@interwq,
 21   - Make the behavior of realloc(ptr, 0) configurable with opt.zero_realloc.
 23   - Add 'make uninstall' support.  (@sangshuduo, @Lapenkov)
 24   - Support C++17 over-aligned allocation.  (@marksantaniello)
 25   - Add the thread.peak mallctl for approximate per-threa
 [all...]
 | 
| /freebsd/sys/dev/sfxge/common/ | 
| H A D | mcdi_mon.c | 1 /*-2  * Copyright (c) 2009-2016 Solarflare Communications Inc.
 40 /* Get port mask from one-based MCDI port number */
 41 #define	MCDI_MON_PORT_MASK(_emip) (1U << ((_emip)->emi_port - 1))
 56 	efx_mcdi_iface_t *emip = &(enp->en_mcdi.em_emip);  in mcdi_mon_decode_stats()
 62 	uint32_t page = 0;  in mcdi_mon_decode_stats()  local
 73 	EFSYS_ASSERT(emip->emi_port > 0); /* MCDI port number is one-based */  in mcdi_mon_decode_stats()
 82 	 * sensor readings do not include entries for the per-page NEXT_PAGE  in mcdi_mon_decode_stats()
 96 			page++;  in mcdi_mon_decode_stats()
 98 			/* This sensor is one of the page boundary bits. */  in mcdi_mon_decode_stats()
 [all …]
 
 | 
| /freebsd/lib/libpmc/ | 
| H A D | pmc.soft.3 | 29 .Nd measurements using software based events37 16 sampling counters using software events based on various sources.
 39 .Bl -column "PMC_CAP_INTERRUPT" "Support"
 57 .Bl -tag -width indent
 79 All page fault type.
 81 Read page fault.
 83 Write page fault.
 105 .An -nosplit
 
 | 
| /freebsd/lib/libc/db/btree/ | 
| H A D | bt_open.c | 1 /*-2  * SPDX-License-Identifier: BSD-3-Clause
 38  * The design here was originally based on that of the btree access method
 55 #include "un-namespace.h"
 71  * __BT_OPEN -- Open a btree.
 77  *	fname:	filename (NULL for in-memory trees)
 103 	 * we don't know the right page size, lorder or flags until the backing  in __bt_open()
 104 	 * file is opened.  Also, the file's page size can cause the cachesize  in __bt_open()
 116 		 * Page size must be indx_t aligned and >= MINPSIZE.  Default  in __bt_open()
 117 		 * page size is set farther on, based on the underlying file  in __bt_open()
 [all …]
 
 | 
| /freebsd/contrib/wpa/hostapd/ | 
| H A D | hostapd.8 | 3 hostapd \- IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator6 [\-hdBKtv] [\-P <PID file>] <configuration file(s)>
 8 This manual page documents briefly the
 15 The current version supports Linux (Host AP, mac80211-based drivers) and FreeBSD (net80211).
 20 supports separate frontend programs and an example text-based frontend,
 30 .B \-h
 33 .B \-d
 36 .B \-dd
 39 .B \-B
 42 .B \-P <PID file>
 [all …]
 
 | 
| H A D | hostapd_cli.1 | 1 .TH HOSTAPD_CLI 1 "April  7, 2005" hostapd_cli "hostapd command-line interface"3 hostapd_cli \- hostapd command-line interface
 6 [\-p<path>] [\-i<ifname>] [\-a<path>] [\-hvB] [command..]
 8 This manual page documents briefly the
 13 is a command-line interface for the
 24 man page.
 31 .B \-p<path>
 36 .B \-i<ifname>
 41 .B \-a<path>
 42 Run in daemon mode executing the action file based on events from hostapd.
 [all …]
 
 | 
| /freebsd/share/man/man4/ | 
| H A D | hidquirk.4 | 27 .Bd -ragged -offset indent34 .Bd -literal -offset indent
 41 .Bl -tag -width Ds
 53 mouse has Z-axis reversed
 55 mouse has buttons in vendor usage page
 71 .Bl -tag -width indent
 74 .Bd -literal -offset indent
 97 are all 16 bits numbers which can be decimal or hexadecimal based.
 114 or the first non-existing one.
 120 .Bd -literal -offset indent
 [all …]
 
 | 
| H A D | at45d.4 | 30 .Nd driver for DataFlash(tm) non-volatile storage devices35 .Bd -ragged -offset indent
 42 .Bd -literal -offset indent
 48 driver provides support for the family of non-volatile storage
 75 .Bl -bullet -compact
 98 based system, the
 107 The most commonly-used ones are documented below.
 112 .Bl -tag -width indent
 117 .It Va spi-max-frequency
 126 .Bl -tag -width indent
 [all …]
 
 | 
| H A D | gpiokeys.4 | 2 .\" SPDX-License-Identifier: BSD-2-Clause37 .Bd -ragged -offset indent
 46 .Bd -literal -offset indent
 57 based systems.
 66 based system
 70 .Bd -literal
 76 		compatible = "gpio-keys";
 96 .Pa /usr/src/sys/dts/bindings-gpio.txt .
 130 .Va debounce-interval
 141 manual page first appeared in
 [all …]
 
 | 
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/ | 
| H A D | bt_open.c | 1 /*-44  * The design here was originally based on that of the btree access method
 49 #include "k5-platform.h"
 63 #include "db-int.h"
 76  * __BT_OPEN -- Open a btree.
 82  *	fname:	filename (NULL for in-memory trees)
 109 	 * we don't know the right page size, lorder or flags until the backing  in __bt_open()
 110 	 * file is opened.  Also, the file's page size can cause the cachesize  in __bt_open()
 122 		 * Page size must be indx_t aligned and >= MINPSIZE.  Default  in __bt_open()
 123 		 * page size is set farther on, based on the underlying file  in __bt_open()
 [all …]
 
 | 
| /freebsd/lib/libcam/ | 
| H A D | cam_cdbparse.3 | 28 .\" This man page borrows heavily from the old scsi(3) man page, which had161 applications written with the similarly-named
 180 structure based on the information provided in
 208 .Bd -literal
 241 .Bl -tag -width CAM_PASS_ERR_RECOVER
 247 device to the user-supplied buffer.
 251 written from the user-supplied buffer to the device.
 302 .Dl "{PS} v:b1 {Reserved} 0:b1 {Page Code} v:b6 # Mode select page"
 368 .Bl -tag -width field_name
 391 .Fa csio->data_ptr .
 [all …]
 
 | 
| /freebsd/tools/tools/sysdoc/ | 
| H A D | sysdoc.sh | 14 # Perhaps a re-implementation in C?  This wouldn't be much of18 # creates a manual page dynamicly based on the kernel.  This
 26 # Set a unique date format in the produced manual page.
 30 USAGE="Usage: run.sh -k [absolute path]"
 33 # part of our manual page.
 38 This manual page has been automatically generated by
 58 This manual page is automatically generated
 60 .An -nosplit
 74 produce a manual page to aid in the administration and
 88 # the final 'inner circle' of our manual page.
 [all …]
 
 | 
| /freebsd/share/man/man9/ | 
| H A D | pmap_kextract.9 | 2 .\" SPDX-License-Identifier: BSD-2-Clause6 .\" This manual page was written by Mina Galić <FreeBSD@igalic.co> under
 15 .Nd extract a physical address from the kernel page table
 65 the function may return zero, an invalid non-zero value, or call
 71 .An -nosplit
 72 This manual page was written by
 74 based on the
 76 page written by
 
 | 
| /freebsd/sys/contrib/openzfs/config/ | 
| H A D | kernel-kmap-atomic-args.m4 | 3 dnl # kmap_atomic changed from assigning hard-coded named slot to using4 dnl # push/pop based dynamical allocation.
 10 		struct page page;
 11 		kmap_atomic(&page);
 
 | 
| /freebsd/contrib/wpa/wpa_supplicant/ | 
| H A D | todo.txt | 2 - add support for WPA with ap_scan=0 (update selected cipher etc. based on4 - consider closing smart card / PCSC connection when EAP-SIM/EAP-AKA
 5   authentication has been completed (cache scard data based on serial#(?)
 8 - if driver/hw is not WPA2 capable, must remove WPA_PROTO_RSN flag from
 9   ssid->proto fields to avoid detecting downgrade attacks when the driver
 11 - Cisco AP and non-zero keyidx for unicast -> map to broadcast
 13   driver_*.c to do the mapping for drivers that cannot handle non-zero keyidx
 15 - IEEE 802.1X and key update with driver_ndis?? wpa_supplicant did not seem
 16   to see unencrypted EAPOL-Key frames at all..
 17 - EAP-PAX with PAX_SEC
 [all …]
 
 | 
| /freebsd/crypto/heimdal/lib/wind/ | 
| H A D | rfc3491.txt | 35    used as part of a suite of on-the-wire protocols for49    -  The intended applicability of the profile: internationalized
 52    -  The character repertoire that is the input and output to
 58 Hoffman & Blanchet          Standards Track                     [Page 1]
 63    -  The mappings used: specified in section 3.
 65    -  The Unicode normalization used: specified in section 4.
 67    -  The characters that are prohibited as output: specified in section
 70    -  Bidirectional character handling: specified in section 6.
 114 Hoffman & Blanchet          Standards Track                     [Page 2]
 170 Hoffman & Blanchet          Standards Track                     [Page 3]
 [all …]
 
 | 
| H A D | rfc4518.txt | 33    algorithms for character-based matching rules defined for use in46       True      - the attribute contains a matching value,
 48       False     - the attribute contains no matching value,
 50       Undefined - it cannot be determined whether the attribute contains
 58 Zeilenga                    Standards Track                     [Page 1]
 75    defined as being a case-insensitive comparison where insignificant
 79    universalString, this is not sufficient.  For example, a case-
 97    document are based upon the "stringprep" approach [RFC3454].  In
 99    comparison so that a character-by-character comparison yields the
 114 Zeilenga                    Standards Track                     [Page 2]
 [all …]
 
 | 
| /freebsd/lib/libc/rpc/ | 
| H A D | README | 8 This distribution contains SunSoft's implementation of transport-independent9 RPC (TI-RPC), External Data Representation (XDR), and various utilities and
 13 Previous releases of RPC Source based on SunOS 4.x were ported to 4.2BSD and
 15 transport-specific RPC (TS-RPC).
 17 TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V
 19 (XTI).  TI-RPC is on-the-wire compatible with the TS-RPC, which is supported
 20 by almost 70 vendors on all major operating systems.  TS-RPC source code
 27 Solaris 2.3 is based on System V, Release 4 (SVR4), and while this release
 31 routines use the Solaris Name Service Switch to access public-key credential
 34 interfaces of UI Threads to make certain interfaces thread-safe.  These
 [all …]
 
 | 
| /freebsd/lib/libsys/ | 
| H A D | mmap.2 | 53 is not a multiple of the page size, the mapped region may extend past the55 Any such extension beyond the end of the mapped object will be zero-filled.
 69 If the object is truncated and the process later accesses a page that
 85 is non-zero, it is used as a hint to the system.
 102 .Bl -tag -width PROT_WRITE -compact
 132 whether modifications made to the mapped copy of the page are private
 139 .Bl -tag -width MAP_PREFAULT_READ
 160 The system will choose a suitable page size based on the size of
 162 The page size used as well as the alignment of the region may both be
 172 must be \-1.
 [all …]
 
 | 
| /freebsd/share/doc/smm/02.config/ | 
| H A D | d.t | 40 while others are calculated at boot time based on the43 built-in limitations on certain data structures.
 50 configuration-dependent rules and values to be maintained.
 108 The number of ``c-list'' structures.  C-list structures are
 136 that file system must be in-core.  This information is cached, so
 137 that not all information must be present in-core all the time.
 144 In addition to the above values, the system page tables (used to
 151 pages of page tables.
 159 Run-time calculations
 161 The most important data structures sized at run-time are those used in
 [all …]
 
 | 
| /freebsd/sys/dev/e1000/ | 
| H A D | README | 9 - Overview10 - Identifying Your Adapter
 11 - Building and Installation
 12 - Additional Features and Configurations
 13 - Known Issues/Troubleshooting
 14 - Support
 15 - License
 21 been developed for use with all community-supported versions of FreeBSD.
 33 - The igb driver supports all 82575 and 82576-based gigabit network connections.
 34 - The em driver supports all other gigabit network connections.
 [all …]
 
 |