/freebsd/sys/sys/ |
H A D | stdatomic.h | 238 desired, success, failure) \ argument 239 __c11_atomic_compare_exchange_strong(object, expected, desired, \ 242 desired, success, failure) \ argument 243 __c11_atomic_compare_exchange_weak(object, expected, desired, \ 245 #define atomic_exchange_explicit(object, desired, order) \ argument 246 __c11_atomic_exchange(object, desired, order) 259 #define atomic_store_explicit(object, desired, order) \ argument 260 __c11_atomic_store(object, desired, order) 263 desired, success, failure) \ argument 265 desired, 0, success, failure) [all …]
|
/freebsd/share/man/man3/ |
H A D | ATOMIC_VAR_INIT.3 | 56 .Fn atomic_store "_Atomic(T) *object" "T desired" 58 .Fn atomic_store_explicit "_Atomic(T) *object" "T desired" "memory_order order" 60 .Fn atomic_exchange "_Atomic(T) *object" "T desired" 62 .Fn atomic_exchange_explicit "_Atomic(T) *object" "T desired" "memory_order order" 64 .Fn atomic_compare_exchange_strong "_Atomic(T) *object" "T *expected" "T desired" 66 .Fn atomic_compare_exchange_strong_explicit "_Atomic(T) *object" "T *expected" "T desired" "memory_… 68 .Fn atomic_compare_exchange_weak "_Atomic(T) *object" "T *expected" "T desired" 70 .Fn atomic_compare_exchange_weak_explicit "_Atomic(T) *object" "T *expected" "T desired" "memory_or… 127 .Fa desired 138 to its desired [all …]
|
H A D | snl.3 | 103 and the desired Netlink family to initialise the library instance. 108 If multithreading is desired, consider initializing an instance 146 fields and the desired attributes to the specified structure. 181 to create the desired data structure .
|
/freebsd/sys/dev/virtio/balloon/ |
H A D | virtio_balloon.c | 116 /* Features desired/implemented by this driver. */ 476 uint32_t desired; in vtballoon_desired_size() local 478 desired = virtio_read_dev_config_4(sc->vtballoon_dev, in vtballoon_desired_size() 482 return (desired); in vtballoon_desired_size() 484 return (le32toh(desired)); in vtballoon_desired_size() 504 uint32_t current, desired; in vtballoon_sleep() local 516 desired = vtballoon_desired_size(sc); in vtballoon_sleep() 517 sc->vtballoon_desired_npages = desired; in vtballoon_sleep() 522 * we will reevaluate the desired size of the balloon and in vtballoon_sleep() 528 if (current > desired) in vtballoon_sleep() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdatomic.h | 141 #define atomic_store(object, desired) __c11_atomic_store(object, desired, __ATOMIC_SEQ_CST) argument 147 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) argument 150 …ompare_exchange_strong(object, expected, desired) __c11_atomic_compare_exchange_strong(object, exp… argument 153 …c_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(object, expe… argument
|
/freebsd/contrib/less/ |
H A D | jump.c | 257 * Seek to the desired location. in jump_loc() 266 * See if the desired line is before or after in jump_loc() 274 * The desired line is after the current screen. in jump_loc() 276 * call forw() and put the desired line at the in jump_loc() 284 * Surprise! The desired line is in jump_loc() 314 * The desired line is before the current screen. in jump_loc() 316 * can call back() and put the desired line at the in jump_loc() 337 * Surprise! The desired line is
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_update.3 | 145 To be set to the desired entry address for executables. 147 To be set to the desired processor specific flags. 154 To be set to the OS ABI desired. 160 To be set to the desired machine architecture, one of the 179 To be set to the desired version of the ELF object. 193 field to the desired alignment for the section's contents. 204 To be set to the desired section flags. 233 To be set to the desired alignment, within the containing section, of
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | atomic_c11.h | 48 type *expected, type desired, atomic_memory_order_t success_mo, \ 51 desired, success_mo, failure_mo); \ 56 type *expected, type desired, atomic_memory_order_t success_mo, \ 59 desired, success_mo, failure_mo); \
|
H A D | atomic_gcc_atomic.h | 70 UNUSED type *expected, type desired, \ 73 return __atomic_compare_exchange(&a->repr, expected, &desired, \ 80 UNUSED type *expected, type desired, \ 83 return __atomic_compare_exchange(&a->repr, expected, &desired, \
|
H A D | atomic_gcc_sync.h | 134 type *expected, type desired, \ 138 desired); \ 148 type *expected, type desired, \ 152 desired); \
|
/freebsd/contrib/file/tests/ |
H A D | test.c | 84 char *desired = NULL; in main() local 146 desired = slurp(fp, &desired_len); in main() 149 if (strcmp(result, desired) != 0) { in main() 153 desired_len, desired); in main() 158 free(desired); in main()
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | dialog.subr | 413 # Adjust height if desired 422 # Adjust width if desired 511 # Adjust height if desired 522 # Adjust width if desired 538 # Adjust rows if desired 605 # Adjust height if desired 627 # Adjust width if desired 711 # Adjust height if desired 772 # Adjust height if desired 781 # Adjust width if desired [all …]
|
/freebsd/stand/forth/ |
H A D | menu.4th.8 | 125 Sets the desired box style to draw around the boot menu. 133 Sets the desired column position of the timeout countdown text. 136 Sets the desired row position of the timeout countdown text. 152 Sets the desired column position of the boot menu. 155 Sets the desired row position of the boot menu.
|
H A D | brand.4th.8 | 82 Selects the desired brand in the beastie boot menu. 88 Sets the desired column position of the brand. 91 Sets the desired row position of the brand.
|
H A D | beastie.4th.8 | 104 Selects the desired logo in the beastie boot menu. 114 Sets the desired column position of the logo. 117 Sets the desired row position of the logo.
|
/freebsd/contrib/libcxxrt/ |
H A D | atomic.h | 89 T desired, 94 &val, &expected, desired, order, order); 97 &val, &expected, desired, true, order, order);
|
/freebsd/tools/tools/ath/athprom/ |
H A D | eeprom-5 | 18 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain | 21 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh | 25 | Turbo ADC Desired Size $adcDesiredSizeTurbo | Turbo PGA Desired Size $pgaDesiredSizeTurbo | 104 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain | 107 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh | 111 | Turbo ADC Desired Size $adcDesiredSizeTurbo | Turbo PGA Desired Size $pgaDesiredSizeTurbo | 182 | ADC Desired size $adcDesiredSize | XLNA Gain $xlnaGain | 185 | PGA Desired size $pgaDesiredSize | Noise Threshold $noiseFloorThresh | 189 | Turbo ADC Desired Size $adcDesiredSizeTurbo | Turbo PGA Desired Size $pgaDesiredSizeTurbo |
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | renesas,rza2-pinctrl.yaml | 52 (or a single) pin in some desired alternate function mode. 54 pin number and the desired function index. Use the RZA2_PINMUX macro 58 to express the desired port pin.
|
H A D | renesas,rza2-pinctrl.txt | 44 (or a single) pin in some desired alternate function mode. 46 number and the desired function index. Use the RZA2_PINMUX macro located 49 to express the desired port pin.
|
/freebsd/tools/regression/security/proc_to_proc/ |
H A D | scenario.c | 56 int sc_canptrace_errno; /* desired ptrace failure */ 57 int sc_canktrace_errno; /* desired ktrace failure */ 58 int sc_cansighup_errno; /* desired SIGHUP failure */ 59 int sc_cansigsegv_errno; /* desired SIGSEGV failure */ 60 int sc_cansee_errno; /* desired getprio failure */ 61 int sc_cansched_errno; /* desired setprio failure */ 261 * spawning off pairs of processes with the desired credentials, and 325 * Determine the desired error for the given case in enact_scenario()
|
/freebsd/lib/libgssapi/ |
H A D | gss_canonicalize_name.3 | 67 The name for which a canonical form is desired. 70 is desired. 71 The desired mechanism must be specified explicitly;
|
/freebsd/contrib/bc/include/ |
H A D | read.h | 52 * Reads a line from stdin after printing prompt, if desired. 54 * @param prompt The prompt to print, if desired. 72 * @param prompt The prompt to print, if desired.
|
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | gkrb5_err.et | 23 error_code KG_CCACHE_NOMATCH, "Principal in credential cache does not match desired name" 24 error_code KG_KEYTAB_NOMATCH, "No principal in keytab matches desired name"
|
/freebsd/contrib/dialog/ |
H A D | dialog.3 | 864 is the desired height of the box. 868 is the desired width of the box. 936 is the desired height of the box. 940 is the desired width of the box. 981 is the desired width of the box. 994 is the desired height of the box. 998 is the desired width of the box. 1011 is the desired height of the box. 1015 is the desired width of the box. 1053 is the desired width of the box. [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | atomic.c | 215 /// to the value at *expected, then this copies value at *desired to *ptr. If 220 void *desired, int success, int failure) { in __atomic_compare_exchange_c() argument 223 (_Atomic(type) *)ptr, (type *)expected, *(type *)desired, success, \ in __atomic_compare_exchange_c() 230 memcpy(ptr, desired, size); in __atomic_compare_exchange_c() 317 bool __atomic_compare_exchange_##n(type *ptr, type *expected, type desired, \ 321 (_Atomic(type) *)ptr, expected, desired, success, failure); \ 325 *ptr = desired; \
|