HomeSort by: relevance | last modified time | path
    Searched refs:noErr (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/pdisk/dist/
DoSCSICommand.c 250 if (status == noErr)
323 if (status != noErr && status != scsiDataRunError) {
381 status = noErr;
443 if ((status = SCSIGet()) == noErr)
446 if (status == noErr) {
457 if (status != noErr) {
470 if ((status = SCSISelect(scsiDevice.targetID)) != noErr) {
490 if (status != noErr) {
496 if (status == noErr && dataBuffer != NULL) {
508 case scPhaseErr: status = noErr; /* Don't care */ break
    [all...]
ATA_media.c 286 if (status != noErr) {
322 if (status == noErr) {
396 if (status != noErr) {
424 if (status != noErr) {
669 if (status != noErr) {
722 if (status != noErr) {
759 if (status != noErr) {
922 if (status != noErr) {
966 if (status != noErr) {
1017 if (status != noErr) {
    [all...]
SCSI_media.c 228 if (status != noErr) {
469 } else if (status != noErr) {
518 if (status == noErr) {
566 if (status == noErr) {
608 if (status == noErr) {
662 if (status == noErr) {
692 if (status != noErr) {
  /src/external/mit/libuv/dist/src/unix/
darwin-stub.h 73 static const OSStatus noErr = 0;
darwin-proctitle.c 160 NULL) != noErr) {
  /src/sys/arch/mac68k/obio/
iwmreg.h 55 noErr = 0, /* All went well */
221 .equ noErr, 0 /* All went well */
iwm.s 279 moveq #0,%d0 | noErr
iwm_fd.c 1278 case noErr: /* Success */
  /src/sys/arch/mac68k/mac68k/
macrom.h 143 #define noErr 0
macrom.c 484 int result = noErr;
521 int result = noErr;
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
ks_keychain.c 346 if (ret != noErr) {
  /src/crypto/external/bsd/heimdal/dist/kuser/
kinit.c 538 if (osret == noErr && length < sizeof(passwd) - 1) {
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
DebugServices.c 881 err = noErr;
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 80 milliseconds