Home
last modified time | relevance | path

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

12345678910>>...46

/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/contrib/bsnmp/snmp_ntp/
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 …]
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 DBEGEMOT-NTP-MIB.txt1 --
2 -- Copyright (c) 2005
3 -- Hartmut Brandt
4 -- All rights reserved.
5 --
6 -- Author: Harti Brandt <harti@freebsd.org>
7 --
8 -- Redistribution and use in source and binary forms, with or without
9 -- modification, are permitted provided that the following conditions
10 -- are met:
[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/libsys/
H A Dntp_adjtime.261 to adjust the phase and frequency of the phase- or frequency-lock loop
69 In the following, all variables that refer PPS are only relevant if
78 .Bd -literal
91 * The following read-only structure members are implemented
92 * only if the PPS signal discipline is configured in the
109 .Bl -tag -width tolerance -compact
113 call (write-only).
115 .Bl -tag -width MOD_TIMECONST -compact -offset indent
135 system time in small increments (read-write).
137 Frequency offset (scaled ppm) (read-write).
[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/contrib/llvm-project/lldb/bindings/interface/
H A DSBDataExtensions.i22 …key = key * self.item_size # SBData uses byte-based indexes, but we want to use itemsize-based ind…
58 elif value < -2147483648:
137 …y(_make_helper_uint8, None, doc='''A read only property that returns an array-like object out of w…
138 …(_make_helper_uint16, None, doc='''A read only property that returns an array-like object out of w…
139 …(_make_helper_uint32, None, doc='''A read only property that returns an array-like object out of w…
140 …(_make_helper_uint64, None, doc='''A read only property that returns an array-like object out of w…
141 …y(_make_helper_sint8, None, doc='''A read only property that returns an array-like object out of w…
142 …(_make_helper_sint16, None, doc='''A read only property that returns an array-like object out of w…
143 …(_make_helper_sint32, None, doc='''A read only property that returns an array-like object out of w…
144 …(_make_helper_sint64, None, doc='''A read only property that returns an array-like object out of w…
[all …]
H A DSBValueExtensions.i23 if -count <= key < count:
51 children = property(get_value_child_list, None, doc='''A read only property that returns a list() of lldb.SBValue objects for the children of the value.''')
52 child = property(get_child_access_object, None, doc='''A read only property that returns an object that can access children of a variable by index (child_value = value.children[12]).''')
53 name = property(GetName, None, doc='''A read only property that returns the name of this value as a string.''')
54 type = property(GetType, None, doc='''A read only property that returns a lldb.SBType object that represents the type for this value.''')
55 size = property(GetByteSize, None, doc='''A read onl
[all...]
H A DSBTargetExtensions.i53 if -num_modules <= key < num_modules:
57 if key.find('/') == -1:
128 if -count <= key < count:
162 if -count <= key < count:
178 …modules = property(get_modules_array, None, doc='''A read only property that returns a list() of l…
179 …module = property(get_modules_access_object, None, doc=r'''A read only property that returns an ob…
180 …process = property(GetProcess, None, doc='''A read only property that returns an lldb object that …
181 …executable = property(GetExecutable, None, doc='''A read only property that returns an lldb object…
182 …debugger = property(GetDebugger, None, doc='''A read only property that returns an lldb object tha…
183 …num_breakpoints = property(GetNumBreakpoints, None, doc='''A read only property that returns the n…
[all …]
H A DSBThreadExtensions.i32 if -count <= key < count:
48 id = property(GetThreadID, None, doc='''A read only property that returns the thread ID as an integer.''')
49 idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as an integer. Thread index ID values start at 1 and increment as threads come and go and can be used to uniquely identify threads.''')
50 return_value = property(GetStopReturnValue, None, doc='''A read only property that returns an lldb object that represents the return value from the last stop (lldb.SBValue) if we just stopped due to stepping out of a function.''')
51 process = property(GetProcess, None, doc='''A read only property that returns an lldb object that represents the process (lldb.SBProcess) that owns this thread.''')
52 num_frames = property(GetNumFrames, None, doc='''A read onl
[all...]
H A DSBProcessExtensions.i8 This functions the same as `WriteMemory` except a null-terminator is appended
13 if not str[-1] == '\0':
57 if -count <= key < count:
85 threads = property(get_process_thread_list, None, doc='''A read only property that returns a list() of lldb.SBThread objects for this process.''')
86 thread = property(get_threads_access_object, None, doc='''A read only property that returns an object that can access threads by thread index (thread = lldb.process.thread[12]).''')
87 is_alive = property(__get_is_alive__, None, doc='''A read only property that returns a boolean value that indicates if this process is currently alive.''')
88 is_running = property(__get_is_running__, None, doc='''A read onl
[all...]
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpv4-mib.mib1 -- *********************************************************************
2 --
3 -- The Network Time Protocol Version 4
4 -- Management Information Base (MIB)
5 --
6 -- Authors: Heiko Gerstung (heiko.gerstung@meinberg.de)
7 -- Chris Elliott (chelliot@pobox.com)
8 --
9 -- for the Internet Engineering Task Force (IETF)
10 -- NTP Working Group (ntpwg)
[all …]
/freebsd/contrib/ncurses/man/
H A Dcurs_threads.3x3 .\" Copyright 2021-2023,2024 Thomas E. Dickey *
4 .\" Copyright 2008-2015,2017 Free Software Foundation, Inc. *
32 .TH curs_threads 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
55 \fB\%use_window\fP \-
56 \fIcurses\fR support for multi-threaded applications
73 The \fI\%ncurses\fP library can be configured to support multi-threaded
105 maintaining them as as read-only values in the \fISCREEN\fP structure.
108 thread-safe.
109 We would expect a multi-threaded application to have threads updating
124 coarse-grained mutexes for their respective \fI\%WINDOW\fP and
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBEGEMOT-BRIDGE-MIB.txt1 --
2 -- Copyright (C) 2006 Shteryana Shopova <syrinx@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/crypto/openssl/doc/man3/
H A DBIO_s_mem.pod7 BIO_get_mem_ptr, BIO_new_mem_buf - memory BIO
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
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.
56 zero then it will return B<v> when it is empty and it will set the read retry
58 positive return value B<v> should be set to a negative value, typically -1.
73 if B<len> is -1 then the B<buf> is assumed to be nul terminated and its
74 length is determined by B<strlen>. The BIO is set to a read only state and
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A DBEGEMOT-NETGRAPH.txt1 --
2 -- Copyright (c) 2001-2003
3 -- Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4 -- All rights reserved.
5 --
6 -- Author: Harti Brandt <harti@freebsd.org>
7 --
8 -- Redistribution of this software and documentation and use in source and
9 -- binary forms, with or without modification, are permitted provided that
10 -- the following conditions are met:
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DBIO_s_mem.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/sys/contrib/device-tree/src/powerpc/fsl/
H A Dp1022ds.dtsi2 * P1022 DS Device Tree Source stub (no addresses or top-level ranges)
37 #address-cells = <1>;
38 #size-cells = <1>;
39 compatible = "cfi-flash";
41 bank-width = <2>;
42 device-width = <1>;
46 label = "ramdisk-nor";
47 read-only;
52 label = "diagnostic-nor";
53 read-only;
[all …]
H A Dp1020rdb.dtsi2 * P1020 RDB Device Tree Source stub (no addresses or top-level ranges)
4 * Copyright 2011-2012 Freescale Semiconductor Inc.
37 #address-cells = <1>;
38 #size-cells = <1>;
39 compatible = "cfi-flash";
41 bank-width = <2>;
42 device-width = <1>;
48 label = "NOR (RO) Vitesse-7385 Firmware";
49 read-only;
56 read-only;
[all …]
H A Dp2020rdb.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright 2009-2012 Freescale Semiconductor Inc.
8 /include/ "p2020si-pre.dtsi"
37 #address-cells = <1>;
38 #size-cells = <1>;
39 compatible = "cfi-flash";
41 bank-width = <2>;
42 device-width = <1>;
48 label = "NOR (RO) Vitesse-7385 Firmware";
49 read-only;
[all …]
/freebsd/contrib/libarchive/cpio/
H A Dbsdcpio.12 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2003-2007 Tim Kientzle
22 .Ar < name-list
27 .Ar dest-dir
28 .Ar < name-list
39 .Bl -tag -compact -width indent
42 Read an archive from standard input (unless overridden) and extract the
47 If one or more file patterns are specified, only files matching
51 Read a list of filenames from standard input and produce a new archive
54 Pass-through.
[all …]
/freebsd/lib/libsecureboot/efi/include/Guid/
H A DGlobalVariable.h3 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
7 http://opensource.org/licenses/bsd-license.php
33 // only permit the creation of variables with a UEFI Specification-defined
37 // L"Boot####" - A boot load option.
38 // L"Driver####" - A driver load option.
39 // L"SysPrep####" - A System Prep application load option.
40 // L"Key####" - Describes hot key relationship with a Boot#### load option.
91 /// The boot option for the next boot only.
101 /// The types of boot options supported by the boot manager. Should be treated as read-only.
118 /// only modified by firmware and is read-only to the OS.
[all …]
/freebsd/cddl/usr.sbin/dwatch/
H A Ddwatch.11 .\" Copyright (c) 2014-2018 Devin Teske
50 .Op Fl -
68 Only the root user or users with
78 probe-specific data.
90 .Dl 2017 May 29 08:23:20 0.0 dtrace[60671]: dtrace -s /dev/stdin
104 .Dl date/time uid.gid execname[pid]: {->,<-, |} prov:mod:func:name ...
108 .Ql dwatch -F BEGIN
127 .Dl " -+= pid3 uid3.gid3 psargs3"
128 .Dl " \e\\-+= pid2 uid2.gid2 psargs2"
129 .Dl " \e\\-+= pid1 uid1.gid1 psargs1"
[all …]
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc1 ---
9 ---
17 ---
23 ---
27 Displays nchash chain lengths. This is a read-only
30 ---
33 ---
41 ---
47 ---
54 ---
[all …]

12345678910>>...46