Home
last modified time | relevance | path

Searched refs:CDB (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/bsd/iscsi/dist/include/
H A Dosd.h103 #define OSD_ENCAP_CDB(ARGS, CDB) \ argument
104 (CDB)[0] = (ARGS)->opcode; \
105 (CDB)[1] = (ARGS)->control; \
106 (CDB)[6] = (ARGS)->security; \
107 (CDB)[7] = (ARGS)->add_cdb_len; \
108 *((uint16_t *)((CDB)+8)) = ISCSI_HTONS((ARGS)->service_action); \
109 (CDB)[10] = (ARGS)->options_byte; \
110 (CDB)[11] = (ARGS)->second_options_byte; \
111 *((uint32_t *)((CDB)+12)) = ISCSI_HTONL((ARGS)->GroupID); \
112 *((uint64_t *)((CDB)+16)) = ISCSI_HTONLL((ARGS)->UserID); \
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp185 const CompilationDatabase &CDB, DependencyConsumer &Consumer) { in computeDependencies() argument
191 tooling::ClangTool Tool(CDB, Input, PCHContainerOps, RealFS, Files); in computeDependencies()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h63 const CompilationDatabase &CDB,
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmt-opc.c712 …',', '#', OP (CBS), ',', '#', OP (INCR), ',', '#', OP (CCB), ',', '#', OP (CDB), ',', '#', OP (ROW…
718 …',', '#', OP (CBS), ',', '#', OP (INCR), ',', '#', OP (CCB), ',', '#', OP (CDB), ',', '#', OP (ROW…
724 …', '#', OP (COLNUM), ',', '#', OP (CBX), ',', '#', OP (CCB), ',', '#', OP (CDB), ',', '#', OP (ROW…
730 …',', '#', OP (PERM), ',', '#', OP (CBX), ',', '#', OP (CCB), ',', '#', OP (CDB), ',', '#', OP (ROW…
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmt-opc.c712 …',', '#', OP (CBS), ',', '#', OP (INCR), ',', '#', OP (CCB), ',', '#', OP (CDB), ',', '#', OP (ROW…
718 …',', '#', OP (CBS), ',', '#', OP (INCR), ',', '#', OP (CCB), ',', '#', OP (CDB), ',', '#', OP (ROW…
724 …', '#', OP (COLNUM), ',', '#', OP (CBX), ',', '#', OP (CCB), ',', '#', OP (CDB), ',', '#', OP (ROW…
730 …',', '#', OP (PERM), ',', '#', OP (CBX), ',', '#', OP (CCB), ',', '#', OP (CDB), ',', '#', OP (ROW…
/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_scan.l116 cdb return CDB;
H A Dnpf_parse.y109 %token CDB
345 | CDB
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic79xx.reg1265 * Scb offset for the CDB length field in initiator SCBs.
1297 * Scb offset for the first byte in the CDB for initiator SCBs.
1388 * CDB Limit
1389 * The size, in bytes, of the embedded CDB field in initiator SCBs.
3759 * Target-mode CDB type to CDB length table used
3798 * Only valid if CDB length is less than 13 bytes or
3799 * we are using a CDB pointer. Otherwise contains
3838 field SCB_CDB_LEN_PTR 0x80 /* CDB in host memory */
H A Daic79xx.seq1002 * If we are identified and have successfully sent the CDB,
1723 * In the case of DMAing a CDB from the host, the normal
1724 * CDB buffer is formatted with an 8 byte address followed
1862 * Must wait until CDB xfer is over before issuing the
H A Daic7xxx.seq1630 * If we are identified and have successfully sent the CDB,
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-2.251 - Support for CDB, SDBM and NIS+ databases is now built into Postfix
52 (but the CDB and SDBM libraries are not).
290 [Feature 20041208] Support for CDB databases by Michael Tokarev.
H A DRELEASE_NOTES-3.0326 packages. Postfix 3.0 supports dynamic loading for CDB, LDAP, LMDB,
342 CDB etc. database client, but only the new AUXLIBS_CDB etc. variables
343 support building a dynamically-loaded or statically-loaded CDB etc.
H A DINSTALL241 CDB etc. database client. See CDB_README, LDAP_README, etc. for details.
H A DHISTORY7156 Michael Tokarev's CDB support. Files: global/mkmap*.[hc].
9927 CDB support by Michael Tokarev, documentation by Victor
10635 Safety: the CDB map now logs a warning when the source file
18266 just yet abandon CDB. See LMDB_README for details. Files:
21434 CDB. Problem reported by Andreas Schulze. Files: util/dict.h,
/netbsd-src/sys/dev/ic/
H A Dmpt_debug.c536 printf("%02x ", msg->CDB[i]); in mpt_print_scsi_io_request()
H A Dmfireg.h1675 uint8_t CDB[20]; /* 0x00 */ member
1743 mpi2_scsi_io_cdb_union CDB; /* 0x40 */ member
H A Dmpt_mpilib.h2632 U8 CDB[16]; /* 18h */ member
4064 U8 CDB[16]; /* 14h */ member
H A Dmfi.c3197 memset(io_req->CDB.CDB32, 0, 32); in mfi_tbolt_scsi_ld_io()
3198 memcpy(io_req->CDB.CDB32, &xs->cmdstore, xs->cmdlen); in mfi_tbolt_scsi_ld_io()
H A Dmpt_netbsd.c916 memcpy(mpt_req->CDB, xs->cmd, xs->cmdlen); in mpt_run_xfer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp2292 auto &CDB = *CompilationDatabase; in DumpCompilationDatabase() local
2296 CDB << "{ \"directory\": \"" << escape(*CWD) << "\""; in DumpCompilationDatabase()
2297 CDB << ", \"file\": \"" << escape(Input.getFilename()) << "\""; in DumpCompilationDatabase()
2298 CDB << ", \"output\": \"" << escape(Output.getFilename()) << "\""; in DumpCompilationDatabase()
2299 CDB << ", \"arguments\": [\"" << escape(D.ClangExecutable) << "\""; in DumpCompilationDatabase()
2303 CDB << ", \"" << escape(Buf) << "\""; in DumpCompilationDatabase()
2307 CDB << ", \"" << escape(Buf) << "\""; in DumpCompilationDatabase()
2309 CDB << ", \"" << escape(Input.getFilename()) << "\""; in DumpCompilationDatabase()
2327 CDB << ", \"" << escape(it) << "\""; in DumpCompilationDatabase()
2331 CDB << ", \"" << escape(Buf) << "\"]},\n"; in DumpCompilationDatabase()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390-modes.def51 CDB/R, CD/R, CEB/R, CE/R,
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-modes.def54 CDB/R, CD/R, CEB/R, CE/R,
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop95 CDB
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrFP.td545 def CDB : CompareRXE<"cdb", 0xED19, z_any_fcmp, FP64, load, 8>;
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Ddatabase856 # CDB database

12