Searched refs:E_NONE (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTreeScanner.c237 int myErr = E_NONE;
259 if ( myErr != E_NONE )
280 if ( myErr != E_NONE )
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_btreeio.c70 return (E_NONE);
77 OSStatus retval = E_NONE;
106 if (retval == E_NONE) {
225 OSStatus retval = E_NONE;
H A Dhfs_readwrite.c225 return (E_NONE);
329 if ((actualBytesAdded == 0) && (retval == E_NONE))
331 if (retval != E_NONE)
353 if (retval == E_NONE) {
1932 int retval = E_NONE;
1967 if (retval == E_NONE) {
2055 int retval = E_NONE;
2338 retval = E_NONE;
2400 while ((length > filebytes) && (retval == E_NONE)) {
2410 if (actualBytesAdded == 0 && retval == E_NONE) {
[all...]
H A Dhfs_search.c187 int err = E_NONE;
394 if ( err == E_NONE ) {
402 err = E_NONE; /* the entire disk has been searched */
H A Dhfs.h483 #define E_NONE 0 macro
H A Dhfs_attrlist.c303 if (error != E_NONE) {
H A Dhfs_vfsops.c200 int retval = E_NONE;
350 if (retval != E_NONE)
932 int retval = E_NONE;
1547 int retval = E_NONE;
H A Dhfs_vnops.c1229 if (error != E_NONE) {

Completed in 52 milliseconds