Searched refs:cdb (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dchdir-long.c44 cdb_init (struct cd_buf *cdb) argument
46 cdb->fd = AT_FDCWD;
50 cdb_fchdir (struct cd_buf const *cdb) argument
52 return fchdir (cdb->fd);
56 cdb_free (struct cd_buf const *cdb) argument
58 if (0 <= cdb->fd)
60 bool close_fail = close (cdb->fd);
70 cdb_advance_fd (struct cd_buf *cdb, char const *dir) argument
72 int new_fd = openat (cdb->fd, dir,
77 cdb_free (cdb);
116 struct cd_buf cdb; local
[all...]
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIPDT03Emulator.cpp161 UInt8 * cdb,
172 switch ( cdb[0] )
191 if ( cdb[1] == 1 )
212 else if ( ( cdb[1] == 2 ) || ( cdb[2] != 0 ) || ( cdb[3] != 0 ) )
252 COMMAND_LOG ( ( "SCSI Command: REQUEST_SENSE (desc = %s, allocation length = %d bytes) - returning CHECK CONDITION with INVALID COMMAND\n", (cdb[1] & 0x01) ? "TRUE" : "FALSE", cdb[4] ) );
276 COMMAND_LOG ( ( "SCSI Command: Unknown: 0x%X\n", cdb[0] ) );
160 SendCommand( UInt8 * cdb, UInt8 cbdLen, IOMemoryDescriptor * dataDesc, UInt64 * dataLen, SCSITaskStatus * scsiStatus, SCSI_Sense_Data * senseBuffer, UInt8 * senseBufferLen ) argument
H A DAppleSCSIPDT00Emulator.cpp281 UInt8 * cdb,
297 switch ( cdb[0] )
316 if ( cdb[1] == 1 )
325 if ( cdb[2] == kINQUIRY_Page00_PageCode )
335 else if ( cdb[2] == kINQUIRY_Page80_PageCode )
345 else if ( cdb[2] == kINQUIRY_Page83_PageCode )
391 else if ( ( cdb[1] == 2 ) || ( cdb[2] != 0 ) || ( cdb[3] != 0 ) )
452 lba = OSReadBigInt32 ( cdb,
280 SendCommand( UInt8 * cdb, UInt8 cbdLen, IOMemoryDescriptor * dataDesc, UInt64 * dataLen, SCSITaskStatus * scsiStatus, SCSI_Sense_Data * senseBuffer, UInt8 * senseBufferLen ) argument
[all...]
H A DAppleSCSIPDT03Emulator.h75 int SendCommand ( UInt8 * cdb,
H A DAppleSCSITargetEmulator.h106 int SendCommand ( UInt8 * cdb,
117 int SendCommand ( UInt8 * cdb,
H A DAppleSCSITargetEmulator.cpp586 UInt8 * cdb,
629 if ( cdb[0] == kSCSICmd_REPORT_LUNS )
674 result = LUN->SendCommand ( cdb, cdbLen, dataDesc, dataLen, scsiStatus, senseBuffer, senseBufferLen );
698 if ( cdb[0] == kSCSICmd_INQUIRY )
703 if ( *dataLen > cdb[4] )
704 *dataLen = cdb[4];
762 UInt8 * cdb,
805 if ( cdb[0] == kSCSICmd_REPORT_LUNS )
848 result = LUN->SendCommand ( cdb, cdbLen, dataDesc, dataLen, scsiStatus, senseBuffer, senseBufferLen );
870 if ( cdb[
585 SendCommand( UInt8 * cdb, UInt8 cdbLen, IOMemoryDescriptor * dataDesc, UInt64 * dataLen, SCSILogicalUnitBytes logicalUnitBytes, SCSITaskStatus * scsiStatus, SCSI_Sense_Data * senseBuffer, UInt8 * senseBufferLen ) argument
761 SendCommand( UInt8 * cdb, UInt8 cdbLen, IOMemoryDescriptor * dataDesc, UInt64 * dataLen, SCSILogicalUnitNumber logicalUnit, SCSITaskStatus * scsiStatus, SCSI_Sense_Data * senseBuffer, UInt8 * senseBufferLen ) argument
[all...]
H A DAppleSCSILogicalUnitEmulator.h85 virtual int SendCommand ( UInt8 * cdb,
H A DAppleSCSIPDT00Emulator.h94 int SendCommand ( UInt8 * cdb,
/macosx-10.10/IOATAPIProtocolTransport-350.0.3/ATAPILogger/
H A DATAPILogger.cpp74 uint8_t cdb[16]; member in struct:SCSITaskLogEntry
725 bzero ( entry->cdb, sizeof ( entry->cdb ) );
728 entry->cdb[0] = gTraceBuffer[index].arg3 & 0xFF;
729 entry->cdb[1] = ( gTraceBuffer[index].arg3 >> 8 ) & 0xFF;
730 entry->cdb[2] = ( gTraceBuffer[index].arg3 >> 16 ) & 0xFF;
731 entry->cdb[3] = ( gTraceBuffer[index].arg3 >> 24 ) & 0xFF;
732 entry->cdb[4] = gTraceBuffer[index].arg4 & 0xFF;
733 entry->cdb[5] = ( gTraceBuffer[index].arg4 >> 8 ) & 0xFF;
734 entry->cdb[
[all...]
/macosx-10.10/IOFireWireSerialBusProtocolTransport-251.0.1/SBP2DiskLogger/
H A DSBP2DiskLogger.cpp76 uint8_t cdb[16]; member in struct:SCSITaskLogEntry
698 bzero ( entry->cdb, sizeof ( entry->cdb ) );
704 entry->cdb[0] = gTraceBuffer[index].arg3 & 0xFF;
705 entry->cdb[1] = ( gTraceBuffer[index].arg3 >> 8 ) & 0xFF;
706 entry->cdb[2] = ( gTraceBuffer[index].arg3 >> 16 ) & 0xFF;
707 entry->cdb[3] = ( gTraceBuffer[index].arg3 >> 24 ) & 0xFF;
708 entry->cdb[4] = gTraceBuffer[index].arg4 & 0xFF;
709 entry->cdb[5] = ( gTraceBuffer[index].arg4 >> 8 ) & 0xFF;
710 entry->cdb[
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtest091.tcl18 $nconsumers $nproducers $nitems WAIT $start -cdb $tnum } $args
H A Drep060.tcl219 set cdb [eval {berkdb_open_noerr -env} $clientenv $dbname]
220 error_check_good dbopen [is_valid_db $cdb] TRUE
221 set ccur [$cdb cursor]
222 error_check_good curs [is_valid_cursor $ccur $cdb] TRUE
228 set cdb NULL
262 if { $cdb == "NULL" } {
266 set status [catch {$cdb get $key} ret]
277 error_check_good cclose [$cdb close] 0
278 set cdb NULL
290 if { $cdb !
[all...]
H A Drep038.tcl221 set cdb [eval {berkdb_open_noerr} -env $clientenv -auto_commit\
223 error_check_good reptest_db [is_valid_db $cdb] TRUE
228 rep038_verify_inmem $masterenv $clientenv $mdb $cdb
239 rep038_verify_inmem $masterenv $clientenv $mdb $cdb
249 error_check_good cdb_close [$cdb close] 0
255 proc rep038_verify_inmem { masterenv clientenv mdb cdb } {
271 set crecs [stat_field $cdb stat "Number of records"]
H A Drep058.tcl107 set cdb [eval {berkdb_open_noerr -env $cenv -create \
109 error_check_good open [is_valid_db $cdb] TRUE
126 error_check_good cdb_close [$cdb close] 0
H A Drep073.tcl112 set cdb [berkdb_open -create -auto_commit \
136 eval rep_test $method $clientenv $cdb $niter $start $start 0 0 $largs
140 error_check_good cdb_close [$cdb close] 0
H A Denv014.tcl58 # Join -txn env with -cdb; should fail.
59 puts "\tEnv$tnum.e: Join -txn env with -cdb."
63 catch {set env2 [berkdb_env_noerr -home $testdir -cdb]} ret
64 error_check_good txn+cdb [is_substr $ret "incompatible"] 1
68 # Join -cdb env with -txn; should fail.
69 puts "\tEnv$tnum.f: Join -cdb env with -txn."
70 set env [berkdb_env_noerr -create -home $testdir -cdb]
74 error_check_good cdb+txn [is_substr $ret "incompatible"] 1
H A Drep015.tcl154 set cdb [eval {berkdb_open_noerr} -auto_commit \
156 set cdblist($i) $cdb
178 set cdb $cdblist([expr $i / 2])
179 set ccurs($i) [eval {$cdb cursor} -txn $ct]
181 [is_valid_cursor $ccurs($i) $cdb] TRUE
254 set cdb $cdblist($i)
255 error_check_good close_$cdb [$cdb close] 0
H A Drep039.tcl287 set cdb [eval {berkdb_open_noerr -env} $envs($test_client) "test.db"]
288 error_check_good dbopen [is_valid_db $cdb] TRUE
289 set ccur [$cdb cursor]
290 error_check_good curs [is_valid_cursor $ccur $cdb] TRUE
297 set cdb "NONE"
414 if {$cdb != "NONE"} {
416 # The $cdb was opened in an env which was then
420 catch {$cdb close}
422 error_check_good clientdb_close [$cdb close] 0
H A Dtest123.tcl43 set env [eval {berkdb_env -create} $encargs -cdb -cdb_alldb -home $testdir]
H A Dtest089.tcl40 set env [eval {berkdb_env -create -cdb} $encargs -home $testdir]
84 set env [eval {berkdb_env_noerr -create -cdb} $encargs -home $testdir]
162 set env [eval {berkdb_env -create -cdb} $encargs -home $testdir]
H A Dmdbscript.tcl86 set dbenv [berkdb_env -create -cdb -home $dir]
87 #set dbenv [berkdb_env -create -cdb -log -home $dir]
/macosx-10.10/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransport.cpp687 SCSICommandDescriptorBlock cdb; local
770 GetCommandDescriptorBlock ( request, &cdb );
775 STATUS_LOG ( ( "cdb = %02x:%02x:%02x:%02x:%02x:%02x\n", cdb[0], cdb[1],
776 cdb[2], cdb[3], cdb[4], cdb[5] ) );
783 STATUS_LOG ( ( "cdb
[all...]
/macosx-10.10/postfix-255/postfix/src/util/
H A Ddict_cdb.c21 /* The database pathname, not including the ".cdb" suffix.
67 #include <cdb.h>
76 #define CDB_SUFFIX ".cdb"
86 struct cdb cdb; /* cdb structure */ member in struct:__anon11848
92 char *cdb_path; /* cdb pathname (.cdb) */
126 status = cdb_find(&dict_cdbq->cdb, name, strlen(name) + 1);
136 status = cdb_find(&dict_cdbq->cdb, nam
[all...]
/macosx-10.10/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp896 SCSICommandDescriptorBlock cdb = { 0 }; local
921 GetCommandDescriptorBlock ( request, &cdb );
927 cdb[0] | ( cdb[1] << 8 ) | ( cdb[2] << 16 ) | ( cdb[3] << 24 ),
928 cdb[4] | ( cdb[5] << 8 ) | ( cdb[6] << 16 ) | ( cdb[
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dindent.vim60 \ -cdb --comment-delimiters-on-blank-lines

Completed in 307 milliseconds

12