/freebsd/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/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/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/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/sys/dev/qat/qat_common/ |
H A D | adf_freebsd_dbgfs.c | 15 * adf_dbgfs_init() - add persistent debugfs entries 18 * This function creates debugfs entries that are persistent through a device 28 * adf_dbgfs_exit() - remove persistent debugfs entries 38 * adf_dbgfs_add() - add non-persistent debugfs entries 41 * This function creates debugfs entries that are not persistent through 56 * adf_dbgfs_rm() - remove non-persistent debugfs entries
|
/freebsd/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 object storage registered with the object's
|
/freebsd/tests/sys/cam/ctl/ |
H A D | persist.sh | 54 …atf_set "descr" "PERSISTENT RESERVATION IN with the READ FULL STATUS service action, with no statu… 72 …atf_set "descr" "PERSISTENT RESERVATION IN with the READ KEYS service action, with no registered k… 90 …atf_set "descr" "PERSISTENT RESERVATION IN with the READ RESERVATION service action, with no reser… 108 atf_set "descr" "PERSISTENT RESERVATION IN with the REPORT CAPABILITIES service action" 144 atf_set "descr" "PERSISTENT RESERVATION OUT with the CLEAR service action" 174 atf_set "descr" "PERSISTENT RESERVATION OUT with the REGISTER service action" 211 atf_set "descr" "PERSISTENT RESERVATION OUT with an enormous CDB size should not cause trouble" 229 …atf_set "descr" "use PERSISTENT RESERVATION OUT with the REGISTER service action to remove a prior… 251 atf_set "descr" "PERSISTENT RESERVATION OUT with the RESERVE service action" 280 atf_set "descr" "PERSISTENT RESERVATION OUT with the RESERVE service action" [all …]
|
/freebsd/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/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/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… 79 The use of \fIpersistent-keepalive\fP 86 persistent keepalive interval of 25 seconds; however, most users will not need 174 and it is behind NAT, the interface might benefit from having a persistent keepalive
|
/freebsd/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/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 decl [all...] |
/freebsd/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/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/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/sys/contrib/openzfs/lib/libzutil/os/linux/ |
H A D | zutil_import_os.c | 240 "/dev/disk/by-label", /* Custom persistent labels */ 241 "/dev/disk/by-uuid", /* Single unique entry and persistent */ 242 "/dev/disk/by-id", /* May be multiple entries and persistent */ 243 "/dev/disk/by-path", /* Encodes physical location and persistent */ 369 * Linux persistent device strings for vdev labels 382 * Obtain the persistent device id string (describes what) 400 * For multipath nodes use the persistent uuid based identifier in zfs_device_get_devid() 411 * For volumes use the persistent /dev/zvol/dataset identifier in zfs_device_get_devid() 459 * Obtain the persistent physical location string (describes where) 481 * /etc/vdev_id.conf file. ID_VDEV provides a persistent path in zfs_device_get_physical() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/l2arc/ |
H A D | persist_l2arc_003_neg.ksh | 27 # Persistent L2ARC fails as expected when L2ARC_REBUILD_ENABLED = 0 43 log_assert "Persistent L2ARC fails as expected when L2ARC_REBUILD_ENABLED = 0." 89 log_pass "Persistent L2ARC fails as expected when L2ARC_REBUILD_ENABLED = 0."
|
H A D | persist_l2arc_001_pos.ksh | 27 # Persistent L2ARC with an unencrypted ZFS file system succeeds 54 log_assert "Persistent L2ARC with an unencrypted ZFS file system succeeds." 110 log_pass "Persistent L2ARC with an unencrypted ZFS file system succeeds."
|
H A D | persist_l2arc_002_pos.ksh | 28 # Persistent L2ARC with an encrypted ZFS file system succeeds 58 log_assert "Persistent L2ARC with an encrypted ZFS file system succeeds." 117 log_pass "Persistent L2ARC with an encrypted ZFS file system succeeds."
|
/freebsd/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. in wpas_dbus_handler_p2p_group_add() 471 /* Get the SSID structure from the persistent group id */ in wpas_dbus_handler_p2p_group_add() 483 "Failed to reinvoke a persistent group"); in wpas_dbus_handler_p2p_group_add() 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() local 821 persistent = 1; in wpas_dbus_handler_p2p_invite() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_offline/ |
H A D | zpool_offline_003_pos.ksh | 40 # For both temporary and persistent faults, do the following: 76 # Test temporary and persistent faults 101 # Persistent fault
|
/freebsd/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/contrib/netbsd-tests/fs/ffs/ |
H A D | t_miscquota.sh | 32 "create a persistent shapshot of quota-enabled fs, and do some writes" \ 36 "create a non-persistent shapshot of quota-enabled fs, and do some writes" \ 40 "create a persistent shapshot of quota-enabled fs, and do some writes and unconf" \ 44 "create a non-persistent shapshot of quota-enabled fs, and do some writes and unconf" \
|
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p.h | 163 * persistent_group - Whether the group should be made persistent 164 * 0 = not persistent 165 * 1 = persistent group without persistent reconnect 166 * 2 = persistent group with persistent reconnect 924 * persistent group (instead of invitation to join an active 931 * This optional callback can be used to implement persistent reconnect 932 * by allowing automatic restarting of persistent groups without user 1034 * Determine if we have a persistent group we share with remote peer 1038 * @ssid: Persistent group SSID or %NULL if any 1044 * Returns: 1 if a matching persistent group was found, 0 otherwise [all …]
|