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

/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeScanner.c237 int myErr = E_NONE;
259 if ( myErr != E_NONE )
280 if ( myErr != E_NONE )
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_btreeio.c92 return (E_NONE);
98 OSStatus retval = E_NONE;
127 if (retval == E_NONE) {
269 OSStatus retval = E_NONE;
H A Dhfs_readwrite.c363 return (E_NONE);
538 if ((actualBytesAdded == 0) && (retval == E_NONE))
540 if (retval != E_NONE)
562 if (retval == E_NONE) {
2786 int retval = E_NONE;
2821 if (retval == E_NONE) {
2909 int retval = E_NONE;
3304 retval = E_NONE;
3371 while ((length > filebytes) && (retval == E_NONE)) {
3381 if (actualBytesAdded == 0 && retval == E_NONE) {
[all...]
H A Dhfs_search.c190 int err = E_NONE;
423 if ( err == E_NONE ) {
431 err = E_NONE; /* the entire disk has been searched */
H A Dhfs_vfsops.c232 int retval = E_NONE;
449 if (retval != E_NONE) {
467 if (retval != E_NONE) {
1213 int retval = E_NONE;
2017 int retval = E_NONE;
H A Dhfs.h563 #define E_NONE 0 macro
H A Dhfs_attrlist.c438 if (error != E_NONE) {
H A Dhfs_vnops.c2242 if (error != E_NONE) {

Completed in 107 milliseconds