| /src/external/bsd/pam-u2f/dist/tests/ |
| regenerate_credentials.py | 13 resident = ["", "-r"] variable 99 for (r, p, n, v) in itertools.product(resident, presence, pin, verification): 112 for (r, p, n, v) in itertools.product(resident, presence, pin, verification):
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| base_structs.h | 53 size_t resident; member in struct:base_s
|
| arena_stats.h | 50 * resident includes the base stats -- that's why it lives here and not 54 size_t resident; /* Derived. */ member in struct:arena_stats_s
|
| base.h | 77 size_t resident; member in struct:base_s 104 size_t *resident, size_t *mapped, size_t *n_thp);
|
| ctl.h | 57 size_t resident; member in struct:ctl_stats_s
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| base_structs.h | 53 size_t resident; member in struct:base_s
|
| arena_stats.h | 50 * resident includes the base stats -- that's why it lives here and not 54 size_t resident; /* Derived. */ member in struct:arena_stats_s
|
| base.h | 77 size_t resident; member in struct:base_s 104 size_t *resident, size_t *mapped, size_t *n_thp);
|
| ctl.h | 57 size_t resident; member in struct:ctl_stats_s
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| base_structs.h | 53 size_t resident; member in struct:base_s
|
| arena_stats.h | 50 * resident includes the base stats -- that's why it lives here and not 54 size_t resident; /* Derived. */ member in struct:arena_stats_s
|
| base.h | 77 size_t resident; member in struct:base_s 104 size_t *resident, size_t *mapped, size_t *n_thp);
|
| ctl.h | 57 size_t resident; member in struct:ctl_stats_s
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| base.c | 31 size_t allocated0, allocated1, resident, mapped, n_thp; local 39 base_stats_get(tsdn, base, &allocated0, &resident, &mapped, 53 base_stats_get(tsdn, base, &allocated1, &resident, &mapped, 66 size_t allocated0, allocated1, resident, mapped, n_thp; local 82 base_stats_get(tsdn, base, &allocated0, &resident, &mapped, 96 base_stats_get(tsdn, base, &allocated1, &resident, &mapped,
|
| stats.c | 7 size_t sz, allocated, active, resident, mapped; local 15 expect_d_eq(mallctl("stats.resident", (void *)&resident, &sz, NULL, 0), 23 expect_zu_lt(active, resident, 24 "active should be less than resident");
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| base.c | 31 size_t allocated0, allocated1, resident, mapped, n_thp; local 39 base_stats_get(tsdn, base, &allocated0, &resident, &mapped, 53 base_stats_get(tsdn, base, &allocated1, &resident, &mapped, 66 size_t allocated0, allocated1, resident, mapped, n_thp; local 82 base_stats_get(tsdn, base, &allocated0, &resident, &mapped, 96 base_stats_get(tsdn, base, &allocated1, &resident, &mapped,
|
| stats.c | 7 size_t sz, allocated, active, resident, mapped; local 15 expect_d_eq(mallctl("stats.resident", (void *)&resident, &sz, NULL, 0), 23 expect_zu_lt(active, resident, 24 "active should be less than resident");
|
| /src/tests/lib/libc/sys/ |
| t_mincore.c | 92 size_t i, resident; local 100 for (i = resident = 0; i < npgs; i++) { 103 resident++; 113 return resident; 155 size_t npgs = 0, resident; local 232 resident = check_residency(addr, npgs); 233 if (resident < npgs) 235 "%zu pages of the newly mapped %zu pages are resident", 236 resident, npgs); 343 * pages still resident, for information only [all...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| arena_stats.h | 50 * resident includes the base stats -- that's why it lives here and not 54 size_t resident; /* Derived. */ member in struct:arena_stats_s
|
| base.h | 77 size_t resident; member in struct:base_s 104 size_t *resident, size_t *mapped, size_t *n_thp);
|
| ctl.h | 57 size_t resident; member in struct:ctl_stats_s
|
| /src/lib/libwrap/ |
| hosts_access.c | 84 int resident = (-1); /* -1, 0: unknown; +1: yes */ variable 146 if (resident <= 0) 147 resident++;
|
| /src/usr.sbin/tcpdchk/ |
| tcpdchk.c | 72 int resident = 0; variable
|
| /src/external/bsd/pam-u2f/dist/pamu2fcfg/ |
| pamu2fcfg.c | 42 int resident; member in struct:args 152 if ((r = fido_cred_set_rk(cred, args->resident ? FIDO_OPT_TRUE 299 printf(":%s,%s,%s,%s%s%s", args->resident ? "*" : b64_kh, b64_pk, 364 { "resident", no_argument, NULL, 'r' }, 387 " -r, --resident Generate a resident (discoverable) credential\n" 421 args->resident = 1;
|
| /src/sys/uvm/pmap/ |
| pmap.c | 1514 const bool resident = pte_valid_p(opte); local 1516 if (resident) { 1530 if (!resident || remap) {
|