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

123

/freebsd-11.0-release/usr.sbin/sa/
H A DMakefile9 SRCS= main.c db.c pdb.c usrdb.c readrec.c
/freebsd-11.0-release/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-11.0-release/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))
1757 struct merge_dir_baton_t *pdb = dir_baton;
1779 if (pdb)
1781 fb->parent_baton = pdb;
1782 fb->shadowed = pdb->shadowed;
1783 fb->skip_reason = pdb->skip_reason;
1833 if (pdb && (excluded
1885 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
1753 struct merge_dir_baton_t *pdb = dir_baton; local
2541 struct merge_dir_baton_t *pdb = parent_dir_baton; local
[all...]
/freebsd-11.0-release/contrib/apr-util/include/private/
H A Dapr_dbm_private.h52 apr_status_t (*open)(apr_dbm_t **pdb, const char *pathname,
/freebsd-11.0-release/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.c4167 struct dir_baton *pdb = fb->dir_baton;
4191 SVN_ERR(maybe_release_dir_info(pdb));
4374 SVN_ERR(maybe_release_dir_info(pdb));
4622 SVN_ERR(maybe_release_dir_info(pdb));
4163 struct dir_baton *pdb = fb->dir_baton; local
/freebsd-11.0-release/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-11.0-release/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-11.0-release/sys/dev/isp/
H A Disp.c2795 isp_getpdb(ispsoftc_t *isp, int chan, uint16_t id, isp_pdb_t *pdb) argument
2827 pdb->handle = un.bill.pdb_handle;
2828 pdb->prli_word3 = un.bill.pdb_prli_svc3;
2829 pdb->portid = BITS2WORD_24XX(un.bill.pdb_portid_bits);
2830 ISP_MEMCPY(pdb->portname, un.bill.pdb_portname, 8);
2831 ISP_MEMCPY(pdb->nodename, un.bill.pdb_nodename, 8);
2834 chan, id, pdb->portid, un.bill.pdb_flags,
2842 pdb->handle = un.fred.pdb_loopid;
2843 pdb->prli_word3 = un.fred.pdb_prli_svc3;
2844 pdb
2923 isp_pdb_t pdb; local
3004 isp_pdb_t pdb; local
3257 isp_pdb_add_update(ispsoftc_t *isp, int chan, isp_pdb_t *pdb) argument
3328 isp_pdb_t pdb; local
3369 isp_pdb_t pdb; local
3652 isp_pdb_t pdb; local
4906 isp_pdb_t *pdb; local
[all...]
H A Dispvar.h418 #define FC_PORTDB_TGT(isp, bus, pdb) (int)(lp - FCPARAM(isp, bus)->portdb)
875 * ... ISPCTL_GET_PDB, int channel, int nphandle, isp_pdb_t *pdb)
/freebsd-11.0-release/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-11.0-release/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-11.0-release/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-11.0-release/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-11.0-release/contrib/tcsh/
H A Dconfigure3311 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3337 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3405 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3514 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
/freebsd-11.0-release/contrib/ldns/drill/
H A Dconfigure2714 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2740 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2808 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2917 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
/freebsd-11.0-release/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 ) ;;
/freebsd-11.0-release/contrib/gcclibs/libssp/
H A Dconfigure2368 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2457 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2508 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;

Completed in 494 milliseconds

123