/src/sbin/fsck_v7fs/ |
datablock.c | 373 v7fs_ino_t victim; local in function:datablock_dup_remove 377 pwarn("Is victim %s (%s is preserved)", filename(fs, i), 380 victim = i; 382 pwarn("Is victim %s (%s is preserved)", 385 victim = j; 392 if ((error = v7fs_inode_load(fs, &inode, victim)))
|
datablock.c | 373 v7fs_ino_t victim; local in function:datablock_dup_remove 377 pwarn("Is victim %s (%s is preserved)", filename(fs, i), 380 victim = i; 382 pwarn("Is victim %s (%s is preserved)", 385 victim = j; 392 if ((error = v7fs_inode_load(fs, &inode, victim)))
|
/src/lib/libc/rpc/ |
svc_dg.c | 394 u_int uc_nextvictim; /* points to next victim in fifo list */ 471 static const char cache_set_err1[] = "victim not found"; 472 static const char cache_set_err2[] = "victim alloc failed"; 478 cache_ptr victim; local in function:cache_set 499 victim = uc->uc_fifo[uc->uc_nextvictim]; 500 if (victim != NULL) { 501 loc = CACHE_LOC(xprt, victim->cache_xid); 503 *vicp != NULL && *vicp != victim; 511 *vicp = victim->cache_next; /* remove from cache */ 512 newbuf = victim->cache_reply [all...] |
svc_dg.c | 394 u_int uc_nextvictim; /* points to next victim in fifo list */ 471 static const char cache_set_err1[] = "victim not found"; 472 static const char cache_set_err2[] = "victim alloc failed"; 478 cache_ptr victim; local in function:cache_set 499 victim = uc->uc_fifo[uc->uc_nextvictim]; 500 if (victim != NULL) { 501 loc = CACHE_LOC(xprt, victim->cache_xid); 503 *vicp != NULL && *vicp != victim; 511 *vicp = victim->cache_next; /* remove from cache */ 512 newbuf = victim->cache_reply [all...] |
/src/sys/altq/ |
altq_jobs.c | 774 int victim; local in function:jobs_addq 779 victim = -1; 841 victim = pick_dropped_rlc(jif); 843 if (victim == -1) { 853 victim_class = jif->jif_classes[victim]; 882 victim = pick_dropped_rlc(jif); 883 if (victim == -1) { 891 victim_class = jif->jif_classes[victim];
|
altq_jobs.c | 774 int victim; local in function:jobs_addq 779 victim = -1; 841 victim = pick_dropped_rlc(jif); 843 if (victim == -1) { 853 victim_class = jif->jif_classes[victim]; 882 victim = pick_dropped_rlc(jif); 883 if (victim == -1) { 891 victim_class = jif->jif_classes[victim];
|