Home
last modified time | relevance | path

Searched +full:read +full:- +full:to +full:- +full:read (Results 1 – 25 of 1180) sorted by relevance

12345678910>>...48

/freebsd/contrib/bearssl/src/x509/
H A Dasn1.t03 \ Permission is hereby granted, free of charge, to any person obtaining
5 \ "Software"), to deal in the Software without restriction, including
6 \ without limitation the rights to use, copy, modify, merge, publish,
7 \ distribute, sublicense, and/or sell copies of the Software, and to
8 \ permit persons to whom the Software is furnished to do so, subject to
15 \ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25 \ This file contains code which is common to all engines that do some
31 \ -- In the preamble, a macro called "CTX" that evaluates to the current
34 \ -- In the preamble, a macro called "CONTEXT_NAME" that evaluates to the
37 \ -- A word called "read8-low" ( -- x ) that reads the next byte, or -1
[all …]
H A Dx509_decoder.t03 \ Permission is hereby granted, free of charge, to any person obtaining
5 \ "Software"), to deal in the Software without restriction, including
6 \ without limitation the rights to use, copy, modify, merge, publish,
7 \ distribute, sublicense, and/or sell copies of the Software, and to
8 \ permit persons to whom the Software is furnished to do so, subject to
15 \ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27 #define CTX ((br_x509_decoder_context *)(void *)((unsigned char *)t0ctx - offsetof(br_x509_decode…
38 ctx->err = 0;
39 ctx->hbuf = NULL;
40 ctx->hlen = 0;
[all …]
H A Dskey_decoder.t03 \ Permission is hereby granted, free of charge, to any person obtaining
5 \ "Software"), to deal in the Software without restriction, including
6 \ without limitation the rights to use, copy, modify, merge, publish,
7 \ distribute, sublicense, and/or sell copies of the Software, and to
8 \ permit persons to whom the Software is furnished to do so, subject to
15 \ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27 #define CTX ((br_skey_decoder_context *)(void *)((unsigned char *)t0ctx - offsetof(br_skey_decode…
35 ctx->cpu.dp = &ctx->dp_stack[0];
36 ctx->cpu.rp = &ctx->rp_stack[0];
37 br_skey_decoder_init_main(&ctx->cpu);
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A DBEGEMOT-WIRELESS-MIB.txt1 --
2 -- Copyright (C) 2010 The FreeBSD Foundation
3 --
4 -- This documentation was written by Shteryana Sotirova Shopova under
5 -- sponsorship from the FreeBSD Foundation.
6 --
7 -- Redistribution and use in source and binary forms, with or without
8 -- modification, are permitted provided that the following conditions
9 -- are met:
10 -- 1. Redistributions of source code must retain the above copyright
[all …]
/freebsd/lib/libpmc/pmu-events/arch/arm64/freescale/imx8mp/sys/
H A Dmetrics.json3 "BriefDescription": "bytes of all masters read from ddr",
5 "MetricExpr": "imx8_ddr0@axid\\-read\\,axi_mask\\=0xffff\\,axi_id\\=0x0000@",
6 "ScaleUnit": "9.765625e-4KB",
11 "BriefDescription": "bytes of all masters write to ddr",
13 "MetricExpr": "imx8_ddr0@axid\\-write\\,axi_mask\\=0xffff\\,axi_id\\=0x0000@",
14 "ScaleUnit": "9.765625e-4KB",
19 "BriefDescription": "bytes of a53 core read from ddr",
21 "MetricExpr": "imx8_ddr0@axid\\-read\\,axi_mask\\=0x0000\\,axi_id\\=0x0000@",
22 "ScaleUnit": "9.765625e-4KB",
27 "BriefDescription": "bytes of a53 core write to ddr",
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadedCommunication.h1 //===-- ThreadedCommunication.h ---------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
30 /// for multi-threaded mode. In this mode, a read thread is spawned that
31 /// continually reads data and caches any received bytes. To start the read
36 /// If true is returned a read thread has been spawned that will continually
37 /// execute a call to the pure virtual DoRead function:
44 /// subclasses can choose to call the built in AppendBytesToCache with the \a
45 /// broadcast parameter set to false. This will cause the \b
51 /// gets broadcast. If the read thread exits a \b
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamReader.h1 //===- BinaryStreamReader.h - Reads objects from a binary stream *- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===-
[all...]
/freebsd/lib/libsys/
H A Dntp_adjtime.26 .\" This code is derived from software contributed to The NetBSD Foundation
19 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
50 are the kernel interface to the Network Time Protocol (NTP) daemon
55 function is used by the NTP daemon to adjust the system clock to an
61 to adjust the phase and frequency of the phase- or frequency-lock loop
67 estimated error (dispersion) to client user application programs.
78 .Bd -literal
91 * The following read-only structure members are implemented
109 .Bl -tag -width tolerance -compact
[all …]
H A Dread.213 .\" may be used to endorse or promote products derived from this software
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
32 .Nm read ,
36 .Nd read input
42 .Fn read "int fd" "void *buf" "size_t nbytes"
52 .Fn read
54 attempts to read
58 into the buffer pointed to by
68 array: iov[0], iov[1], ..., iov[iovcnt\|\-\|1].
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_read.pod6 - read bytes from a TLS/SSL connection
20 SSL_read_ex() and SSL_read() try to read B<num> bytes from the specified B<ssl>
22 actually read in B<*readbytes>.
24 SSL_peek_ex() and SSL_peek() are identical to SSL_read_ex() and SSL_read()
26 the read, so that a subsequent call to SSL_read_ex() or SSL_read() will yield
31 In the paragraphs below a "read function" is defined as one of SSL_read_ex(),
34 If necessary, a read function will negotiate a TLS/SSL session, if not already
36 peer requests a re-negotiation, it will be performed transparently during
37 the read function operation. The behaviour of the read functions depends on the
40 For the transparent negotiation to succeed, the B<ssl> must have been
[all …]
H A DBIO_s_mem.pod7 BIO_get_mem_ptr, BIO_new_mem_buf - memory BIO
28 written to a memory BIO is stored in a BUF_MEM structure which is extended
29 as appropriate to accommodate the stored data.
34 Any data written to a memory BIO can be recalled by reading from it.
35 Unless the memory BIO is read only any data read from it is deleted from
43 Calling BIO_reset() on a read write memory BIO clears any data in it if the
44 flag BIO_FLAGS_NONCLEAR_RST is not set, otherwise it just restores the read
45 pointer to the state it was just after the last write was performed and the
46 data can be read again. On a read only BIO it similarly restores the BIO to
47 its original state and the read only data can be read again.
[all …]
/freebsd/contrib/bsnmp/snmp_ntp/
H A DNTP-MIB.txt1 --
2 -- NTP MIB, Revision 0.2, 7/25/97
3 --
5 NTP-MIB DEFINITIONS ::= BEGIN
8 Integer32, IpAddress, MODULE-IDENTITY, OBJECT-TYPE, Unsigned32,
10 FROM SNMPv2-SMI
12 TEXTUAL-CONVENTION, TruthValue
13 FROM SNMPv2-TC;
15 ntpMIB MODULE-IDENTITY
16 LAST-UPDATED "199707251530Z"
[all …]
H A DNTP-PROXY-MIB.txt1 --
2 -- NTP Proxy MIB, Revision 0.2, 7/25/97
3 --
5 NTP-PROXY-MIB DEFINITIONS ::= BEGIN
9 FROM NTP-MIB
11 Integer32, IpAddress, MODULE-IDENTITY, OBJECT-TYPE, Unsigned32,
13 FROM SNMPv2-SMI
15 TEXTUAL-CONVENTION, TruthValue
16 FROM SNMPv2-TC;
18 ntpProxyMIB MODULE-IDENTITY
[all …]
/freebsd/lib/libpmc/
H A Dpmc.corei7uc.313 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
40 CPUs contain PMCs conforming to version 2 of the
44 .Bl -tag -width "Li PMC_CLASS_UCP"
46 Fixed-function counters that count only one hardware event per counter.
48 Programmable counters that may be configured to count one of a defined
52 The number of PMCs available in each class and their widths need to be
58 .%B "Intel(R) 64 and IA-32 Architectures Software Developes Manual"
60 .%N "Order Number: 253669-033US"
69 .Bl -column "PMC_CAP_INTERRUPT" "Support"
[all …]
H A Dpmc.westmereuc.313 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
40 CPUs contain PMCs conforming to version 2 of the
44 .Bl -tag -width "Li PMC_CLASS_UCP"
46 Fixed-function counters that count only one hardware event per counter.
48 Programmable counters that may be configured to count one of a defined
52 The number of PMCs available in each class and their widths need to be
58 .%B "Intel(R) 64 and IA-32 Architectures Software Developes Manual"
60 .%N "Order Number: 253669-033US"
67 Not all CPUs in this family implement fixed-function counters.
[all …]
H A Dpmc.cmn-600.313 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
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
39 node ID to set up.
48 Another way is to use sysctl to trigger
49 dump of nodes tree to system console:
52 Some BIOS versions of dual-socket machines have no NUMA domain information in
[all …]
/freebsd/sys/dev/ice/
H A Dice_nvm.c1 /* SPDX-License-Identifier: BSD-3-Clause */
16 * contributors may be used to endorse or promote products derived from
20 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
38 * @hw: pointer to the HW struct
41 * @length: length of the section to be read (i
[all...]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_read.318 .\" Set up some character translations and predefined strings. \*(-- will
21 .\" give a nicer C++. Capital omega is used to do unbreakable dashes and
22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
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\|
51 .\" entries marked with X<> in POD. Of course, you'll have to process the
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_hast/
H A DBEGEMOT-HAST-MIB.txt1 --
2 -- Copyright (c) 2013 Mikolaj Golub <trociny@FreeBSD.org>
3 -- All rights reserved.
4 --
5 -- Redistribution and use in source and binary forms, with or without
6 -- modification, are permitted provided that the following conditions
7 -- are met:
8 -- 1. Redistributions of source code must retain the above copyright
9 -- notice, this list of conditions and the following disclaimer.
10 -- 2. Redistributions in binary form must reproduce the above copyright
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A DBEGEMOT-PF-MIB.txt1 --
2 -- ----------------------------------------------------------------------------
3 -- "THE BEER-WARE LICENSE" (Revision 42):
4 -- <philip@FreeBSD.org> wrote this file. As long as you retain this notice you
5 -- can do whatever you want with this stuff. If we meet some day, and you think
6 -- this stuff is worth it, you can buy me a beer in return. -Philip Paeps
7 -- ----------------------------------------------------------------------------
8 --
10 BEGEMOT-PF-MIB DEFINITIONS ::= BEGIN
13 MODULE-IDENTITY, OBJECT-TYPE, Counter64, Integer32,
[all …]
/freebsd/stand/i386/boot2/
H A Dboot1.S50 * written into our xread routine, we'll define a BPB to work around it.
51 * The data marked with (T) indicates a field required for a ThinkPad to
56 * Note: If additional space is needed in boot1, one solution would be to
57 * move the "prompt" message data (below) to replace the OEM ID.
81 * Trampoline used by boot2 to call read to read data from the disk via
84 * %cx:%ax - long - LBA to read in
85 * %es:(%bx) - caddr_t - buffer to read data into
86 * %dl - byte - drive to read from
87 * %dh - byte - num sectors to read
93 * Setup an EDD disk packet and pass it to read
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Depolltable-internal.h2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
13 * 3. The name of the author may not be used to endorse or promote products
17 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
21 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
31 Here are the values we're masking off to decide what operations to do.
40 The table was auto-generated with a python script, according to this
43 If either the read or the write change is add+del:
44 This is impossible; Set op==-1, events=0.
45 Else, if either the read or the write change is add:
[all …]
/freebsd/contrib/libevent/
H A Depolltable-internal.h2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
13 * 3. The name of the author may not be used to endorse or promote products
17 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
21 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
31 Here are the values we're masking off to decide what operations to do.
40 The table was auto-generated with a python script, according to this
43 If either the read or the write change is add+del:
44 This is impossible; Set op==-1, events=0.
45 Else, if either the read or the write change is add:
[all …]
/freebsd/stand/forth/
H A Dcheck-password.4th1 \ Copyright (c) 2006-2015 Devin Teske <dteske@FreeBSD.org>
14 \ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 \ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 marker task-check-password.4th
30 vocabulary password-processing
31 only forth also password-processing definitions
35 21 constant ctrl_u \ The decimal ASCII value for Ctrl-U sequence
38 variable read-tick \ Twiddle position (used by read)
39 variable read-start \ Starting X offset (column)(used by read)
41 create readval readmax allot \ input obtained (up to readmax characters)
[all …]
/freebsd/share/man/man4/
H A Diic.414 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
38 device driver provides generic I/O to any
41 In order to control I2C devices, use
45 .Bl -tag -width ".Dv I2CRPTSTART"
48 Sends the start condition to the slave specified by the
50 element to the bus.
53 element consists of a 7-bit address and a read/write bit
54 (that is, a 7-bit address << 1 | r/w).
55 A read operation is initiated when the read/write bit is set, or a write
[all …]

12345678910>>...48