| /src/tests/fs/vfs/ |
| t_full.c | 56 size_t bonus; local 65 bonus = 0; 67 bonus = NFSBONUS; 75 for (written = 0; written < FSTEST_IMGSIZE + bonus; written +=n) {
|
| /src/usr.bin/shmif_dumpbus/ |
| shmif_dumpbus.c | 125 int bonus; local 216 bonus = 0; 218 bonus = 1; 222 while (curbus <= buslast || bonus) { 252 bonus = 0; 269 bonus = 0; 282 bonus = 0;
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dsl_deadlist.c | 464 dmu_buf_t *bonus; local 487 VERIFY3U(0, ==, dmu_bonus_hold(dl->dl_os, obj, FTAG, &bonus)); 488 dlp = bonus->db_data; 489 dmu_buf_will_dirty(bonus, tx); 491 dmu_buf_rele(bonus, FTAG);
|
| dmu_send.c | 2229 dmu_buf_t *bonus; local 2230 if (dmu_bonus_hold(rwa->os, drrw->drr_object, FTAG, &bonus) != 0) 2232 dmu_assign_arcbuf(bonus, drrw->drr_offset, abuf, tx); 2242 dmu_buf_rele(bonus, FTAG); 3206 * we can evict its bonus buffer.
|
| /src/games/snake/snake/ |
| snake.c | 675 str = "BONUS!!!"; 866 int i, bonus; local 893 bonus = ((random() >> 8) & 0377) % 10; 894 mvprintw(lcnt + 1, 0, "%d\n", bonus); 898 if (bonus == i) { 900 logit("bonus");
|
| /src/lib/libpuffs/ |
| puffs.c | 208 int bonus; local 222 bonus = 0; 225 bonus++; 229 if (bonus > 1) {
|
| /src/lib/librumpclient/ |
| rumpclient.c | 395 size_t bonus; local 400 bonus = sizeof(rf); 426 bonus = strlen(myprogname)+1; 430 rhdr.rsp_len = sizeof(rhdr) + bonus; 447 IOVPUT_WITHSIZE(iov[1], __UNCONST(myprogname), bonus);
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| vstream.c | 752 struct timeval bonus; local 827 bonus.tv_sec = n / stream->min_data_rate; 828 bonus.tv_usec = (n % stream->min_data_rate) * 1000000; 829 bonus.tv_usec /= stream->min_data_rate; 831 bonus); 901 struct timeval bonus; local 1004 bonus.tv_sec = n / stream->min_data_rate; 1005 bonus.tv_usec = (n % stream->min_data_rate) * 1000000; 1006 bonus.tv_usec /= stream->min_data_rate; 1008 bonus); [all...] |
| /src/games/adventure/ |
| init.c | 126 abbnum, maxdie, numdie, holding, dkill, foobar, bonus, clock1, variable 272 numdie = holding = dkill = foobar = bonus = 0;
|
| /src/lib/librumphijack/ |
| hijack.c | 1951 int bonus = 2, i = 0; local 1963 bonus++; 1970 newenv = malloc(sizeof(*newenv) * (nelem+bonus)); 1985 _DIAGASSERT(i < bonus);
|
| /src/external/cddl/osnet/dist/cmd/zdb/ |
| zdb.c | 1834 void *bonus = NULL; local 1855 bonus = db->db_data; 1888 "", "", "", "", "", bonus_size, "bonus", 1904 bonus, bsize);
|