Home
last modified time | relevance | path

Searched refs:db (Results 126 – 150 of 595) sorted by relevance

12345678910>>...24

/openbmc/linux/fs/ocfs2/cluster/
H A Dheartbeat.c1278 BUG_ON(sizeof(map) < db->db_size); in o2hb_debug_open()
1284 switch (db->db_type) { in o2hb_debug_open()
1290 memcpy(map, db->db_data, db->db_size); in o2hb_debug_open()
1296 reg = (struct o2hb_region *)db->db_data; in o2hb_debug_open()
1326 while ((i = find_next_bit(map, db->db_len, i + 1)) < db->db_len) in o2hb_debug_open()
1388 *db = kmalloc(db_len, GFP_KERNEL); in o2hb_debug_create()
1389 if (!*db) in o2hb_debug_create()
1392 (*db)->db_type = type; in o2hb_debug_create()
1393 (*db)->db_size = size; in o2hb_debug_create()
1394 (*db)->db_len = len; in o2hb_debug_create()
[all …]
/openbmc/qemu/tests/tcg/cris/bare/
H A Dcheck_addxc.s64 checkr3 781344db
69 checkr3 781343db
H A Dcheck_addxm.s79 checkr3 781344db
84 checkr3 781343db
/openbmc/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson.h101 #define BANK(n, f, l, per, peb, pr, pb, dr, db, or, ob, ir, ib) \ argument
109 [REG_DIR] = { dr, db }, \
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dcq.c218 err = mlx4_ib_db_map_user(udata, ucmd.db_addr, &cq->db); in mlx4_ib_create_cq()
225 err = mlx4_db_alloc(dev->dev, &cq->db, 1); in mlx4_ib_create_cq()
229 cq->mcq.set_ci_db = cq->db.db; in mlx4_ib_create_cq()
230 cq->mcq.arm_db = cq->db.db + 1; in mlx4_ib_create_cq()
247 err = mlx4_cq_alloc(dev->dev, entries, &cq->buf.mtt, uar, cq->db.dma, in mlx4_ib_create_cq()
274 mlx4_ib_db_unmap_user(context, &cq->db); in mlx4_ib_create_cq()
285 mlx4_db_free(dev->dev, &cq->db); in mlx4_ib_create_cq()
491 &mcq->db); in mlx4_ib_destroy_cq()
494 mlx4_db_free(dev->dev, &mcq->db); in mlx4_ib_destroy_cq()
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dserv.py13 import prserv.db
131 self.db = prserv.db.PRData(self.dbfile, read_only=self.read_only)
132 self.table = self.db["PRMAIN"]
141 self.db.disconnect()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmanpages.bbclass18 # only add man-db to RDEPENDS when manual files are built and installed
19 RDEPENDS:${MAN_PKG} += "${@bb.utils.contains('PACKAGECONFIG', 'manpages', 'man-db', '', d)}"
/openbmc/u-boot/board/Marvell/db-88f6720/
H A DMakefile5 obj-y := db-88f6720.o
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A D0001-configure.ac-Rename-to-configure.ac-and-use-external.patch58 +AC_MSG_CHECKING([Location of hddtemp.db])
60 +#db_path=\"`eval echo ${datadir}`/misc/hddtemp.db\"
61 +db_path=\"/usr/share/misc/hddtemp.db\"
63 + [ --with-db-path=PATH \
64 + Default location of hddtemp.db file [/usr/share/misc/hddtemp.db]],
66 + AC_MSG_FAILURE([new file name for db-path])
155 -AC_MSG_CHECKING([Location of hddtemp.db])
157 -#db_path=\"`eval echo ${datadir}`/misc/hddtemp.db\"
158 -db_path=\"/usr/share/misc/hddtemp.db\"
160 - [ --with-db-path=PATH \
[all …]
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-flash.rst92 $want_flash_vers = some-db-backed.lookup($hw_id, 'flash')
96 $file = some-db-backed.download($hw_id, 'flash')
100 $want_fw_vers = some-db-backed.lookup($hw_id, 'all')
104 $file = some-db-backed.download($hw_id, 'disk')
/openbmc/u-boot/board/Marvell/db-mv784mp-gp/
H A DMakefile5 obj-y := db-mv784mp-gp.o
/openbmc/u-boot/board/Marvell/db-88f6820-amc/
H A DMakefile5 obj-y := db-88f6820-amc.o
/openbmc/u-boot/board/Marvell/db-88f6820-gp/
H A DMakefile5 obj-y := db-88f6820-gp.o
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c32 static struct net_device *felix_classify_db(struct dsa_db db) in felix_classify_db() argument
34 switch (db.type) { in felix_classify_db()
39 return db.bridge.dev; in felix_classify_db()
787 struct dsa_db db) in felix_fdb_add() argument
808 struct dsa_db db) in felix_fdb_del() argument
829 struct dsa_db db) in felix_lag_fdb_add() argument
842 struct dsa_db db) in felix_lag_fdb_del() argument
855 struct dsa_db db) in felix_mdb_add() argument
864 dsa_mdb_present_in_other_db(ds, port, mdb, db)) in felix_mdb_add()
875 struct dsa_db db) in felix_mdb_del() argument
[all …]
/openbmc/linux/drivers/video/fbdev/
H A Dmacmodes.c401 const struct fb_videomode *db = NULL; in mac_find_mode() local
406 db = mac_modedb; in mac_find_mode()
409 return fb_find_mode(var, info, mode_option, db, dbsize, in mac_find_mode()
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v4.c233 int its_make_vpe_non_resident(struct its_vpe *vpe, bool db) in its_make_vpe_non_resident() argument
244 info.req_db = db; in its_make_vpe_non_resident()
247 while (db && irqd_irq_disabled(&desc->irq_data)) in its_make_vpe_non_resident()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/soci/
H A Dsoci_4.0.3.bb13 TESTCONFIG = '-DSOCI_TEST_EMPTY_CONNSTR="dummy" -DSOCI_TEST_SQLITE3_CONNSTR="test.db" \
15 -DSOCI_TEST_MYSQL_CONNSTR:STRING="db=soci_test user=oe password=oe"'
/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/
H A DAdd-ptest-support.patch56 rm -rf softhsm-*.db softhsm-*.config *.tmp tmp-* x509-crt-list-import-url.config.db port.lock.d
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_dir2.c665 xfs_dir2_db_t db, in xfs_dir2_shrink_inode() argument
676 trace_xfs_dir2_shrink_inode(args, db); in xfs_dir2_shrink_inode()
681 da = xfs_dir2_db_to_da(args->geo, db); in xfs_dir2_shrink_inode()
708 if (db >= xfs_dir2_byte_to_db(args->geo, XFS_DIR2_LEAF_OFFSET)) in xfs_dir2_shrink_inode()
713 if (dp->i_disk_size > xfs_dir2_db_off_to_byte(args->geo, db + 1, 0)) in xfs_dir2_shrink_inode()
722 if (db == args->geo->datablk) in xfs_dir2_shrink_inode()
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/
H A D0011_delete_layersource.py4 from django.db import migrations
H A D0014_allow_empty_buildname.py4 from django.db import migrations, models
/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeon_monitor.c977 const struct fb_videomode *db = vesa_modes; in radeon_match_mode() local
988 db = rinfo->mon1_modedb; in radeon_match_mode()
1014 while (db) { in radeon_match_mode()
1018 if (db[i].yres < src->yres) in radeon_match_mode()
1020 if (db[i].xres < src->xres) in radeon_match_mode()
1022 d = radeon_compare_modes(src, &db[i]); in radeon_match_mode()
1027 candidate = &db[i]; in radeon_match_mode()
1031 db = NULL; in radeon_match_mode()
1034 db = vesa_modes; in radeon_match_mode()
/openbmc/openbmc/meta-openpower/recipes-bsp/pdata/files/
H A Dpower-target.sh8 export PDATA_INFODB=/usr/share/pdata/attributes_info.db
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_roce.c52 dev_info.db = adapter->db; in _be_roce_dev_add()
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/
H A D0002_auto_20160120_1250.py4 from django.db import migrations, models

12345678910>>...24