Home
last modified time | relevance | path

Searched refs:dbp (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch7003 -__bt_close(dbp)
7004 - DB *dbp;
7005 +__bt_close(DB *dbp)
7009 @@ -116,9 +115,7 @@ __bt_close(dbp)
7013 -__bt_sync(dbp, flags)
7014 - const DB *dbp;
7016 +__bt_sync(const DB *dbp, u_int flags)
7020 @@ -160,8 +157,7 @@ __bt_sync(dbp, flags)
7076 -__bt_delete(dbp, key, flags)
7077 - const DB *dbp;
[all …]
/openbmc/qemu/tests/qtest/
H A Dremote-i3c-test.c
/openbmc/qemu/include/hw/i3c/
H A Ddw-i3c.h98 uint8_t dbp:1; /* Defining byte present */ member
/openbmc/qemu/hw/i3c/
H A Ddw-i3c.c1230 if (cmd.dbp) { in dw_i3c_short_transfer()