Home
last modified time | relevance | path

Searched +full:application +full:- +full:dependent (Results 1 – 25 of 231) sorted by relevance

12345678910

/freebsd/contrib/elftoolchain/libelf/
H A Dgelf.324 .\" $Id: gelf.3 3743 2019-06-12 19:36:30Z jkoshy $
31 .Nd class-independent API for ELF manipulation
39 This API allows an application to operate on ELF descriptors without
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.
59 A class-independent representation of a ELF offset.
61 A class-independent representation of an ELF Program Header Table
[all …]
H A Delf.31 .\" Copyright (c) 2006-2008,2011,2019 Joseph Koshy. All rights reserved.
24 .\" $Id: elf.3 3743 2019-06-12 19:36:30Z jkoshy $
39 provides functions that allow an application to read and manipulate
44 and word-size independent way, allowing an application to read and
45 create ELF objects for 32 and 64 bit architectures and for little-
46 and big-endian machines.
85 for little-endian architectures and
87 for big-endian architectures.
101 An application would work with ELF data in its
104 by the processor the application is running on.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dsnps,dw-pcie-common.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/snps,dw-pci
[all...]
H A Dsnps,dw-pcie-ep.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/pci/snps,dw-pcie-ep.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jingo
[all...]
/freebsd/lib/libpmc/
H A Dpmc.31 .\" Copyright (c) 2003-2008 Joseph Koshy. All rights reserved.
40 The library is implemented using the lower-level facilities offered by
50 .Bl -bullet
53 These PMCs measure events in a whole-system manner, i.e., independent
57 Non-privileged process are allowed to allocate system scope PMCs if the
61 is non-zero.
72 .Bl -bullet
76 The application needs to explicitly read these counters
87 An application is allowed to allocate multiple PMCs subject
90 The library uses human-readable strings to name the event being
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dgnu2 #------------------------------------------------------------------------------
11 # URL: https://www.gnu.org/software/gettext/manual/html_node/MO-Files.html
12 # Reference: ftp://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.8.tar.gz/
13 # gettext-0.19.8.1/gettext-runtime/intl/gmo.h
16 #0 ulelong 0x950412DE GNU-format message catalog data
18 #>0 use gettext-object
19 #0 name gettext-object
21 !:mime application/x-gettext-translation
25 # only found three revision combinations 0.0 0.1 1.1 as unsigned 32-bit
44 # number of system dependent segments
[all …]
H A Dcompress1 #------------------------------------------------------------------------------
3 # compress: file(1) magic for pure-compression formats (no archives)
13 !:mime application/x-compress
19 # gzip (GNU zip, not to be confused with Info-ZIP or PKWARE zip archiver)
25 # * Produce shorter output - notably, only report compression methods
27 # Note: find defs -iname '*.trid.xml' -exec grep -q '<Bytes>1F8B08' {} \; -ls
30 # KPR KOffice/Calligra KPresenter application/x-kpresenter
31 # KPT KOffice/Calligra KPresenter template? application/x-kpresenter
33 # SAV FarCry (demo) saved game http://www.farcry-thegame.com
41 # mcd-monu-cad.trid.xml
[all …]
/freebsd/contrib/ntp/html/
H A Dleap.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
12 <!-- #BeginDate format:En2m -->10-Mar-2014 05:11<!-- #EndDate -->
15 … all, primary servers can pass on these bits in the NTP packet heard to dependent secondary server…
19 …</a>. If the leap timer is less than one day, the leap bits are set for dependent servers and clie…
20application programs using the <tt>antipasti()</tt> system call. If the Autokey public-key cryptog…
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_all_async_fds.pod8 - manage asynchronous operations
34 B<SSL_ERROR_WANT_ASYNC> has been received - see L<SSL_get_error(3)>). Typically
63 On Windows platforms the F<< <openssl/async.h> >> header is dependent on some
65 application developer is likely to require control over when the latter
67 it is defined as an application developer's responsibility to include
82 Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
H A DSSL_write.pod5 SSL_write_ex, SSL_write, SSL_sendfile - write bytes to a TLS/SSL connection
23 efficient zero-copy semantics. SSL_sendfile() is available only when
26 The meaning of B<flags> is platform dependent.
36 requests a re-negotiation, it will be performed transparently during
52 or B<SSL_ERROR_WANT_WRITE>. As at any time a re-negotiation is possible, a
79 SSL_write_ex() can be called with num=0, but will not send application data to
85 all requested application data bytes have been written to the SSL connection or,
86 if SSL_MODE_ENABLE_PARTIAL_WRITE is in use, at least 1 application data byte has
91 network write buffer has temporarily filled up) or non-retryable (e.g. a fatal
110 Old documentation indicated a difference between 0 and -1, and that -1 was
[all …]
H A DASYNC_WAIT_CTX_new.pod12 - functions to manage waiting for asynchronous jobs to complete
53 this would have a one-to-one correspondence with an SSL connection.
55 Application code must create an B<ASYNC_WAIT_CTX> using the ASYNC_WAIT_CTX_new()
61 is closed), application code cleans up with ASYNC_WAIT_CTX_free().
71 application code is typically expected to call this function twice: once to get
88 "churn" of regularly changing fds - although no guarantees of this are provided
94 application will have to periodically "poll" the job by attempting to restart it
198 On Windows platforms the F<< <openssl/async.h> >> header is dependent on some
200 application developer is likely to require control over when the latter
202 it is defined as an application developer's responsibility to include
[all …]
H A DCRYPTO_THREAD_run_once.pod8 CRYPTO_atomic_add, CRYPTO_atomic_or, CRYPTO_atomic_load - OpenSSL thread support
30 OpenSSL can be safely used in multi-threaded applications provided that
31 support for the underlying OS threading API is built-in. Currently, OpenSSL
33 any multi-threading support, for example on platforms that don't provide
37 The following multi-threading function are provided:
43 CRYPTO_THREAD_run_once() can be used to perform one-time initialization.
49 In particular, this can be used to allocate locks in a thread-safe manner,
117 F<< <openssl/crypto.h> >> header are dependent on some of the types
118 customarily made available by including F<< <windows.h> >>. The application
121 application developer's responsibility to include F<< <windows.h> >> prior to
[all …]
H A DEVP_KDF.pod14 EVP_KDF_CTX_gettable_params, EVP_KDF_CTX_settable_params - EVP KDF routines
57 The EVP KDF routines are a high-level interface to Key Derivation Function
58 algorithms and should be used instead of algorithm-specific functions.
78 See L<OSSL_PROVIDER-default(7)/Key Derivation Function (KDF)> for the lists of
88 NULL is a valid parameter, for which this function is a no-op.
194 Some KDF implementations can take a non-secret unique cryptographic salt.
197 The default value, if any, is implementation dependent.
205 The default value, if any, is implementation dependent.
232 Some KDF implementations, such as L<EVP_KDF-HKDF(7)>, take an 'info' parameter
234 to application
[all...]
H A DASYNC_start_job.pod8 - asynchronous job management functions
39 user application is multi-threaded, then ASYNC_init_thread() may be called for
41 user code exits per-thread resources need to be cleaned up. This will normally
103 application with B<ASYNC_PAUSE> returned from the ASYNC_start_job() call. A
118 an application will have to periodically "poll" the job by attempting to restart
122 callback is set by an application, and it will be automatically called when an
123 engine completes a cryptography operation, so that the application can resume
135 order to re-enable pausing. If these functions are called while there is no
138 an application acquires a lock. It then calls some cryptographic function which
170 On Windows platforms the F<< <openssl/async.h> >> header is dependent on some
[all …]
/freebsd/share/man/man4/
H A Dip6.446 payload contents when passed to an application.
48 by high-level protocols (such as the
54 which process IPv6 messages at a lower-level and may be useful for
55 developing new protocols and special-purpose applications.
58 When data received by the kernel are passed to the application, this
61 application, the buffer is not examined for an IPv6 header:
64 as part of the buffer passed to the kernel, link-level access
72 .Bd -literal -offset indent
95 All fields are in network-byte order.
98 below) must also be specified in network-byte order.
[all …]
/freebsd/contrib/ntp/
H A DNOTES.y2kfixes1 Name of the Application: xntp
17 1999-12-31
18 2000-01-01
19 2000-02-29
72 Also, parseutil/dcfd.c is another hardware dependent module that
75 Non-Y2K Problems Observed:
85 If NTP is implemented on 64-bit machines, this should be fixed
101 1122 instance->pp->year = buf[6]*256+buf[7];
106 which according to the manual can have the range 1998-2018.
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dhisilicon,hi6220-mailbox.txt13 --------------------
14 - compatible: Shall be "hisilicon,hi6220-mbox"
15 - reg: Contains the mailbox register address range (base
19 - #mbox-cells: Common mailbox binding property to identify the number
26 TX/RX interrupt to application processor,
28 - interrupts: Contains the interrupt information for the mailbox
29 device. The format is dependent on which interrupt
33 --------------------
34 - hi6220,mbox-tx-noirq: Property of MCU firmware's feature, so mailbox driver
40 --------
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DASYNC_WAIT_CTX_new.318 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
H A DSSL_get_all_async_fds.318 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
H A DASYNC_start_job.318 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/freebsd/contrib/ncurses/man/
H A Dcurs_inch.3x3 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
4 .\" Copyright 1998-2010,2017 Free Software Foundation, Inc. *
32 .TH curs_inch 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
52 \fB\%mvwinch\fP \-
74 The following bit masks may be AND-ed with characters returned by \fBwinch\fP.
93 characters larger than 8-bits (255).
94 Only the low-order 8 bits of the character are used by \fBwinch\fP.
104 which stored a 7-bit character combined with the \fIstandout\fP attribute.
117 \fBchtype\fP; it is implementation-dependent.
119 An application using more bits, e.g., a Unicode value,
[all …]
/freebsd/lib/libsys/
H A Dgettimeofday.264 clock is hardware dependent, and the time may be updated continuously or
81 .Bd -literal
106 Only the super-user may set the time of day or time zone.
110 This limitation is imposed to prevent a malicious super-user
116 .Rv -std
120 .Bl -tag -width Er
126 A user other than the super-user attempted to set the time.
140 .\" the St macro is available: -p1003.1-201
[all...]
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,apr.txt4 communication between Application processor and QDSP. APR is mainly
7 - compatible:
10 Definition: must be "qcom,apr-v<VERSION-NUMBER>", example "qcom,apr-v2"
12 - qcom,apr-domain
17 1 - APR simulator
18 2 - PC
19 3 - MODEM
20 4 - ADSP
21 5 - APPS
22 6 - MODEM2
[all …]
/freebsd/contrib/libpcap/
H A DREADME.md3 **To report a security issue please send an e-mail to security@tcpdump.org.**
14 https://github.com/the-tcpdump-group/libpcap.git
16 This directory contains source code for libpcap, a system-independent
17 interface for user-level packet capture. libpcap provides a portable
18 framework for low-level network monitoring. Applications include
22 require this functionality, we've created this system-independent API
24 system-dependent packet capture modules in each application.
29 ftp://ftp.ee.lbl.gov/old/libpcap-0.4a7.tar.Z
41 User-level Packet Capture''
42 ([compressed PostScript](https://www.tcpdump.org/papers/bpf-usenix93.ps.Z),
[all …]
/freebsd/share/man/man5/
H A Delf.560 regardless whether the host is 32-bit or 64-bit.
62 Should an application need to process ELF files of an unknown
63 architecture then the application needs to include both
87 The following types are being used for 32-bit architectures:
88 .Bd -literal -offset indent
89 Elf32_Addr Unsigned 32-bit program address
90 Elf32_Half Unsigned 16-bit field
91 Elf32_Lword Unsigned 64-bit field
92 Elf32_Off Unsigned 32-bit file offset
93 Elf32_Sword Signed 32-bit field or integer
[all …]

12345678910