Searched refs:do_remove (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | sqlite.py | 322 def do_remove(columns, table_name, cursor): function 333 count += do_remove(OUTHASH_TABLE_COLUMNS, "outhashes_v2", cursor) 334 count += do_remove(UNIHASH_TABLE_COLUMNS, "unihashes_v3", cursor)
|
H A D | sqlalchemy.py | 352 async def do_remove(table): function 362 count += await do_remove(UnihashesV3) 363 count += await do_remove(OuthashesV2)
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | vfio_ap_ops.c | 2341 int do_remove = 0; in vfio_ap_mdev_cfg_remove() local 2347 do_remove |= bitmap_and(aprem, ap_remove, in vfio_ap_mdev_cfg_remove() 2350 do_remove |= bitmap_and(aqrem, aq_remove, in vfio_ap_mdev_cfg_remove() 2353 do_remove |= bitmap_andnot(cdrem, cd_remove, in vfio_ap_mdev_cfg_remove() 2357 if (do_remove) in vfio_ap_mdev_cfg_remove() 2377 int do_remove; in vfio_ap_mdev_on_cfg_remove() local 2382 do_remove = bitmap_andnot(aprem, in vfio_ap_mdev_on_cfg_remove() 2386 do_remove |= bitmap_andnot(aqrem, in vfio_ap_mdev_on_cfg_remove() 2390 do_remove |= bitmap_andnot(cdrem, in vfio_ap_mdev_on_cfg_remove() 2395 if (do_remove) in vfio_ap_mdev_on_cfg_remove()
|
/openbmc/linux/drivers/macintosh/ |
H A D | therm_windtunnel.c | 342 do_remove(struct i2c_client *client) in do_remove() function 448 .remove = do_remove,
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 3639 goto do_remove; in liveness_pass_1() 3763 goto do_remove; in liveness_pass_1() 3802 goto do_remove; in liveness_pass_1() 3835 goto do_remove; in liveness_pass_1() 3839 do_remove: in liveness_pass_1()
|