| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| D | pbe_scrypt.c | 39 uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, in EVP_PBE_scrypt_ex() argument 63 if (maxmem == 0) in EVP_PBE_scrypt_ex() 64 maxmem = SCRYPT_MAX_MEM; in EVP_PBE_scrypt_ex() 81 *z++ = OSSL_PARAM_construct_uint64(OSSL_KDF_PARAM_SCRYPT_MAXMEM, &maxmem); in EVP_PBE_scrypt_ex() 92 uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, in EVP_PBE_scrypt() argument 95 return EVP_PBE_scrypt_ex(pass, passlen, salt, saltlen, N, r, p, maxmem, in EVP_PBE_scrypt()
|
| /netbsd/src/sys/arch/newsmips/stand/boot/ |
| D | boot.c | 65 int maxmem; in boot() local 108 maxmem = _sip->apbsi_memsize; in boot() 109 maxmem -= 0x100000; /* reserve 1MB for ROM monitor */ in boot() 114 DPRINTF("maxmem = 0x%x\n", maxmem); in boot() 133 maxmem = a3; in boot() 138 DPRINTF("maxmem = 0x%x\n", maxmem); in boot() 191 bi_arg.maxmem = maxmem; in boot()
|
| /netbsd/src/external/bsd/top/dist/machine/ |
| D | m_macosx.c | 119 static int maxmem; variable 470 100.0 * TP(pp, resident_size) / maxmem, in format_next_process() 707 memory_stats[0] = pagetok(maxmem / pagesize); in get_system_info() 747 size = sizeof(maxmem); in machine_init() 748 sysctlbyname("hw.physmem", &maxmem, &size, NULL, 0); in machine_init() 754 printf("%-30s%10d\n", "total system memory:", maxmem); in machine_init()
|
| D | m_irix5.c | 307 static int maxmem; local 324 (void) getkval(maxmem_offset, (int *) (&maxmem), sizeof(maxmem), "maxmem"); 334 memory_stats[0] = pagetok(maxmem);
|
| /netbsd/src/external/bsd/openldap/dist/contrib/ldaptcl/ |
| D | neoXldap.c | 113 long maxmem; /* maxmem from last cache enable */ member 949 ldap_enable_cache(ldap, ldaptcl->timeout, ldaptcl->maxmem); 979 ldap_enable_cache(ldap, ldaptcl->timeout, ldaptcl->maxmem); 1050 long maxmem = ldaptcl->maxmem; local 1069 if (Tcl_GetLongFromObj (interp, objv [4], &maxmem) == TCL_ERROR) 1072 if (ldap_enable_cache (ldap, timeout, maxmem) == -1) { 1082 ldaptcl->maxmem = maxmem; 1439 ldaptcl->maxmem = 0;
|
| /netbsd/src/sys/arch/newsmips/include/ |
| D | bootinfo.h | 60 int maxmem; member
|
| /netbsd/src/sys/arch/algor/algor/ |
| D | machdep.c | 156 int maxmem; /* max memory per process */ variable 466 maxmem = physmem; in mach_init()
|
| /netbsd/src/sys/arch/x68k/x68k/ |
| D | pmap_bootstrap.c | 55 extern int maxmem; 407 RELOC(avail_end, paddr_t) = m68k_ptob(RELOC(maxmem, int)); in pmap_bootstrap()
|
| D | machdep.c | 125 int maxmem; /* max memory per process */ variable 1235 if (maxmem < m68k_btop(exend)) in setmemrange() 1236 maxmem = m68k_btop(exend); in setmemrange()
|
| /netbsd/src/sys/arch/luna68k/luna68k/ |
| D | pmap_bootstrap.c | 54 extern int maxmem; 411 RELOC(avail_end, paddr_t) = m68k_ptob(RELOC(maxmem, int)) - in pmap_bootstrap()
|
| D | machdep.c | 109 int maxmem; /* max memory per process */ variable
|
| /netbsd/src/sys/arch/arc/arc/ |
| D | machdep.c | 127 int maxmem; /* max memory per process */ variable 363 maxmem = physmem; in mach_init()
|
| /netbsd/src/sys/arch/news68k/news68k/ |
| D | pmap_bootstrap.c | 60 extern int maxmem; 436 RELOC(avail_end, paddr_t) = m68k_ptob(RELOC(maxmem, int)) - in pmap_bootstrap()
|
| /netbsd/src/sys/arch/hp300/hp300/ |
| D | pmap_bootstrap.c | 56 extern int maxmem; 456 RELOC(avail_end, paddr_t) = m68k_ptob(RELOC(maxmem, int)) - in pmap_bootstrap()
|
| /netbsd/src/sys/arch/amiga/amiga/ |
| D | pmap_bootstrap.c | 116 toads = maxmem << PGSHIFT; in pmap_bootstrap()
|
| /netbsd/src/sys/arch/evbmips/atheros/ |
| D | machdep.c | 150 int maxmem; /* max memory per process */ variable
|
| /netbsd/src/sys/arch/evbmips/alchemy/ |
| D | machdep.c | 134 int maxmem; /* max memory per process */ variable
|
| /netbsd/src/sys/arch/mvme68k/mvme68k/ |
| D | locore.s | 327 RELOC(maxmem, %a0) 328 movl %d1,%a0@ | save as maxmem 522 RELOC(maxmem, %a0) 523 movl %d1,%a0@ | save as maxmem
|
| D | pmap_bootstrap.c | 57 extern int maxmem;
|
| D | machdep.c | 127 int maxmem; /* max memory per process */ variable
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | complete.conf.in | 48 mru maxage 64 mindepth 600 initalloc 600 initmem 16 incalloc 99 incmem 4 maxdepth 1024 maxmem 4096
|
| /netbsd/src/sys/arch/evbmips/adm5120/ |
| D | machdep.c | 130 int maxmem; /* max memory per process */ variable
|
| /netbsd/src/sys/arch/newsmips/newsmips/ |
| D | machdep.c | 172 x_maxmem = bi_arg->maxmem; in mach_init()
|
| /netbsd/src/sys/arch/next68k/next68k/ |
| D | machdep.c | 133 int maxmem; /* max memory per process */ variable
|
| D | pmap_bootstrap.c | 68 extern int maxmem;
|