Searched refs:dbd (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/apr-util/
H A Dbuild.conf33 dbd/apr_dbd.c
64 paths = dbd/apr_dbd_pgsql.c
65 target = dbd/apr_dbd_pgsql.la
68 paths = dbd/apr_dbd_sqlite2.c
69 target = dbd/apr_dbd_sqlite2.la
72 paths = dbd/apr_dbd_sqlite3.c
73 target = dbd/apr_dbd_sqlite3.la
76 paths = dbd/apr_dbd_oracle.c
77 target = dbd/apr_dbd_oracle.la
80 paths = dbd/apr_dbd_mysq
[all...]
H A Dbuild-outputs.mk25 dbd/apr_dbd.lo: dbd/apr_dbd.c .make.dirs include/apr_dbd.h include/apu_version.h include/private/apr_dbd_internal.h include/private/apu_internal.h
50 OBJECTS_all = buckets/apr_brigade.lo buckets/apr_buckets.lo buckets/apr_buckets_alloc.lo buckets/apr_buckets_eos.lo buckets/apr_buckets_file.lo buckets/apr_buckets_flush.lo buckets/apr_buckets_heap.lo buckets/apr_buckets_mmap.lo buckets/apr_buckets_pipe.lo buckets/apr_buckets_pool.lo buckets/apr_buckets_refcount.lo buckets/apr_buckets_simple.lo buckets/apr_buckets_socket.lo crypto/apr_crypto.lo crypto/apr_md4.lo crypto/apr_md5.lo crypto/apr_passwd.lo crypto/apr_sha1.lo crypto/apr_siphash.lo crypto/crypt_blowfish.lo crypto/getuuid.lo crypto/uuid.lo dbd/apr_dbd.lo dbm/apr_dbm.lo dbm/apr_dbm_sdbm.lo dbm/sdbm/sdbm.lo dbm/sdbm/sdbm_hash.lo dbm/sdbm/sdbm_lock.lo dbm/sdbm/sdbm_pair.lo encoding/apr_base64.lo hooks/apr_hooks.lo ldap/apr_ldap_stub.lo ldap/apr_ldap_url.lo memcache/apr_memcache.lo misc/apr_date.lo misc/apr_queue.lo misc/apr_reslist.lo misc/apr_rmm.lo misc/apr_thread_pool.lo misc/apu_dso.lo misc/apu_version.lo redis/apr_redis.lo strmatch/apr_strmatch.lo uri/apr_uri.lo xlate/xlate.lo xml/apr_xml.lo
66 SOURCE_DIRS = xml redis dbm encoding hooks buckets uri misc crypto dbd strmatch memcache dbm/sdbm ldap xlate $(EXTRA_SOURCE_DIRS)
94 dbd/apr_dbd_pgsql.lo: dbd/apr_dbd_pgsql.c .make.dirs include/apr_buckets.h include/apr_dbd.h include/private/apr_dbd_internal.h
95 OBJECTS_dbd_pgsql = dbd/apr_dbd_pgsql.lo
96 MODULE_dbd_pgsql = dbd/apr_dbd_pgsql.la
97 dbd/apr_dbd_pgsql.la: dbd/apr_dbd_pgsq
[all...]
H A DMakefile.win227 cd dbd
369 copy $(APU_PATH)\dbd\$(ARCHPATH)\apr_dbd_%d-1.dll "$(PREFIX)\bin\" <.y && \
370 copy $(APU_PATH)\dbd\$(ARCHPATH)\apr_dbd_%d-1.pdb "$(PREFIX)\bin\" <.y \
H A Dconfigure1426 dbd, dbm, ldap)
23584 test $apu_have_oracle = 1 && objs="$objs dbd/apr_dbd_oracle.lo"
23585 test $apu_have_pgsql = 1 && objs="$objs dbd/apr_dbd_pgsql.lo"
23586 test $apu_have_mysql = 1 && objs="$objs dbd/apr_dbd_mysql.lo"
23587 test $apu_have_sqlite2 = 1 && objs="$objs dbd/apr_dbd_sqlite2.lo"
23588 test $apu_have_sqlite3 = 1 && objs="$objs dbd/apr_dbd_sqlite3.lo"
23589 test $apu_have_odbc = 1 && objs="$objs dbd/apr_dbd_odbc.lo"
23628 test $apu_have_oracle = 1 && dsos="$dsos dbd/apr_dbd_oracle.la"
23629 test $apu_have_pgsql = 1 && dsos="$dsos dbd/apr_dbd_pgsql.la"
23630 test $apu_have_mysql = 1 && dsos="$dsos dbd/apr_dbd_mysq
[all...]
/freebsd-11-stable/contrib/apr-util/test/
H A DMakefile.in15 STDTEST_PORTABLE = dbd testall
55 OBJECTS_dbd = dbd.lo $(LOCAL_LIBS)
56 dbd: $(OBJECTS_dbd)
63 if test "$$prog" = 'dbd'; then \
66 @apr_shlibpath_var@="`echo "../crypto/.libs:../dbm/.libs:../dbd/.libs:../ldap/.libs:$$@apr_shlibpath_var@" | sed -e 's/::*$$//'`" \
76 @apr_shlibpath_var@="`echo "../crypto/.libs:../dbm/.libs:../dbd/.libs:../ldap/.libs:$$@apr_shlibpath_var@" | sed -e 's/::*$$//'`" \
H A DMakefile.win76 $(OUTDIR)\dbd.exe
139 $(OUTDIR)\dbd.exe: $(INTDIR)\dbd.obj $(PROGRAM_DEPENDENCIES)
158 PATH=$(OUTDIR);..\$(OUTDIR);..\ldap\$(OUTDIR);..\dbd\$(OUTDIR);$(API_PATH)\$(OUTDIR);$(APR_PATH)\$(APROUTDIR);$(PATH)
163 echo Testing dbd sqlite2 && $(OUTDIR)\dbd.exe sqlite2 || echo Failed
164 echo Testing dbd sqlite3 && $(OUTDIR)\dbd.exe sqlite3 || echo Failed
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.h91 void mode_sense(struct cam_device *device, int *cdb_len, int dbd, int llbaa,
97 void mode_edit(struct cam_device *device, int cdb_len, int desc, int dbd,
100 void mode_list(struct cam_device *device, int cdb_len, int dbd, int pc,
H A Dmodeedit.c107 int cdb_len, int dbd, int pc, int page, int subpage,
114 int dbd, int pc, int page, int subpage,
127 int dbd, int pc, int page, int subpage,
596 editlist_populate(struct cam_device *device, int cdb_len, int dbd, int pc, argument
608 mode_sense(device, &cdb_len, dbd, 0, 1, page, subpage, task_attr,
634 mode_sense(device, &cdb_len, dbd, 0, pc, page, subpage, task_attr,
701 editlist_save(struct cam_device *device, int cdb_len, int dbd, int pc, argument
715 mode_sense(device, &cdb_len, dbd, 0, pc, page, subpage, task_attr,
1004 modepage_dump(struct cam_device *device, int cdb_len, int dbd, int pc, argument
1013 mode_sense(device, &cdb_len, dbd,
1085 mode_edit(struct cam_device *device, int cdb_len, int desc, int dbd, int llbaa, int pc, int page, int subpage, int edit, int binary, int task_attr, int retry_count, int timeout) argument
1154 mode_list(struct cam_device *device, int cdb_len, int dbd, int pc, int subpages, int task_attr, int retry_count, int timeout) argument
[all...]
H A Dcamcontrol.c4243 mode_sense(struct cam_device *device, int *cdb_len, int dbd, int llbaa, int pc, argument
4268 /* dbd */ dbd,
4374 int binary = 0, cdb_len = 10, dbd = 0, desc = 0, edit = 0, list = 0; local
4385 dbd = 1;
4426 if (dbd && desc)
4433 mode_list(device, cdb_len, dbd, pc, list > 1, task_attr,
4436 mode_edit(device, cdb_len, desc, dbd, llbaa, pc, page, subpage,
/freebsd-11-stable/usr.bin/svn/lib/libapr_util/
H A DMakefile47 ${APRU}/dbd \
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite2.c65 #define FREE_ERROR_MSG(dbd) \
67 if(dbd && dbd->errmsg) { \
68 free(dbd->errmsg); \
69 dbd->errmsg = NULL; \
H A Dapr_dbd_odbc.c1027 apr_file_printf(se, "Incorrect " ODBC_DRIVER_STRING " dbd driver version\n"
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_util.h75 uint32_t data_len, int dbd, int llbaa,
H A Dctl_util.c444 int dbd, int llbaa, uint8_t page_code, uint8_t pc,
458 if (dbd)
470 if (dbd)
443 ctl_scsi_mode_sense(union ctl_io *io, uint8_t *data_ptr, uint32_t data_len, int dbd, int llbaa, uint8_t page_code, uint8_t pc, uint8_t subpage, int minimum_cdb_size, ctl_tag_type tag_type, uint8_t control) argument
H A Dctl.c6333 int pc, page_code, dbd, llba, subpage; local
6338 dbd = 0;
6352 dbd = 1;
6370 dbd = 1;
6507 if (dbd)
6529 if (dbd)
6545 if (dbd == 0) {
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.h269 uint64_t dbd:1; /**< Indicates whether the last debug exception or member in struct:__anon8467::__anon8468
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_cq.c382 int dbd; local
466 mthca_free_err_wqe(dev, qp, is_send, wqe_index, &dbd, &new_wqe);
473 if (!(new_wqe & cpu_to_be32(0x3f)) || (!cqe->db_cnt && dbd))
476 be16_add_cpu(&cqe->db_cnt, -dbd);
H A Dmthca_dev.h544 int index, int *dbd, __be32 *new_wqe);
H A Dmthca_qp.c2228 int index, int *dbd, __be32 *new_wqe)
2246 *dbd = !!(next->ee_nds & cpu_to_be32(MTHCA_NEXT_DBD));
2227 mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send, int index, int *dbd, __be32 *new_wqe) argument
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_ch.c584 /* dbd */ (softc->quirks & CH_Q_NO_DBD) ?
1549 int error, from, dbd; local
1576 dbd = FALSE;
1578 dbd = TRUE;
1587 /* dbd */ dbd,
1600 if (dbd) {
1650 /* dbd */ dbd,
1663 if (dbd) {
[all...]
H A Dscsi_all.c7609 int dbd, uint8_t pc, uint8_t page, uint8_t *param_buf, uint32_t param_len,
7613 scsi_mode_sense_subpage(csio, retries, cbfcnp, tag_action, dbd,
7620 int dbd, uint8_t pc, uint8_t page, uint8_t *param_buf, uint32_t param_len,
7624 scsi_mode_sense_subpage(csio, retries, cbfcnp, tag_action, dbd,
7632 int dbd, uint8_t pc, uint8_t page, uint8_t subpage, uint8_t *param_buf,
7651 if (dbd != 0)
7666 if (dbd != 0)
7607 scsi_mode_sense(struct ccb_scsiio *csio, uint32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), uint8_t tag_action, int dbd, uint8_t pc, uint8_t page, uint8_t *param_buf, uint32_t param_len, uint8_t sense_len, uint32_t timeout) argument
7618 scsi_mode_sense_len(struct ccb_scsiio *csio, uint32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), uint8_t tag_action, int dbd, uint8_t pc, uint8_t page, uint8_t *param_buf, uint32_t param_len, int minimum_cmd_size, uint8_t sense_len, uint32_t timeout) argument
7630 scsi_mode_sense_subpage(struct ccb_scsiio *csio, uint32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), uint8_t tag_action, int dbd, uint8_t pc, uint8_t page, uint8_t subpage, uint8_t *param_buf, uint32_t param_len, int minimum_cmd_size, uint8_t sense_len, uint32_t timeout) argument
H A Dscsi_all.h3991 uint8_t tag_action, int dbd, uint8_t pc, uint8_t page,
3997 uint8_t tag_action, int dbd, uint8_t pc, uint8_t page,
4004 uint8_t tag_action, int dbd, uint8_t pc,
/freebsd-11-stable/usr.sbin/ctladm/
H A Dctladm.c1160 int pc = -1, cdbsize, retval, dbd = 0, subpage = -1; local
1184 dbd = 1;
1288 /*dbd*/ dbd,

Completed in 456 milliseconds