| /f-stack/freebsd/kern/ |
| H A D | kern_uuid.c | 132 kern_uuidgen(struct uuid *store, size_t count) in kern_uuidgen() argument 165 store[n] = *(struct uuid *)&uuid; in kern_uuidgen() 169 return (store); in kern_uuidgen() 174 struct uuid *store; member 181 struct uuid *store; in sys_uuidgen() local 195 store = malloc(count * sizeof(struct uuid), M_TEMP, M_WAITOK); in sys_uuidgen() 196 kern_uuidgen(store, count); in sys_uuidgen() 197 error = copyout(store, uap->store, count * sizeof(struct uuid)); in sys_uuidgen() 198 free(store, M_TEMP); in sys_uuidgen()
|
| H A D | kern_mbuf.c | 420 dn_buf_import(void *arg, void **store, int count, int domain __unused, in dn_buf_import() argument 434 store[i] = m; in dn_buf_import() 442 dn_buf_release(void *arg, void **store, int count) in dn_buf_release() argument 451 m = store[i]; in dn_buf_release() 457 dn_pack_import(void *arg __unused, void **store, int count, int domain __unused, in dn_pack_import() argument 474 store[i] = m; in dn_pack_import() 482 dn_pack_release(void *arg __unused, void **store, int count) in dn_pack_release() argument 489 m = store[i]; in dn_pack_release()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | locore.s | 358 movl $0x4778654e,cpu_vendor # store vendor string 407 movl $0x69727943,cpu_vendor # store vendor string 416 movl %ebx,cpu_vendor # store vendor string 423 movl %eax,cpu_id # store cpu_id 424 movl %ebx,cpu_procinfo # store cpu_procinfo 425 movl %edx,cpu_feature # store cpu_feature 426 movl %ecx,cpu_feature2 # store cpu_feature2
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | sort.tcl | 84 r sort tosort BY weight_* store sort-res 91 r sort tosort BY wobj_*->weight store sort-res 98 r command getkeys sort abc store def 102 r command getkeys sort abc store invalid store stillbad store def 191 r sort foo store bar 197 r sort foo alpha limit 10 10 store zap 204 r sort emptylist store foo 211 r sort myset alpha by _ store mylist 257 r sort testa by nosort store testb 262 r sort testa by nosort limit 0 3 store testb
|
| H A D | geo.tcl | 176 catch {r georadius points 13.361389 38.115556 50 km store} e 184 catch {r georadius points 13.361389 38.115556 50 km store points2 withdist} e 186 catch {r georadius points 13.361389 38.115556 50 km store points2 withhash} e 188 catch {r georadius points 13.361389 38.115556 50 km store points2 withcoords} e 196 r georadius points 13.361389 38.115556 500 km store points2
|
| /f-stack/freebsd/mips/broadcom/ |
| H A D | bcm_nvram_cfe.c | 121 error = bhnd_nvram_store_parse_new(&sc->store, bp->nvram_io, in bhnd_nvram_cfe_attach() 129 bhnd_nvram_store_free(sc->store); in bhnd_nvram_cfe_attach() 163 bhnd_nvram_store_free(sc->store); in bhnd_nvram_cfe_detach() 174 return (bhnd_nvram_store_getvar(sc->store, name, buf, len, type)); in bhnd_nvram_cfe_getvar() 183 return (bhnd_nvram_store_setvar(sc->store, name, buf, len, type)); in bhnd_nvram_cfe_setvar()
|
| H A D | bcm_nvram_cfevar.h | 64 struct bhnd_nvram_store *store; /**< nvram store */ member
|
| /f-stack/freebsd/netinet/ |
| H A D | sctputil.h | 208 #define sctp_recover_scope_mac(addr, store) do { \ argument 211 *store = *addr; \ 213 if (!sa6_recoverscope(store)) { \ 214 addr = store; \ 218 addr = store; \
|
| H A D | sctp_asconf.c | 157 union sctp_sockstore store; in sctp_process_asconf_add_ip() local 187 sa = &store.sa; in sctp_process_asconf_add_ip() 196 sin = &store.sin; in sctp_process_asconf_add_ip() 219 sin6 = &store.sin6; in sctp_process_asconf_add_ip() 317 union sctp_sockstore store; in sctp_process_asconf_delete_ip() local 347 sa = &store.sa; in sctp_process_asconf_delete_ip() 356 sin = &store.sin; in sctp_process_asconf_delete_ip() 376 sin6 = &store.sin6; in sctp_process_asconf_delete_ip() 484 sa = &store.sa; in sctp_process_asconf_set_primary() 493 sin = &store.sin; in sctp_process_asconf_set_primary() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/rtc/ |
| H A D | atmel,at91sam9-rtc.txt | 10 - atmel,rtt-rtc-time-reg: should encode the GPBR register used to store 14 GPBR register used to store the time base).
|
| H A D | maxim-ds1302.txt | 3 Simple device which could be used to store date/time between reboots.
|
| /f-stack/freebsd/vm/ |
| H A D | vm_glue.c | 440 kstack_import(void *arg, void **store, int cnt, int domain, int flags) in kstack_import() argument 451 store[i] = (void *)vm_thread_stack_create(ds, kstack_pages); in kstack_import() 452 if (store[i] == NULL) in kstack_import() 459 kstack_release(void *arg, void **store, int cnt) in kstack_release() argument 465 ks = (vm_offset_t)store[i]; in kstack_release()
|
| H A D | uma.h | 130 typedef int (*uma_import)(void *arg, void **store, int count, int domain, 136 typedef void (*uma_release)(void *arg, void **store, int count);
|
| /f-stack/freebsd/mips/mips/ |
| H A D | support.S | 226 sd v0, 0(a1) # store word 244 sw v0, 0(a1) # store word 258 sh v0, 0(a1) # store short 285 sw a1, 0(a0) # store word 300 sd a1, 0(a0) # store word 333 sc t0, 0(a0) # store word 338 sw t1, 0(a2) # unconditionally store old word 356 scd t0, 0(a0) # store double word 361 sd t1, 0(a2) # unconditionally store old word 375 sh a1, 0(a0) # store short [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | via-velocity.txt | 9 - no-eeprom : PCI network cards use an external EEPROM to store data. Embedded
|
| /f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/ |
| H A D | ramoops.txt | 48 - max-reason: if present, sets maximum type of kmsg dump reasons to store 50 store all kmsg dumps. See include/linux/kmsg_dump.h KMSG_DUMP_* for other
|
| /f-stack/dpdk/devtools/ |
| H A D | get-maintainer.sh | 21 Also refer to devtools/load-devel-config to store your configuration.
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | facebook-bmc-flash-layout.dtsi | 26 * as persistent data store.
|
| /f-stack/tools/compat/include/vm/ |
| H A D | uma.h | 130 typedef int (*uma_import)(void *arg, void **store, int count, int domain, 136 typedef void (*uma_release)(void *arg, void **store, int count);
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | chacha-armv4.S | 263 str r0,[r14],#16 @ store output 300 str r4,[r14],#16 @ store output 345 str r0,[r14],#16 @ store output 395 str r4,[r14],#16 @ store output 444 strb r0,[r14],#16 @ store output 529 strb r4,[r14],#16 @ store output 619 strb r0,[r14],#16 @ store output 1173 str r0,[r14],#16 @ store output 1198 str r4,[r14],#16 @ store output 1234 str r0,[r14],#16 @ store output [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/partitions/ |
| H A D | redboot-fis.txt | 7 It uses one single flash eraseblock in the flash to store an index of
|
| /f-stack/freebsd/contrib/device-tree/Bindings/spi/ |
| H A D | spi_atmel.txt | 14 - atmel,fifo-size: maximum number of data the RX and TX FIFOs can store for FIFO
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | writing_efficient_code.rst | 73 Modern memory controllers have several memory channels that can load or store data in parallel. 219 store operation can use RELEASE memory order. 228 be written with RELEASE memory order. This ensures that the store to guard 229 variable is observable only after the store to payload is observable. 233 can be read with RELAXED memory order. This ensures that, if the store to 234 guard variable is observable, the store to payload is also observable.
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_openssl_stapling.c | 290 X509_STORE *store; in ngx_ssl_stapling_issuer() local 331 store = SSL_CTX_get_cert_store(ssl->ctx); in ngx_ssl_stapling_issuer() 332 if (store == NULL) { in ngx_ssl_stapling_issuer() 345 if (X509_STORE_CTX_init(store_ctx, store, NULL, NULL) == 0) { in ngx_ssl_stapling_issuer() 600 X509_STORE *store; in ngx_ssl_stapling_ocsp_handler() local 646 store = SSL_CTX_get_cert_store(staple->ssl_ctx); in ngx_ssl_stapling_ocsp_handler() 647 if (store == NULL) { in ngx_ssl_stapling_ocsp_handler() 665 if (OCSP_basic_verify(basic, chain, store, in ngx_ssl_stapling_ocsp_handler()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 1201 conf->upstream.store = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf() 1271 if (conf->upstream.store > 0) { in ngx_http_scgi_merge_loc_conf() 1276 conf->upstream.store = 0; in ngx_http_scgi_merge_loc_conf() 1281 if (conf->upstream.store == NGX_CONF_UNSET) { in ngx_http_scgi_merge_loc_conf() 1282 ngx_conf_merge_value(conf->upstream.store, prev->upstream.store, 0); in ngx_http_scgi_merge_loc_conf() 1887 if (scf->upstream.store != NGX_CONF_UNSET) { in ngx_http_scgi_store() 1894 scf->upstream.store = 0; in ngx_http_scgi_store() 1904 scf->upstream.store = 1; in ngx_http_scgi_store() 1953 if (scf->upstream.store > 0) { in ngx_http_scgi_cache()
|