Searched refs:noErr (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/bsd/pdisk/dist/
H A DDoSCSICommand.c250 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; /* Do
[all...]
H A DATA_media.c286 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...]
H A DSCSI_media.c228 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) {
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Ddarwin-stub.h89 static const OSStatus noErr = 0; variable
H A Ddarwin-proctitle.c176 NULL) != noErr) {
/netbsd-current/sys/arch/mac68k/obio/
H A Diwmreg.h55 noErr = 0, /* All went well */ enumerator in enum:__anon8725
221 .equ noErr, 0 /* All went well */
H A Diwm.s279 moveq #0,%d0 | noErr
H A Diwm_fd.c1281 case noErr: /* Success */
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dmacrom.h143 #define noErr 0 macro
H A Dmacrom.c484 int result = noErr;
521 int result = noErr;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_keychain.c346 if (ret != noErr) {
/netbsd-current/crypto/external/bsd/heimdal/dist/kuser/
H A Dkinit.c538 if (osret == noErr && length < sizeof(passwd) - 1) {
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c124095 sqlite3DropTable(Parse *pParse, SrcList *pName, int isView, int noErr) argument
151181 sqlite3DropTrigger(Parse *pParse, SrcList *pName, int noErr) argument
[all...]

Completed in 525 milliseconds