/freebsd/contrib/diff/lib/ |
H A D | hard-locale.c | 1 /* hard-locale.c -- Determine whether a locale is hard. 23 #include "hard-locale.h" 32 /* Return nonzero if the current CATEGORY locale is hard, i.e. if you 41 int hard = 1; in hard_locale() 48 hard = 0; in hard_locale() 62 hard = 0; in hard_locale() 71 return hard; in hard_locale()
|
/freebsd/share/man/man7/ |
H A D | arch.7 | 287 .It aarch64 Ta hard Ta soft, quad precision 288 .It amd64 Ta hard Ta hard, 80 bit 289 .It armv7 Ta hard Ta hard, double precision 290 .It i386 Ta hard Ta hard, 80 bit 291 .It powerpc Ta hard Ta hard, double precision 292 .It powerpcspe Ta hard Ta hard, double precision 293 .It powerpc64 Ta hard Ta hard, double precision 294 .It powerpc64le Ta hard Ta hard, double precision 295 .It riscv64 Ta hard Ta hard, quad precision 422 It may also encode hard versus soft floating point ABI and usage.
|
/freebsd/bin/ln/ |
H A D | ln.1 | 70 There are two types of links; hard links and symbolic links. 73 to a file is one of the differences between a hard and symbolic link. 100 When creating a hard link to a symbolic link, 101 create a hard link to the target of the symbolic link. 107 When creating a hard link to a symbolic link, 108 create a hard link to the symbolic link itself. 165 .Em hard 167 A hard link to a file is indistinguishable from the original directory entry; 170 Directories may not be hardlinked, and hard links may not span file systems. 224 Hard link [all …]
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | rfkill.c | 24 u8 hard; member 78 "op=%u soft=%u hard=%u", in rfkill_receive() 80 event.hard); in rfkill_receive() 82 if (event.hard) { in rfkill_receive() 83 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked"); in rfkill_receive() 170 "op=%u soft=%u hard=%u", in rfkill_init() 172 event.hard); in rfkill_init() 175 if (event.hard) { in rfkill_init() 176 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked"); in rfkill_init()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertHardClauses.cpp | 1 //===- SIInsertHardClauses.cpp - Insert Hard Clauses ----------------------===// 10 /// Insert s_clause instructions to form hard clauses. 15 /// and the s_clause instruction was introduced to explicitly mark "hard 22 /// Note that hard clauses are very similar to, but logically distinct from, the 26 /// hard clause. (Before gfx10 there wasn't a distinction, and both were called 30 /// groups, not hard clauses. 42 #define DEBUG_TYPE "si-insert-hard-clauses" 82 // Internal instructions, which are allowed in the middle of a hard clause, 87 // Instructions that are not allowed in a hard clause: SALU, export, branch, 181 "Hard clause is too long!"); in emitClause() [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | ompd-specific.cpp | 118 /* naive way of implementing hard to opt-out empty function in ompd_dll_locations_valid() 124 /* naive way of implementing hard to opt-out empty function in ompd_bp_parallel_begin() 129 /* naive way of implementing hard to opt-out empty function in ompd_bp_parallel_end() 134 /* naive way of implementing hard to opt-out empty function in ompd_bp_task_begin() 139 /* naive way of implementing hard to opt-out empty function in ompd_bp_task_end() 144 /* naive way of implementing hard to opt-out empty function in ompd_bp_thread_begin() 149 /* naive way of implementing hard to opt-out empty function in ompd_bp_thread_end()
|
/freebsd/usr.sbin/manctl/ |
H A D | manctl.sh | 41 # are replaced with hard links 44 # Hard links - careful with g(un)zipping! 82 echo moving hard link $pname 1>&2 165 # with a hard link! 168 echo replacing $fname with a hard link 187 # replace it with a hard link 216 echo moving hard link $pname 1>&2 241 # We need to watch out for hard links here. 270 echo moving hard link $pname 1>&2
|
/freebsd/usr.bin/limits/ |
H A D | limits.1 | 156 .Dq hard 158 If specific limits settings follow this switch, only hard limits are 168 .Dq hard 171 If specific limits settings follow this switch, both soft and hard 355 .Dq hard 360 within to any value below the hard limit. 363 to raise a hard limit is considered a fatal error. 452 Only a superuser account may raise hard limits, and when doing so
|
H A D | limits.c | 67 const char * hard; /* Hard limit text */ member 69 const char * both; /* Hard+Soft limit text */ 282 enum { ANY=0, SOFT=1, HARD=2, BOTH=3, DISPLAYONLY=4 } type = ANY; in main() enumerator 323 type = HARD; in main() 329 type = SOFT|HARD; in main() 416 * displaying), then check that hard limits are not lower than in main() 417 * soft limits, and force rasing the hard limit if we need to if in main() 419 * are lowering the hard limit. in main() 427 which_limits[rcswhich] |= HARD; in main() 431 which_limits[rcswhich] |= HARD; in main() [all …]
|
/freebsd/lib/libsys/ |
H A D | getrlimit.2 | 133 A resource limit is specified as a soft limit and a hard limit. 138 reaches the hard limit, or modifies its own resource limit. 139 Even reaching the hard limit does not necessarily halt a process. 140 For example, if the RSS hard limit is exceeded, nothing happens. 144 structure is used to specify the hard and soft limits on a resource. 208 The caller is free to raise the soft address space limit up to the hard limit
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | CSKY.cpp | 60 ABI = FloatABI::Hard; in getCSKYFloatABI() 65 .Case("hard", FloatABI::Hard) in getCSKYFloatABI() 157 if (FloatABI == csky::FloatABI::Hard) { in getCSKYTargetFeatures() 158 Features.push_back("+hard-float-abi"); in getCSKYTargetFeatures() 159 Features.push_back("+hard-float"); in getCSKYTargetFeatures() 161 Features.push_back("+hard-float"); in getCSKYTargetFeatures()
|
H A D | PPC.cpp | 123 Features.push_back("-hard-float"); in getPPCTargetFeatures() 168 ABI = ppc::FloatABI::Hard; in getPPCFloatABI() 172 .Case("hard", ppc::FloatABI::Hard) in getPPCFloatABI() 176 ABI = ppc::FloatABI::Hard; in getPPCFloatABI() 183 ABI = ppc::FloatABI::Hard; in getPPCFloatABI()
|
/freebsd/usr.sbin/edquota/ |
H A D | edquota.8 | 110 Setting a hard limit to one indicates that no allocations should 112 Setting a soft limit to one with a hard limit of zero 118 only the hard and soft limits can be changed. 160 is the hard limit on the number of blocks, 164 is the hard limit on the number of files. 218 the soft limit is enforced as a hard limit.
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | 2.2.t | 233 size, and a count of hard links. 284 Two types of links exist, \fIhard\fP links and \fIsymbolic\fP 285 links. A hard link is a reference counting mechanism that 290 Hard links and symbolic links have different 291 properties. A hard link insures the target 434 \fIhard\fP limits and \fIsoft\fP limits. A hard limit is 435 always imposed; if a user would exceed a hard limit, the operation 438 Facilities are provided to turn soft limits into hard limits if a
|
/freebsd/sys/dev/isci/scil/ |
H A D | scic_port.h | 198 * HARD RESET on the SAS Port. If/When the HARD RESET completes 203 * once for each phy in the SAS Port at completion of the hard reset 207 * hard reset. 211 * @return Return a status indicating whether the hard reset started 213 * @retval SCI_SUCCESS This value is returned if the hard reset operation
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_serdes_hssp_internal_regs.h | 46 * RX and TX lane hard reset 47 * 0 - Hard reset is asserted 48 * 1 - Hard reset is de-asserted 56 * RX and TX lane hard reset control 57 * 0 - Hard reset is taken from the interface pins 58 * 1 - Hard reset is taken from registers 481 * Common lane hard reset control 482 * 0 - Hard reset is taken from the interface pins 483 * 1 - Hard reset is taken from registers 491 * Common lane hard reset [all …]
|
H A D | al_hal_serdes_internal_regs.h | 47 * RX and TX lane hard reset 48 * 0 - Hard reset is asserted 49 * 1 - Hard reset is de-asserted 57 * RX and TX lane hard reset control 58 * 0 - Hard reset is taken from the interface pins 59 * 1 - Hard reset is taken from registers 482 * Common lane hard reset control 483 * 0 - Hard reset is taken from the interface pins 484 * 1 - Hard reset is taken from registers 492 * Common lane hard reset [all …]
|
/freebsd/share/doc/smm/05.fastfs/ |
H A D | 5.t | 116 those using hard locks and those using advisory locks. 117 The primary difference between advisory locks and hard locks is the 119 A hard lock is always enforced when a program tries to 124 With hard locks there must be some override 271 Resources are given both a hard and a soft limit. 275 unless it exceeds its hard limit. 284 enforced as their hard limit.
|
/freebsd/contrib/netbsd-tests/fs/ffs/ |
H A D | t_quotalimit.sh | 32 "hit hard limit quota with ${q} enabled" -b ${e} ${v} ${q} 34 "hit hard limit quota with ${q} enabled, WAPBL" -bl ${e} ${v} ${q} 39 "hit hard limit ino quota with ${q} enabled" -b ${e} ${v} ${q} 41 "hit hard limit ino quota with ${q} enabled, WAPBL" -bl ${e} ${v} ${q} 89 -e match:'test 0: write up to hard limit returned 69: Disc quota exceeded' \ 183 -e match:'test 2: create file up to hard limit returned 69: Disc quota exceeded' \ 282 -e match:'test 0: write up to hard limit returned 69: Disc quota exceeded' \ 334 -e match:'test 2: create file up to hard limit returned 69: Disc quota exceeded' \
|
/freebsd/bin/ln/tests/ |
H A D | ln_test.sh | 42 atf_set "descr" "Verify that when creating a hard link to a " \ 43 "symbolic link, '-L' option creates a hard" \ 58 atf_set "descr" "Verify that when creating a hard link to a " \ 59 "symbolic link, '-P' option creates a hard " \ 86 atf_set "descr" "Verify whether creating a hard link fails if the " \
|
/freebsd/contrib/tcp_wrappers/ |
H A D | vfprintf.c | 45 * strings, since we are ging to let fprintf() do the hard work. in vfprintf() 64 while (isdigit(*cp)) /* hard-coded field width */ in vfprintf() 74 while (isdigit(*cp)) /* hard-coded precision */ in vfprintf() 84 /* Execute the format string - let fprintf() do the hard work. */ in vfprintf()
|
/freebsd/crypto/openssl/demos/kdf/ |
H A D | pbkdf2.c | 23 * Hard coding a password into an application is very bad. 31 * The salt is better not being hard coded too. Each password should have a 40 * The iteration parameter can be variable or hard coded. The disadvantage with 41 * hard coding them is that they cannot easily be adjusted for future
|
H A D | scrypt.c | 23 * Hard coding a password into an application is very bad. 31 * The salt is better not being hard coded too. Each password should have a 40 * The SCRYPT parameters can be variable or hard coded. The disadvantage with 41 * hard coding them is that they cannot easily be adjusted for future
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloatInfo.h | 1 //===---- Mips16HardFloatInfo.h for Mips16 Hard Float --------===// 10 // Mips16 hard float. 22 // Return types that matter for hard float are:
|
/freebsd/bin/pax/ |
H A D | tables.c | 64 static HRDLNK **ltab = NULL; /* hard link table for detecting hard links */ 76 * hard link table routines 78 * The hard link table tries to detect hard links to files using the device and 80 * write routine that this file is a hard link to another file. The format 81 * write routine then can store this file in whatever way it wants (as a hard 84 * hard link info. if not, we do not waste time looking for them). We also use 86 * used by the format read routine to detect hard links from stored dev and 93 * Creates the hard link table. 104 paxwarn(1, "Cannot allocate memory for hard link table"); in lnk_start() 112 * Looks up entry in hard link hash table. If found, it copies the name [all …]
|