Home
last modified time | relevance | path

Searched refs:rmmap (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mtd/
H A Dmtdpstore.c17 unsigned long *rmmap; /* removed bit map */ member
146 set_bit(zonenum, cxt->rmmap); in mtdpstore_mark_removed()
159 clear_bit(zonenum, cxt->rmmap); in mtdpstore_block_clear_removed()
175 if (test_bit(zonenum, cxt->rmmap)) in mtdpstore_block_is_removed()
420 cxt->rmmap = kcalloc(longcnt, sizeof(long), GFP_KERNEL); in mtdpstore_notify_add()
532 kfree(cxt->rmmap); in mtdpstore_notify_remove()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mtd/
H A Dmtdpstore.c17 unsigned long *rmmap; /* removed bit map */ member
146 set_bit(zonenum, cxt->rmmap); in mtdpstore_mark_removed()
159 clear_bit(zonenum, cxt->rmmap); in mtdpstore_block_clear_removed()
175 if (test_bit(zonenum, cxt->rmmap)) in mtdpstore_block_is_removed()
420 cxt->rmmap = kcalloc(longcnt, sizeof(long), GFP_KERNEL); in mtdpstore_notify_add()
532 kfree(cxt->rmmap); in mtdpstore_notify_remove()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mtd/
H A Dmtdpstore.c17 unsigned long *rmmap; /* removed bit map */ member
146 set_bit(zonenum, cxt->rmmap); in mtdpstore_mark_removed()
159 clear_bit(zonenum, cxt->rmmap); in mtdpstore_block_clear_removed()
175 if (test_bit(zonenum, cxt->rmmap)) in mtdpstore_block_is_removed()
420 cxt->rmmap = kcalloc(longcnt, sizeof(long), GFP_KERNEL); in mtdpstore_notify_add()
532 kfree(cxt->rmmap); in mtdpstore_notify_remove()
/dports/math/spot/spot-2.10.2/spot/tl/
H A Dsimplify.cc2802 fmap_t rmmap; // associates "a" to "a R b" or "a M b" in visit_multop() local
2834 auto j = rmmap.find(a); in visit_multop()
2835 if (j == rmmap.end()) in visit_multop()
2838 rmmap[a] = i; in visit_multop()
2871 j = rmmap.find(c); in visit_multop()
2872 if (j != rmmap.end()) in visit_multop()
3466 auto j = rmmap.find(b); in visit_multop()
3467 if (j == rmmap.end()) in visit_multop()
3470 rmmap[b] = i; in visit_multop()
3503 j = rmmap.find(c); in visit_multop()
[all …]
/dports/math/py-spot/spot-2.10.2/spot/tl/
H A Dsimplify.cc2802 fmap_t rmmap; // associates "a" to "a R b" or "a M b" in visit_multop() local
2834 auto j = rmmap.find(a); in visit_multop()
2835 if (j == rmmap.end()) in visit_multop()
2838 rmmap[a] = i; in visit_multop()
2871 j = rmmap.find(c); in visit_multop()
2872 if (j != rmmap.end()) in visit_multop()
3466 auto j = rmmap.find(b); in visit_multop()
3467 if (j == rmmap.end()) in visit_multop()
3470 rmmap[b] = i; in visit_multop()
3503 j = rmmap.find(c); in visit_multop()
[all …]
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dserver.cpp3379 const char *rmmap = behindpath(text), *reject = NULL; in process() local
3380 int mp = findmappath(rmmap); in process()
3387 formatstring(filename)(SERVERMAP_PATH_INCOMING "%s.cgz", rmmap); in process()
3389 formatstring(filename)(SERVERMAP_PATH_INCOMING "%s.cfg", rmmap); in process()
3391 defformatstring(msg)("map '%s' deleted", rmmap); in process()
3393 logline(ACLOG_INFO,"[%s] deleted map %s", clients[sender]->hostname, rmmap); in process()
3397 … logline(ACLOG_INFO,"[%s] deleting map %s failed: %s", clients[sender]->hostname, rmmap, reject); in process()
3398 defformatstring(msg)("\f3can't delete map '%s', %s", rmmap, reject); in process()
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/ibm/
H A Dtest_storwize_svc.py3330 'rmvdiskhostmap') as rmmap:
3331 rmmap.side_effect = Exception('boom')
3341 'rmvdiskhostmap') as rmmap:
3342 rmmap.side_effect = Exception('boom')
4171 'rmvdiskhostmap') as rmmap:
4172 rmmap.side_effect = Exception('boom')
4180 'rmvdiskhostmap') as rmmap:
4181 rmmap.side_effect = Exception('boom')