HomeSort by: relevance | last modified time | path
    Searched defs:ldb (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/ypserv/ypxfr/
ypxfr.c 324 DBM *ldb; local in function:get_local_ordernum
351 ldb = ypdb_open(map_path);
352 if (ldb == NULL) {
360 v = ypdb_fetch(ldb, k);
369 ypdb_close(ldb);
412 DBM *ldb; local in function:create_db
417 ldb = ypdb_mktemp(db_temp);
419 return ldb;
451 add_order(DBM *ldb, u_int ordernum)
466 status = ypdb_store(ldb, key, val, YPDB_INSERT)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx53.dtsi 471 ldb: ldb@53fa8008 { label
474 compatible = "fsl,imx53-ldb";
imx6qdl.dtsi 76 ldb: ldb { label
79 compatible = "fsl,imx6q-ldb", "fsl,imx53-ldb";

Completed in 14 milliseconds