/freebsd/sys/contrib/device-tree/Bindings/arm/mstar/ |
H A D | mstar.yaml | 26 - 100ask,dongshanpione # 100ask DongShanPiOne
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | h_resolv.c | 47 #define NHOSTS 100 52 static int *ask = NULL; variable 114 ask[i]++; in resolvone() 174 if ((ask = calloc(hosts->sl_cur, sizeof(int))) == NULL) in main() 197 if (ask[i] != got[i] && got[i] != 0) { in main() 198 warnx("Error: host %s ask %d got %d\n", in main() 199 hosts->sl_str[i], ask[i], got[i]); in main() 204 free(ask); in main()
|
/freebsd/contrib/tzcode/ |
H A D | tzselect.ksh | 2 # Ask the user about the time zone, and output the resulting TZ value to stdout. 61 ask for selection from time zones whose largest cities 78 # Ask the user to select from the function's arguments, 285 intmin = minsec < 0 ? -int(-minsec / 100) : int(minsec / 100) 286 sec = minsec - intmin * 100 290 intdeg = degmin < 0 ? -int(-degmin / 100) : int(degmin / 100) 291 minute = degmin - intdeg * 100 388 # Ask th [all...] |
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | arc_os.c | 63 * practice, the kernel's shrinker can ask us to evict up to about 4x this 68 * memory to less than 100ms per allocation attempt, even with a small 162 uint64_t min = (ptob(nr_file_pages()) / 100) * zfs_arc_pc_percent; in arc_evictable_memory() 180 * ARC's callback actually frees, so it may ask the ARC to shrink a in arc_shrinker_count() 186 * which limits the amount that the shrinker will ask us to evict for in arc_shrinker_count() 258 if (free_memory > arc_all_memory() * arc_lotsfree_percent / 100) in arc_memory_throttle() 338 wmark += wmark * 150 / 100; in arc_set_sys_free() 427 allmem * zfs_dirty_data_max_max_percent / 100); in arc_hotplug_callback() 431 allmem * zfs_dirty_data_max_max_percent / 100); in arc_hotplug_callback() 444 /* There is no significance to the value 100 */ in arc_register_hotplug() [all …]
|
/freebsd/lib/libc/tests/resolv/ |
H A D | resolv_test.c | 50 #define NHOSTS 100 60 static _Atomic(int) *ask = NULL; 199 atomic_fetch_add_explicit(&ask[i], 1, memory_order_relaxed); in resolvone() 268 ask = calloc(hosts->sl_cur, sizeof(int)); in run_tests() 269 ATF_REQUIRE(ask != NULL); in run_tests() 292 ATF_CHECK_EQ_MSG(ask[i], got[i], in run_tests() 293 "Error: host %s ask %d got %d", hosts->sl_str[i], in run_tests() 294 ask[i], got[i]); in run_tests() 295 c += ask[i] != got[i]; in run_tests() 299 free(ask); in run_tests()
|
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/ |
H A D | mstar-infinity2m-ssd202d-100ask-dongshanpione.dts | 12 compatible = "100ask,dongshanpione", "mstar,infinity2m";
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | login.c | 417 t *= 100 * CLOCKS_PER_SEC; in do_login() 426 t *= 100 * CLOCKS_PER_SEC; in do_login() 573 int ask = 1; in main() local 622 ask = 0; in main() 650 if(ask){ in main() 683 ask = 1; in main() 693 ask = 1; in main() 699 ask = 1; in main()
|
/freebsd/sys/contrib/device-tree/Bindings/riscv/ |
H A D | sunxi.yaml | 24 - const: 100ask,dongshan-nezha-stu
|
/freebsd/sys/contrib/device-tree/src/riscv/allwinner/ |
H A D | sun20i-d1-dongshan-nezha-stu.dts | 14 compatible = "100ask,dongshan-nezha-stu", "allwinner,sun20i-d1";
|
/freebsd/share/man/man4/ |
H A D | atkbdc.4 | 72 may ask the 99 The default value is 100ms.
|
/freebsd/usr.bin/patch/ |
H A D | inp.c | 206 if (lines_allocated < 100) in plan_a() 207 lines_allocated = 100; in plan_a() 267 ask("This file doesn't appear to be the " in plan_a() 328 ask("This file doesn't appear to be the %s " in plan_b()
|
/freebsd/share/doc/psd/17.m4/ |
H A D | m4.ms | 234 define(N, 100) 240 to be 100, and uses this ``symbolic constant'' in a later 261 define(N, 100) 263 if (NNN > 100) 275 define(N, 100) 278 defines both M and N to be 100. 287 or as 100? 291 is 100, so even if 303 are being collected, it is immediately replaced by 100; 306 define(M, 100) [all …]
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_iov.c | 104 {0x6007, "Chelsio T62100-LP-CR"}, /* 2 x 40/50/100G */ 105 {0x6008, "Chelsio T62100-SO-CR"}, /* 2 x 40/50/100G, nomem */ 107 {0x600d, "Chelsio T62100-CR"}, /* 2 x 40/50/100G */ 108 {0x6010, "Chelsio T6-DBG-100"}, /* 2 x 40/50/100G, debug */ 110 {0x6014, "Chelsio T62100-SO-OCP3"}, /* 2 x 40/50/100G, nomem */ 252 * with port 0, etc.). Ask the PF4 driver for the device for in t4iov_attach_child()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | ThinLTOCodeGenerator.h | 50 /// ask to perform the ThinLTO optimizations / codegen, and finally destroys the 153 * of percentage of the available space on the disk. Set to 100 to indicate 155 * half the available space. A value over 100 will be reduced to 100, and a 161 * NewCacheSize = AvailableSpace * P/100
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CaptureTracking.cpp | 49 cl::init(100)); 207 "It doesn't make sense to ask whether a global is captured."); in PointerMayBeCaptured() 243 "It doesn't make sense to ask whether a global is captured."); in PointerMayBeCapturedBefore() 266 "It doesn't make sense to ask whether a global is captured."); in FindEarliestCapture()
|
/freebsd/share/examples/netgraph/ |
H A D | ngctl | 78 # types when parsing. Now since we didn't ask for a specific port 98 $ ipfw add 100 divert 1029 ip from 192.168.1.129 to any
|
/freebsd/share/examples/ppp/ |
H A D | ppp.conf.sample | 67 # Finally, the ``enable dns'' line tells ppp to ask the peer for the 150 enable dns # Ask the peer what to put in resolv.conf 223 # Inform the client if they ask for our DNS IP numbers: 500 set login "TIMEOUT 100 \"\" \"\" Name: CIS ID: 999999,9999/go:pppconnect \ 749 set ifaddr 10.0.0.1 10.0.0.100-10.0.0.199 # Hand out up to 100 IP numbers
|
/freebsd/share/doc/papers/malloc/ |
H A D | implementation.ms | 108 To be 100% correct performance-wise these lists should be ordered 137 brk(2) is actually not a very fast system call when you ask for storage.
|
/freebsd/lib/libc/resolv/ |
H A D | res_debug.c | 397 * that C_ANY is a qclass but not a class. (You can ask for records of class 450 * that T_ANY is a qtype but not a type. (You can ask for records of type 747 static unsigned int poweroften[10] = {1, 10, 100, 1000, 10000, 100000, 763 (void) sprintf(retbuf, "%lu.%.2lu", val/100, val%100); in precsize_ntoa() 790 cmval = (mval * 100) + cmval; in precsize_aton() 840 secsfrac = (*cp++ - '0') * 100; in latlon2ul() 963 alt = (10000000 + (altsign * (altmeters * 100 + altfrac))); in loc_aton() 1027 const u_int32_t referencealt = 100000 * 100; in loc_ntoa() 1093 altfrac = altval % 100; in loc_ntoa() 1094 altmeters = (altval / 100); in loc_ntoa()
|
/freebsd/contrib/tcpdump/ |
H A D | CONTRIBUTING.md | 34 and ask! 110 and ask for help in the pull request comment.) 112 10) Once 100% happy, put your work into your forked repository using `git push`.
|
/freebsd/usr.bin/m4/TEST/ |
H A D | test.m4 | 111 square_root(100) 226 A final question you might ask is what happens when the number of tourists
|
/freebsd/share/doc/papers/bufbio/ |
H A D | bio.ms | 486 of multiple of 512 bytes were implemented with a sort of "don't ask-don't tell" policy where system… 688 a particular module implements, we need to ask the modules if the open 689 is OK, and they may need to ask their neighbours before they can answer. 702 in R/W mode so it does not need to ask for permission for that again 790 majority of the disk-drivers, saving on average 100 lines of code per
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_verify.pod | 125 connection. Do not ask for a client certificate again during 169 The default depth limit is 100, 170 allowing for the peer certificate, at most 100 intermediate CA certificates and
|
/freebsd/stand/kboot/kboot/arch/aarch64/ |
H A D | exec.c | 192 * Linux does not allow us to kexec_load into any part of memory. Ask in elf64_exec() 198 * trampoline, but that's really overkill since we only need ~100 bytes. in elf64_exec()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_set_verify.3 | 253 connection. Do not ask for a client certificate again during 291 The default depth limit is 100, 292 allowing for the peer certificate, at most 100 intermediate \s-1CA\s0 certificates and
|