/freebsd-src/contrib/wpa/wpa_supplicant/examples/p2p/ |
H A D | p2p_group_add.py | 15 print(" %s -i <interface_name> [-p <persistent>] \ " \ 21 print(" -p = persistent group = 0 (0=false, 1=true)") 23 print(" -o = persistent group object path") 50 global persistent 64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency, argument 69 self.persistent = persistent 124 self.P2PDictionary = {'persistent':self.persistent} 159 persistent = False variable 187 persistent = False variable 189 persistent = True variable [all …]
|
/freebsd-src/lib/libc/locale/ |
H A D | mblocal.h | 61 /** Persistent state used by mblen() calls. */ 63 /** Persistent state used by mbrlen() calls. */ 65 /** Persistent state used by mbrtoc16() calls. */ 67 /** Persistent state used by mbrtoc32() calls. */ 69 /** Persistent state used by mbrtowc() calls. */ 71 /** Persistent state used by mbsnrtowcs() calls. */ 73 /** Persistent state used by mbsrtowcs() calls. */ 75 /** Persistent state used by mbtowc() calls. */ 77 /** Persistent state used by c16rtomb() calls. */ 79 /** Persistent state used by c32rtomb() calls. */ [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/pmem/ |
H A D | pmem-region.txt | 1 Device-tree bindings for persistent memory regions 4 Persistent memory refers to a class of memory devices that are: 9 Given b) it is best to think of persistent memory as a kind of memory mapped 11 persistent regions separately to the normal memory pool. To aid with that this 12 binding provides a standardised interface for discovering where persistent 36 backed by non-persistent memory. This lets the OS know that it 38 persistent after a write.
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/cascadelakex/ |
H A D | uncore-memory.json | 88 …": "Write requests allocated in the PMM Write Pending Queue for Intel Optane DC persistent memory", 96 …": "Write requests allocated in the PMM Write Pending Queue for Intel Optane DC persistent memory", 104 …"BriefDescription": "Intel Optane DC persistent memory bandwidth read (MB/sec). Derived from unc_m… 113 "BriefDescription": "Intel Optane DC persistent memory bandwidth read (MB/sec)", 122 …"BriefDescription": "Intel Optane DC persistent memory bandwidth write (MB/sec). Derived from unc_… 131 "BriefDescription": "Intel Optane DC persistent memory bandwidth write (MB/sec)", 140 …"BriefDescription": "Intel Optane DC persistent memory bandwidth total (MB/sec). Derived from unc_… 151 "BriefDescription": "Intel Optane DC persistent memory bandwidth total (MB/sec)", 162 …iption": "Read Pending Queue Occupancy of all read requests for Intel Optane DC persistent memory", 171 …"BriefDescription": "Intel Optane DC persistent memory read latency (ns). Derived from unc_m_pmm_r… [all …]
|
/freebsd-src/share/man/man9/ |
H A D | khelp.9 | 143 module requires persistent per-object data storage. 148 modules to associate persistent per-object data, so a manual check is required. 162 should only be used by modules which require the use of persistent per-object 277 modules to associate persistent per-object data. 278 Providing support for persistent data storage can allow 282 persistent per-object data with one of the subsystem's data structures need to 318 which will be used to provide the persistent storage for use by 338 causing persistent storage to be allocated for the module, and decremented for 367 module's persistent object storage memory. 370 does not have persistent objec [all...] |
/freebsd-src/contrib/wpa/wpa_supplicant/ |
H A D | README-P2P | 152 [persistent|persistent=<network id>] [join|auth] 166 from local display, keypad=PIN entered from peer display). "persistent" 167 parameter can be used to request a persistent group to be formed. The 168 "persistent=<network id>" alternative can be used to pre-populate 169 SSID/passphrase configuration based on a previously used persistent 212 p2p_connect 02:0a:f5:85:11:00 12345670 p2ps persistent join 215 p2p_connect 02:0a:f5:85:11:00 45629034 keypad persistent 264 p2p_group_add [persistent|persistent=<network id>] [freq=<freq in MHz>] 269 GO. Optional persistent=<network id> can be used to specify restart of 270 a persistent group. Optional freq=<freq in MHz> can be used to force [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 146 // imported from the temporary ASTContext to a persistent ASTContext. in ImportImpl() 147 // Then the ExternalASTMerger tries to import from the persistent in ImportImpl() 150 // the other (persistent) ASTImporter to this (temporary) ASTImporter. in ImportImpl() 153 // Target AST <--- 3. Indirect import --- Persistent AST in ImportImpl() 154 // ^ of persistent decl ^ in ImportImpl() 156 // 1. Current import 2. Tracking back to persistent decl in ImportImpl() 157 // 4. Map persistent decl | in ImportImpl() 164 Decl *Persistent = SourceMerger->FindOriginalDecl(FromD); in ImportImpl() local 165 // FromD isn't from a persistent AST, so just do a normal import. in ImportImpl() 166 if (!Persistent) in ImportImpl() [all …]
|
/freebsd-src/contrib/wireguard-tools/man/ |
H A D | wg.8 | 39 …P | \fIendpoints\fP | \fIallowed-ips\fP | \fIlatest-handshakes\fP | \fIpersistent-keepalive\fP | \… 52 transfer-rx, transfer-tx, persistent-keepalive. 58 …hared-key\fP \fI<file-path>\fP] [\fIendpoint\fP \fI<ip>:<port>\fP] [\fIpersistent-keepalive\fP \fI… 75 allowed ips are removed from the peer. The use of \fIpersistent-keepalive\fP 82 persistent keepalive interval of 25 seconds; however, most users will not need 170 and it is behind NAT, the interface might benefit from having a persistent keepalive
|
/freebsd-src/contrib/file/magic/Magdir/ |
H A D | pmem | 4 # pmem: file(1) magic for Persistent Memory Development Kit pool files 7 >4 string POOLSET Persistent Memory Poolset file 9 >4 regex LOG|BLK|OBJ Persistent Memory Pool file, type: %s,
|
/freebsd-src/usr.sbin/valectl/ |
H A D | valectl.8 | 54 and deleting persistent VALE ports, or listing the existing switches 92 Create a new persistent VALE port with name 97 Destroy the persistent VALE port with name 145 created persistent VALE port.
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTResultSynthesizer.h | 52 /// The target, which contains the persistent variable store and the 101 /// The parse has succeeded, so record its persistent decls 138 /// the context and record any persistent types found. 161 std::vector<clang::NamedDecl *> m_decls; ///< Persistent declarations to 165 Target &m_target; ///< The target, which contains the persistent variable
|
H A D | ClangExpressionDeclMap.h | 65 /// the result persistent variable, and instead marks the variable 111 /// [Used by IRForTarget] Add a variable to the list of persistent 115 /// The Clang declaration for the persistent variable, used for 119 /// The name of the persistent variable, usually $something. 287 /// persistent declarations. 290 /// A persistent decl with the given name or a nullptr. 298 bool m_keep_result_in_memory; ///< True if result persistent variables 326 nullptr; ///< The persistent variables for the process. 387 /// from persistent variables. 393 /// Searches the persistent decls of the target for entities with the [all …]
|
H A D | IRForTarget.h | 73 /// True if the external variable references (including persistent 115 /// $__lldb_expr_result and make it into a persistent variable. Also see 194 /// A basic block-level pass to find all newly-declared persistent 197 /// Before transformation, these persistent variables look like normal 202 /// Handle a single allocation of a persistent variable 205 /// The allocation of the persistent variable. 323 /// True if external variable references and persistent variable references
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/l2arc/ |
H A D | persist_l2arc_003_neg.ksh | 26 # Persistent L2ARC fails as expected when L2ARC_REBUILD_ENABLED = 0 42 log_assert "Persistent L2ARC fails as expected when L2ARC_REBUILD_ENABLED = 0." 88 log_pass "Persistent L2ARC fails as expected when L2ARC_REBUILD_ENABLED = 0."
|
H A D | persist_l2arc_001_pos.ksh | 26 # Persistent L2ARC with an unencrypted ZFS file system succeeds 53 log_assert "Persistent L2ARC with an unencrypted ZFS file system succeeds." 109 log_pass "Persistent L2ARC with an unencrypted ZFS file system succeeds."
|
H A D | persist_l2arc_002_pos.ksh | 27 # Persistent L2ARC with an encrypted ZFS file system succeeds 57 log_assert "Persistent L2ARC with an encrypted ZFS file system succeeds." 116 log_pass "Persistent L2ARC with an encrypted ZFS file system succeeds."
|
/freebsd-src/sbin/camcontrol/ |
H A D | persist.c | 33 * SCSI Persistent Reservation support for camcontrol(8). 71 * Service Actions for PERSISTENT RESERVE IN. 81 * Service Actions for PERSISTENT RESERVE OUT. 172 * Print out a persistent reservation. This is used with the READ 173 * RESERVATION (0x01) service action of the PERSISTENT RESERVE IN command. 208 * Print out persistent reservation keys. This is used with the READ KEYS 209 * service action of the PERSISTENT RESERVE IN command. 234 * Print out persistent reservation capabilities. This is used with the 235 * REPORT CAPABILITIES service action of the PERSISTENT RESERVE IN command. 332 " through certain types of persistent reservations.\n"); in persist_print_cap() [all …]
|
/freebsd-src/sys/contrib/openzfs/lib/libzutil/os/linux/ |
H A D | zutil_import_os.c | 239 "/dev/disk/by-label", /* Custom persistent labels */ 240 "/dev/disk/by-uuid", /* Single unique entry and persistent */ 241 "/dev/disk/by-id", /* May be multiple entries and persistent */ 242 "/dev/disk/by-path", /* Encodes physical location and persistent */ 368 * Linux persistent device strings for vdev labels 381 * Obtain the persistent device id string (describes what) 399 * For multipath nodes use the persistent uuid based identifier in zfs_device_get_devid() 410 * For volumes use the persistent /dev/zvol/dataset identifier in zfs_device_get_devid() 458 * Obtain the persistent physical location string (describes where) 480 * /etc/vdev_id.conf file. ID_VDEV provides a persistent path in zfs_device_get_physical() [all …]
|
/freebsd-src/contrib/ofed/opensm/opensm/ |
H A D | osm_lid_mgr.c | 61 * 1.2.1 read the persistent data for the domain. 238 "Error initializing Guid-to-Lid persistent database\n"); in osm_lid_mgr_init() 257 "persistent database\n"); in osm_lid_mgr_init() 264 "persistent database\n"); in osm_lid_mgr_init() 286 scans the known persistent assignment and port_lid_tbl 332 "persistent database. Ignoring it\n"); in lid_mgr_init_sweep() 392 "Cleaning persistent entry for guid:" in lid_mgr_init_sweep() 407 1. a persistent assignment exists in lid_mgr_init_sweep() 409 persistent assignment. in lid_mgr_init_sweep() 411 scan through all lid values of both the persistent table and in lid_mgr_init_sweep() [all …]
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_offline/ |
H A D | zpool_offline_003_pos.ksh | 39 # For both temporary and persistent faults, do the following: 75 # Test temporary and persistent faults 100 # Persistent fault
|
/freebsd-src/sys/contrib/openzfs/udev/rules.d/ |
H A D | 60-zvol.rules.in | 1 # Persistent links for zvol 3 # persistent disk links: /dev/zvol/dataset_name
|
/freebsd-src/share/examples/kld/khelp/ |
H A D | h_example.c | 60 * Our per-connection persistent data storage struct. 71 * - Our helper will be storing persistent state for each TCP connection, so we 121 * - hdata is a pointer to the persistent per-object storage for our module. The 147 * require persistent per-object storage) must use the KHELP_DECLARE_MOD_UMA()
|
/freebsd-src/stand/kboot/kboot/arch/amd64/ |
H A D | load_addr.c | 43 persistent, enumerator 57 { persistent_old, "Persistent Memory (legacy)" }, 58 { persistent, "Persistent Memory" },
|
/freebsd-src/share/examples/flua/ |
H A D | libjail.lua | 48 -- Create a persistent jail named "demo" with all other parameters default. 101 io.write("persistent\n") 103 io.write("not persistent\n")
|
/freebsd-src/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 79 * Convenience function to create and return an invalid persistent group error. 86 "There is no such persistent group in this P2P device."); in wpas_dbus_error_persistent_group_unknown() 380 if (os_strcmp(entry.key, "persistent") == 0 && in wpas_dbus_handler_p2p_group_add() 448 * A persistent group Object Path is defined meaning we want in wpas_dbus_handler_p2p_group_add() 449 * to re-invoke a persistent group. 471 /* Get the SSID structure from the persistent group id */ in wpa_dbus_p2p_check_enabled() 483 "Failed to reinvoke a persistent group"); in wpa_dbus_p2p_check_enabled() 653 } else if (os_strcmp(entry.key, "persistent") == 0 && in wpas_dbus_handler_p2p_connect() 797 int persistent = 0; in wpas_dbus_handler_p2p_invite() 821 persistent in wpas_dbus_handler_p2p_invite() 745 int persistent = 0; wpas_dbus_handler_p2p_invite() local [all...] |