Home
last modified time | relevance | path

Searched +full:data +full:- +full:independent (Results 1 – 25 of 1072) sorted by relevance

12345678910>>...43

/freebsd/contrib/elftoolchain/libelf/
H A Dgelf.318 .\" or services; loss of use, data, or profits; or business interruption)
24 .\" $Id: gelf.3 3743 2019-06-12 19:36:30Z jkoshy $
31 .Nd class-independent API for ELF manipulation
37 This manual page describes a class independent API for manipulating
43 .Ss GElf Data Structures
44 The GElf API defines the following class-independent data structures:
45 .Bl -tag -width GElf_Sxword
49 A class-independent representation of an ELF Compression Header.
51 A class-independent representation of ELF
55 A class-independent representation of an ELF Executable Header.
[all …]
H A Dgelf_getcap.318 .\" or services; loss of use, data, or profits; or business interruption)
24 .\" $Id: gelf_getcap.3 3734 2019-04-22 14:10:49Z jkoshy $
38 .Fn gelf_getcap "Elf_Data *data" "int ndx" "GElf_Cap *cap"
40 .Fn gelf_update_cap "Elf_Data *data" "int ndx" "GElf_Cap *cap"
42 These convenience functions are used to retrieve and update class-dependent
49 .Ar data
57 The class-independent
64 retrieves the class-dependent entry at index
66 in data buffer
67 .Ar data
[all …]
H A Dgelf_getdyn.318 .\" or services; loss of use, data, or profits; or business interruption)
24 .\" $Id: gelf_getdyn.3 3734 2019-04-22 14:10:49Z jkoshy $
38 .Fn gelf_getdyn "Elf_Data *data" "int ndx" "GElf_Dyn *dyn"
40 .Fn gelf_update_dyn "Elf_Data *data" "int ndx" "GElf_Dyn *dyn"
42 These convenience functions are used to retrieve and update class-dependent
51 .Ar data
59 The class-independent
66 retrieves the class-dependent entry at index
68 in data buffer
69 .Ar data
[all …]
H A Dgelf_getmove.318 .\" or services; loss of use, data, or profits; or business interruption)
24 .\" $Id: gelf_getmove.3 3734 2019-04-22 14:10:49Z jkoshy $
38 .Fn gelf_getmove "Elf_Data *data" "int ndx" "GElf_Move *move"
40 .Fn gelf_update_move "Elf_Data *data" "int ndx" "GElf_Move *move"
42 These convenience functions are used to retrieve and update class-dependent
49 .Ar data
57 The class-independent
64 retrieves class-dependent move record at index
66 in data buffer
67 .Ar data
[all …]
H A Dgelf_getrel.318 .\" or services; loss of use, data, or profits; or business interruption)
24 .\" $Id: gelf_getrel.3 3734 2019-04-22 14:10:49Z jkoshy $
38 .Fn gelf_getrel "Elf_Data *data" "int ndx" "GElf_Rel *rel"
40 .Fn gelf_update_rel "Elf_Data *data" "int ndx" "GElf_Rel *rel"
42 These convenience functions are used to retrieve and update class-dependent
49 .Ar data
57 The class-independent
64 retrieves the class-dependent entry at index
66 in data buffer
67 .Ar data
[all …]
H A Dgelf_getrela.318 .\" or services; loss of use, data, or profits; or business interruption)
24 .\" $Id: gelf_getrela.3 3734 2019-04-22 14:10:49Z jkoshy $
38 .Fn gelf_getrela "Elf_Data *data" "int ndx" "GElf_Rela *rela"
40 .Fn gelf_update_rela "Elf_Data *data" "int ndx" "GElf_Rela *rela"
42 These convenience functions are used to retrieve and update class-dependent
49 .Ar data
57 The class-independent
64 retrieves the class-dependent entry at index
66 in data buffer
67 .Ar data
[all …]
H A Dgelf_getsym.318 .\" or services; loss of use, data, or profits; or business interruption)
24 .\" $Id: gelf_getsym.3 3734 2019-04-22 14:10:49Z jkoshy $
38 .Fn gelf_getsym "Elf_Data *data" "int ndx" "GElf_Sym *sym"
40 .Fn gelf_update_sym "Elf_Data *data" "int ndx" "GElf_Sym *sym"
42 These convenience functions are used to retrieve and update class-dependent
49 .Ar data
60 The class-independent
67 retrieves class-dependent symbol information at index
69 in data buffer
70 .Ar data
[all …]
H A Dgelf_getsyminfo.318 .\" or services; loss of use, data, or profits; or business interruption)
24 .\" $Id: gelf_getsyminfo.3 3734 2019-04-22 14:10:49Z jkoshy $
38 .Fn gelf_getsyminfo "Elf_Data *data" "int ndx" "GElf_Syminfo *syminfo"
40 .Fn gelf_update_syminfo "Elf_Data *data" "int ndx" "GElf_Syminfo *syminfo"
42 These convenience functions are used to retrieve and update class-dependent
49 .Ar data
57 The class-independent
64 retrieves class-dependent record at index
66 in data buffer
67 .Ar data
[all …]
H A Dgelf_update_ehdr.318 .\" or services; loss of use, data, or profits; or business interruption)
24 .\" $Id: gelf_update_ehdr.3 3639 2018-10-14 14:07:02Z jkoshy $
33 .Nd update underlying ELF data structures
45 These functions are used to update ELF data structures on the underlying
47 Class-dependent data structures in the underlying ELF descriptor
48 are updated using the data in the class-independent GElf descriptors
49 and the underlying ELF data structures are marked
52 to the target ELF data structure would exceed representation
60 class-independent executable header
67 with the values in the class-independent program header
[all …]
H A Dgelf_getsymshndx.318 .\" or services; loss of use, data, or profits; or business interruption)
24 .\" $Id: gelf_getsymshndx.3 3734 2019-04-22 14:10:49Z jkoshy $
78 is a pointer to a class-independent
89 from the data descriptor specified by argument
91 and stores in class-independent form in argument
94 symbol from data buffer
101 updates the underlying symbol table entry in data
107 data buffer
120 returns a non-zero value if successful, or zero in case of an error.
123 .Bl -tag -width "[ELF_E_RESOURCE]"
[all …]
/freebsd/share/man/man9/
H A Diflibdi.96 .Nd Device Independent Configuration Functions
9 .Ss "Device Independent Functions"
93 .Sh DATA STRUCTURES
94 The \fIif_ctx_t\fP Structure is the device independent data structure that
96 data packets.
106 .Bl -tag -width ".Va if_capabilities" -offset indent
120 Mutex lock used to maintain data integrity
126 Device independent transmit queue maintained internally by iflib
129 Device independent receive queue maintained internally by iflib
172 They are independent of the underlying hardware type or configuration.
[all …]
H A Dbpf.919 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
49 .Fn bpf_mtap2 "struct bpf_if *bp" "void *data" "u_int dlen" "struct mbuf *m"
59 that is protocol independent,
60 to data link layers.
91 is the data link-layer type:
93 (no link-layer encapsulation),
109 .Fa ifp->if_bpf .
111 .Pf non- Dv NULL
125 .Fa ifp->if_bpf .
128 on the interface for any data link-layer types attached.
[all …]
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md6 stdout. In many ways, this is a metrics-friendly output of
10 When run without arguments, _zpool_influxdb_ runs once, reading data
18 |---|---|---|
19 | --execd | -e | For use with telegraf's `execd` plugin. When [enter] is pressed, the pools are sam…
20 | --no-histogram | -n | Do not print histogram information |
21 | --signed-int | -i | Use signed integer data type (default=unsigned) |
22 | --sum-histogram-buckets | -s | Sum histogram bucket values |
23 | --tags key=value[,key=value...] | -t | Add tags to data points. No tag sanity checking is perform…
24 | --help | -h | Print a short usage message |
27 The histogram data collected by ZFS is stored as independent bucket values.
[all …]
/freebsd/share/man/man7/
H A Dmitigations.71 .\"-
2 .\" SPDX-License-Identifer: BSD-2-Clause
25 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
42 Some of these mitigations have run-time controls to enable them on a global
43 or per-process basis, some are optionally enabled or disabled at compile time,
48 .Bl -bullet -compac
[all...]
/freebsd/share/doc/smm/02.config/
H A D6.t22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
45 how to add non-standard system facilities to 4.4BSD,
51 If you wish to make site-specific modifications to the system
69 We try to isolate our site-dependent code in individual files
70 which may be configured with pseudo-device specifications.
72 Indicate machine-specific code with ``#ifdef vax'' (or other machine,
75 machines with similar architectures\- you may someday find
79 Adding non-standard system facilities
83 data base files for non-standard system facilities.
87 The data bases are taken from the directory in which
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dmtk-sd.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mmc/mtk-sd.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Chaotian Jing <chaotian.jing@mediatek.com>
11 - Wenbi
[all...]
/freebsd/share/man/man3/
H A Dintro.322 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
51 .Bl -tag -width "libbluetooth"
68 .Bl -tag -width "XXXXXX"
85 .It regular-expressions
115 Terminal independent screen management routines
116 for two dimensional non-bitmap display terminals.
167 The general-purpose input output library (GPIO).
244 The terminal independent operation library package.
263 The general-purpose data compression library.
268 .Bl -tag -width /usr/lib/libm_p.a -compact
[all …]
/freebsd/share/man/man4/
H A Dppbus.419 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
42 system provides a uniform, modular and architecture-independent
48 .Bl -bullet -offset indent
50 architecture-independent macros or functions to access parallel ports
57 with kernel-in drivers.
61 and non-standard software:
63 .Bl -column "Driver" -compact
67 .It Sy lpbb Ta "Philips official parallel port I2C bit-banging interface"
73 .Bl -column "Driver" -compact
97 registers (data, status, control...) may require more than one I/O access.
[all …]
/freebsd/lib/libpmc/
H A Dpmc.atom.318 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
44 .Bl -tag -width "Li PMC_CLASS_IAP"
46 Fixed-function counters that count only one hardware event per counter.
58 .%B "IA-32 Intel(R) Architecture Software Developer's Manual"
60 .%N "Order Number 253669-027US"
69 .Bl -column "PMC_CAP_INTERRUPT" "Support"
86 .Bl -tag -width indent
94 Configure the PMC to count the number of de-asserted to asserted
120 Events that require core-specificity to be specified use a
126 .Bl -tag -width indent
[all …]
/freebsd/lib/libc/net/
H A Dsourcefilter.31 .\" Copyright (c) 2007-2009 Bruce Simpson.
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
75 functions implement the advanced, full-state multicast API
96 argument is non-zero, the kernel will attempt to return up to
132 The protocol-independent function
151 of the protocol-independent functions.
152 Application writers are encouraged to use the protocol-independent functions
155 For the protocol-independent functions
176 .Rv -std getsourcefilter getipv4sourcefilter setsourcefilter setipv4sourcefilter
181 .Bl -tag -width Er
/freebsd/bin/pax/
H A Dpax.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
29 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
37 * BSD PAX global data structures and constants.
79 * added. Overall pax operation is independent of the actual format used to
82 * independent of the archive format. Data flow in and out of the format
87 /* gives to -x option to select it. */
123 /* found. -1 when not valid. This routine */
125 /* independent routines know the amount of */
126 /* padding and the number of bytes of data */
[all …]
/freebsd/sys/geom/virstor/
H A Dg_virstor_md.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
36 * Encode data from g_virstor_metadata structure into a endian-independent
40 virstor_metadata_encode(struct g_virstor_metadata *md, unsigned char *data) in virstor_metadata_encode() argument
44 bs_open(&bs, data); in virstor_metadata_encode()
46 bs_write_buf(&bs, md->md_magic, sizeof(md->md_magic)); in virstor_metadata_encode()
47 bs_write_u32(&bs, md->md_version); in virstor_metadata_encode()
48 bs_write_buf(&bs, md->md_name, sizeof(md->md_name)); in virstor_metadata_encode()
49 bs_write_u64(&bs, md->md_virsize); in virstor_metadata_encode()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dxilinx_gmii2rgmii.txt2 --------------------------------------------------------
4 The Gigabit Media Independent Interface (GMII) to Reduced Gigabit Media
5 Independent Interface (RGMII) core provides the RGMII between RGMII-compliant
8 The Management Data Input/Output (MDIO) interface is used to configure the
18 - compatible : Should be "xlnx,gmii-to-rgmii-1.0"
19 - reg : The ID number for the phy, usually a small integer
20 - phy-handle : Should point to the external phy device.
25 #address-cells = <1>;
26 #size-cells = <0>;
27 phy: ethernet-phy@0 {
[all …]
H A Dxlnx,gmii-to-rgmii.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/xlnx,gmii-to-rgmii.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Harini Katakam <harini.katakam@amd.com>
13 The Gigabit Media Independent Interface (GMII) to Reduced Gigabit Media
14 Independent Interface (RGMII) core provides the RGMII between RGMII-compliant
17 The Management Data Input/Output (MDIO) interface is used to configure the
24 const: xlnx,gmii-to-rgmii-1.0
31 phy-handle:
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h1 //===--- OpenACCKinds.h - OpenACC Enums -------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// Defines some OpenACC-specific enums and functions.
12 //===----------------------------------------------------------------------===//
31 // Data Environment. "enter data" and "exit data" are also referred to in the
32 // Executable Directives section, but just as a back reference to the Data
34 Data, enumerator
82 case OpenACCDirectiveKind::Data: in printOpenACCDirectiveKind()
83 return Out << "data"; in printOpenACCDirectiveKind()
[all …]

12345678910>>...43