/src/sys/arch/alpha/common/ |
sgmap_typedep.c | 76 int pteidx, error, spill, seg = *segp; local in function:__C 79 /* Initialize the spill page PTE if it hasn't been already. */ 109 * XXX Always allocate a spill page for now. Note 110 * the spill page is not needed for an in-bound-only 114 spill = 1; 116 spill = 0; 168 if (spill) { 190 if (spill) { 195 * ARGH! If the addition of the spill page bumped us 201 * performs that necessitates the spill page in the firs 544 int spill, seg, pteidx; local in function:__C [all...] |
/src/sys/net80211/ |
ieee80211_crypto_tkip.c | 799 uint8_t spill[4]; local in function:michael_mic 825 memcpy(spill + nspill, data, n); 831 l ^= get_le32(spill); 846 memcpy(spill, data, space); 862 spill[nspill++] = 0x5a; 864 spill[nspill] = 0; 865 l ^= get_le32(spill);
|
/src/usr.sbin/sysinst/ |
bsddisklabel.c | 1134 daddr_t spill = wanted->infos[root].size - local in function:fill_defaults 1136 spill = roundup(spill, align); 1139 wanted->infos[usr].size = spill; 1215 daddr_t spill = wanted->infos[root].size - local in function:fill_defaults 1217 spill = roundup(spill, align); 1220 wanted->infos[usr].size = spill;
|