Symbol: remap
games/hunt/huntd/makemaze.c
228
remap();
sys/arch/arm/marvell/mvsoc_space.c
429
bus_addr_t remap;
sys/arch/arm/marvell/mvsoc_space.c
437
remap = read_mlmbreg(MVSOC_MLMB_WRLR(window)) &
sys/arch/arm/marvell/mvsoc_space.c
439
remap |=
sys/arch/arm/marvell/mvsoc_space.c
441
address = address - remap + base;
sys/dev/ic/ssdfb.c
803
uint8_t remap;
sys/dev/ic/ssdfb.c
862
remap = 0x10;
sys/dev/ic/ssdfb.c
864
remap = 0x2;
sys/dev/ic/ssdfb.c
868
SSDFB_CMD3(SSD1322_CMD_SET_REMAP_AND_DUAL_COM_LINE_MODE, remap, dualcom);
sys/dev/ic/ssdfb.c
929
uint8_t remap;
sys/dev/ic/ssdfb.c
988
remap = sc->sc_p->p_compin_cfg;
sys/dev/ic/ssdfb.c
990
remap ^= SSD1353_REMAP_COM_DIRECTION;
sys/dev/ic/ssdfb.c
992
remap ^= SSD1353_REMAP_SEG_DIRECTION;
sys/dev/ic/ssdfb.c
993
SSDFB_CMD2(SSD1353_CMD_REMAP_COLOR_DEPTH, remap);
sys/dev/pci/if_bge.c
5177
bool remap;
sys/dev/pci/if_bge.c
5375
remap = true;
sys/dev/pci/if_bge.c
5379
if (error == EFBIG && remap) {
sys/dev/pci/if_bge.c
5381
remap = false;
sys/dev/pci/if_bge.c
5427
remap = true;
sys/dev/pci/if_bnx.c
5118
bool remap = true;
sys/dev/pci/if_bnx.c
5165
if (remap == true) {
sys/dev/pci/if_bnx.c
5168
remap = false;
sys/dev/pci/if_wm.c
8947
bool remap = true;
sys/dev/pci/if_wm.c
9041
if (remap == true) {
sys/dev/pci/if_wm.c
9044
remap = false;
sys/dev/pci/if_wm.c
9562
bool remap = true;
sys/dev/pci/if_wm.c
9638
if (remap == true) {
sys/dev/pci/if_wm.c
9641
remap = false;
sys/dev/pci/ixgbe/ix_txrx.c
421
bool remap = TRUE;
sys/dev/pci/ixgbe/ix_txrx.c
459
if (remap == TRUE) {
sys/dev/pci/ixgbe/ix_txrx.c
460
remap = FALSE;
sys/dev/raidframe/raidframevar.h
553
RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/raidframevar.h
559
RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/raidframevar.h
564
RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_chaindecluster.c
128
int remap)
sys/dev/raidframe/rf_chaindecluster.c
141
if (!remap) {
sys/dev/raidframe/rf_chaindecluster.c
172
int remap)
sys/dev/raidframe/rf_chaindecluster.c
180
if (!remap) {
sys/dev/raidframe/rf_chaindecluster.h
43
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_chaindecluster.h
46
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_decluster.c
319
RF_SectorNum_t *diskSector, int remap)
sys/dev/raidframe/rf_decluster.c
351
if (remap) {
sys/dev/raidframe/rf_decluster.c
377
RF_SectorNum_t *diskSector, int remap)
sys/dev/raidframe/rf_decluster.c
411
if (remap) {
sys/dev/raidframe/rf_decluster.h
104
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_decluster.h
107
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_declusterPQ.c
279
RF_SectorNum_t *diskSector, int remap)
sys/dev/raidframe/rf_declusterPQ.c
324
if (remap) {
sys/dev/raidframe/rf_declusterPQ.c
346
RF_SectorNum_t *diskSector, int remap)
sys/dev/raidframe/rf_declusterPQ.c
378
if (remap)
sys/dev/raidframe/rf_declusterPQ.c
396
RF_SectorNum_t *diskSector, int remap)
sys/dev/raidframe/rf_declusterPQ.c
429
if (remap)
sys/dev/raidframe/rf_declusterPQ.h
40
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_declusterPQ.h
43
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_declusterPQ.h
46
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_evenodd.c
159
RF_SectorNum_t *diskSector, int remap)
sys/dev/raidframe/rf_evenodd.c
172
int remap)
sys/dev/raidframe/rf_evenodd.h
43
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_evenodd.h
46
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_interdecluster.c
151
int remap)
sys/dev/raidframe/rf_interdecluster.c
165
if (!remap) {
sys/dev/raidframe/rf_interdecluster.c
188
int remap)
sys/dev/raidframe/rf_interdecluster.c
200
if (!remap) {
sys/dev/raidframe/rf_interdecluster.h
44
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_interdecluster.h
47
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_map.c
172
remap);
sys/dev/raidframe/rf_map.c
207
&(pda_p->col), &(pda_p->startSector), remap);
sys/dev/raidframe/rf_map.c
229
&(pda_p->col), &(pda_p->startSector), remap);
sys/dev/raidframe/rf_map.c
231
&(pda_q->col), &(pda_q->startSector), remap);
sys/dev/raidframe/rf_map.c
80
RF_SectorCount_t numBlocks, void *buffer, int remap)
sys/dev/raidframe/rf_paritylogging.c
712
int remap)
sys/dev/raidframe/rf_paritylogging.c
732
int remap)
sys/dev/raidframe/rf_paritylogging.h
45
int remap);
sys/dev/raidframe/rf_paritylogging.h
49
int remap);
sys/dev/raidframe/rf_raid0.c
85
RF_RowCol_t *col, RF_SectorNum_t *diskSector, int remap)
sys/dev/raidframe/rf_raid0.c
96
RF_SectorNum_t *diskSector, int remap)
sys/dev/raidframe/rf_raid0.h
39
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_raid0.h
42
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_raid1.c
105
int remap)
sys/dev/raidframe/rf_raid1.c
123
int remap)
sys/dev/raidframe/rf_raid4.c
103
int remap)
sys/dev/raidframe/rf_raid4.c
114
int remap)
sys/dev/raidframe/rf_raid4.h
41
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_raid4.h
44
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_raid5.c
120
int remap)
sys/dev/raidframe/rf_raid5.c
131
int remap)
sys/dev/raidframe/rf_raid5.h
41
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_raid5.h
44
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_raid5_rotatedspare.c
113
int remap)
sys/dev/raidframe/rf_raid5_rotatedspare.c
117
if (remap) {
sys/dev/raidframe/rf_raid5_rotatedspare.c
135
int remap)
sys/dev/raidframe/rf_raid5_rotatedspare.c
142
if (remap)
sys/dev/raidframe/rf_raid5_rotatedspare.h
40
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/dev/raidframe/rf_raid5_rotatedspare.h
43
RF_RowCol_t * col, RF_SectorNum_t * diskSector, int remap);
sys/uvm/pmap/pmap.c
1542
bool remap = false;
sys/uvm/pmap/pmap.c
1552
remap = true;
sys/uvm/pmap/pmap.c
1557
if (!resident || remap) {