Searched refs:pdb (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-10-stable/usr.sbin/sa/
H A DMakefile9 SRCS= main.c db.c pdb.c usrdb.c readrec.c
/freebsd-10-stable/contrib/apr-util/dbm/
H A Dapr_dbm_ndbm.c73 static apr_status_t vt_ndbm_open(apr_dbm_t **pdb, const char *pathname, argument
80 *pdb = NULL;
106 *pdb = apr_pcalloc(pool, sizeof(**pdb));
107 (*pdb)->pool = pool;
108 (*pdb)->type = &apr_dbm_type_ndbm;
109 (*pdb)->file = file;
H A Dapr_dbm_sdbm.c54 static apr_status_t vt_sdbm_open(apr_dbm_t **pdb, const char *pathname, argument
61 *pdb = NULL;
89 *pdb = apr_pcalloc(pool, sizeof(**pdb));
90 (*pdb)->pool = pool;
91 (*pdb)->type = &apr_dbm_type_sdbm;
92 (*pdb)->file = file;
H A Dapr_dbm_gdbm.c79 static apr_status_t vt_gdbm_open(apr_dbm_t **pdb, const char *pathname, argument
86 *pdb = NULL;
113 *pdb = apr_pcalloc(pool, sizeof(**pdb));
114 (*pdb)->pool = pool;
115 (*pdb)->type = &apr_dbm_type_gdbm;
116 (*pdb)->file = file;
H A Dapr_dbm_berkeleydb.c137 static apr_status_t vt_db_open(apr_dbm_t **pdb, const char *pathname, argument
144 *pdb = NULL;
196 *pdb = apr_pcalloc(pool, sizeof(**pdb));
197 (*pdb)->pool = pool;
198 (*pdb)->type = &apr_dbm_type_db;
199 (*pdb)->file = apr_pmemdup(pool, &file, sizeof(file));
H A Dapr_dbm.c193 APU_DECLARE(apr_status_t) apr_dbm_open_ex(apr_dbm_t **pdb, const char *type,
203 rv = (vtable->open)(pdb, pathname, mode, perm, pool);
208 APU_DECLARE(apr_status_t) apr_dbm_open(apr_dbm_t **pdb, const char *pathname,
212 return apr_dbm_open_ex(pdb, DBM_NAME, pathname, mode, perm, pool);
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c137 void *pdb; member in struct:dir_baton
467 SVN_ERR(eb->processor->dir_opened(&db->pdb,
503 db->pdb,
557 SVN_ERR(eb->processor->dir_opened(&db->pdb, &skip, &skip_children,
562 pb->pdb,
611 db->pdb,
695 SVN_ERR(eb->processor->dir_opened(&db->pdb,
702 pb->pdb,
736 SVN_ERR(eb->processor->dir_opened(&db->pdb,
742 pb ? pb->pdb
[all...]
H A Dmerge.c1274 struct merge_dir_baton_t *pdb,
1281 && !(pdb && pdb->shadowed))
1800 struct merge_dir_baton_t *pdb = dir_baton;
1822 if (pdb)
1824 fb->parent_baton = pdb;
1825 fb->shadowed = pdb->shadowed;
1826 fb->skip_reason = pdb->skip_reason;
1876 if (pdb && (excluded
1928 if (pdb
1265 record_skip(merge_cmd_baton_t *merge_b, const char *local_abspath, svn_node_kind_t kind, svn_wc_notify_action_t action, svn_wc_notify_state_t state, struct merge_dir_baton_t *pdb, apr_pool_t *scratch_pool) argument
1796 struct merge_dir_baton_t *pdb = dir_baton; local
2584 struct merge_dir_baton_t *pdb = parent_dir_baton; local
[all...]
/freebsd-10-stable/contrib/apr-util/include/private/
H A Dapr_dbm_private.h52 apr_status_t (*open)(apr_dbm_t **pdb, const char *pathname,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_editor.c150 void *pdb;
1035 void *pdb = NULL;
1085 SVN_ERR(processor->dir_opened(&pdb, &skip, &skip_children,
1146 processor, pdb,
1158 processor, pdb,
1189 pdb,
1257 eb->processor, pb->pdb,
1267 eb->processor, pb->pdb,
1488 SVN_ERR(eb->processor->dir_opened(&db->pdb, &db->skip,
1569 SVN_ERR(eb->processor->dir_opened(&db->pdb,
149 void *pdb; member in struct:dir_baton_t
1034 void *pdb = NULL; local
[all...]
H A Dupdate_editor.c4190 struct dir_baton *pdb = fb->dir_baton;
4214 SVN_ERR(maybe_release_dir_info(pdb));
4397 SVN_ERR(maybe_release_dir_info(pdb));
4645 SVN_ERR(maybe_release_dir_info(pdb));
4186 struct dir_baton *pdb = fb->dir_baton; local
/freebsd-10-stable/contrib/apr/
H A Dlibapr.mak82 -@erase "$(INTDIR)\libapr_src.pdb"
123 -@erase "$(OUTDIR)\libapr-1.pdb"
174 LINK32_FLAGS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\libapr-1.pdb" /debug /out:"$(OUTDIR)\libapr-1.dll" /implib:"$(OUTDIR)\libapr-1.lib" /MACHINE:X86 /opt:ref
318 -@erase "$(INTDIR)\libapr_src.pdb"
359 -@erase "$(OUTDIR)\libapr-1.pdb"
410 LINK32_FLAGS=kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\libapr-1.pdb" /debug /out:"$(OUTDIR)\libapr-1.dll" /implib:"$(OUTDIR)\libapr-1.lib" /MACHINE:X86
554 -@erase "$(INTDIR)\libapr_src.pdb"
595 -@erase "$(OUTDIR)\libapr-1.pdb"
[all...]
H A Dapr.mak45 -@erase "$(INTDIR)\apr-1.pdb"
259 -@erase "$(INTDIR)\apr-1.pdb"
473 -@erase "$(INTDIR)\apr-1.pdb"
687 -@erase "$(INTDIR)\apr-1.pdb"
901 -@erase "$(INTDIR)\apr-1.pdb"
1115 -@erase "$(INTDIR)\apr-1.pdb"
/freebsd-10-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm.c86 static apr_status_t prep(apr_sdbm_t **pdb, const char *dirname, const char *pagname, argument
92 *pdb = NULL;
155 *pdb = db;
/freebsd-10-stable/sys/dev/isp/
H A Disp.c2749 isp_getpdb(ispsoftc_t *isp, int chan, uint16_t id, isp_pdb_t *pdb) argument
2781 pdb->handle = un.bill.pdb_handle;
2782 pdb->prli_word3 = un.bill.pdb_prli_svc3;
2783 pdb->portid = BITS2WORD_24XX(un.bill.pdb_portid_bits);
2784 ISP_MEMCPY(pdb->portname, un.bill.pdb_portname, 8);
2785 ISP_MEMCPY(pdb->nodename, un.bill.pdb_nodename, 8);
2788 chan, id, pdb->portid, un.bill.pdb_flags,
2797 pdb->handle = un.fred.pdb_loopid;
2798 pdb->prli_word3 = un.fred.pdb_prli_svc3;
2799 pdb
2878 isp_pdb_t pdb; local
2959 isp_pdb_t pdb; local
3212 isp_pdb_add_update(ispsoftc_t *isp, int chan, isp_pdb_t *pdb) argument
3283 isp_pdb_t pdb; local
3324 isp_pdb_t pdb; local
3607 isp_pdb_t pdb; local
4829 isp_pdb_t *pdb; local
[all...]
H A Dispvar.h416 #define FC_PORTDB_TGT(isp, bus, pdb) (int)(lp - FCPARAM(isp, bus)->portdb)
860 * ... ISPCTL_GET_PDB, int channel, int nphandle, isp_pdb_t *pdb)
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dfa-defs.h657 uint64_t pdb : 3; /**< Bist Results for PDB RAM(s) (per-cluster) member in struct:cvmx_dfa_bist0::cvmx_dfa_bist0_s
661 uint64_t pdb : 3;
696 uint64_t pdb : 1; /**< Bist Results for PDB RAM(s) (per-cluster) member in struct:cvmx_dfa_bist0::cvmx_dfa_bist0_cn61xx
700 uint64_t pdb : 1;
735 uint64_t pdb : 1; /**< Bist Results for PDB RAM(s) member in struct:cvmx_dfa_bist0::cvmx_dfa_bist0_cn63xx
739 uint64_t pdb : 1;
790 uint64_t pdb : 3; /**< Bist Results for PDB RAM(s) (per-cluster) member in struct:cvmx_dfa_bist0::cvmx_dfa_bist0_cn68xx
794 uint64_t pdb : 3;
H A Dcvmx-pko-defs.h2438 uint64_t pdb : 4; /**< BiST result of the PDB memories (0=pass, !0=fail) */ member in struct:cvmx_pko_reg_bist_result::cvmx_pko_reg_bist_result_cn30xx
2442 uint64_t pdb : 4;
/freebsd-10-stable/contrib/sqlite3/
H A DMakefile.msc254 SQLITE3EXEPDB = /pdb:sqlite3sh.pdb
969 del /Q *.exp *.lo *.ilk *.lib *.obj *.ncb *.pdb *.sdf *.suo 2>NUL
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak210 LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib $(LIBXML) /nologo /dll /incremental:no /pdb:"$(OUTDIR)\libisc.pdb" /machine:I386 /def:".\libisc.def" /out:"../../../Build/Release/libisc.dll" /implib:"$(OUTDIR)\libisc.lib"
461 -@erase "$(INTDIR)\vc60.pdb"
470 -@erase "$(OUTDIR)\libisc.pdb"
567 LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib $(LIBXML) /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\libisc.pdb" /map:"$(INTDIR)\libisc.map" /debug /machine:I386 /def:".\libisc.def" /out:"../../../Build/Debug/libisc.dll" /implib:"$(OUTDIR)\libisc.lib" /pdbtype:sept
/freebsd-10-stable/contrib/gperf/lib/
H A Dconfigure2062 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2087 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2192 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2247 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
/freebsd-10-stable/contrib/gperf/src/
H A Dconfigure2064 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2089 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2194 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2249 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
/freebsd-10-stable/contrib/ldns/drill/
H A Dconfigure2732 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2758 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2826 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2935 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
/freebsd-10-stable/contrib/tcsh/
H A Dconfigure3345 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3371 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3439 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3548 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
/freebsd-10-stable/contrib/bmake/
H A Dconfigure2732 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2758 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2860 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2910 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;

Completed in 513 milliseconds

123