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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeScanner.c237 int myErr = E_NONE;
259 if ( myErr != E_NONE )
280 if ( myErr != E_NONE )
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_btreeio.c92 return (E_NONE);
98 OSStatus retval = E_NONE;
127 if (retval == E_NONE) {
244 OSStatus retval = E_NONE;
H A Dhfs_readwrite.c334 return (E_NONE);
509 if ((actualBytesAdded == 0) && (retval == E_NONE))
511 if (retval != E_NONE)
533 if (retval == E_NONE) {
2389 int retval = E_NONE;
2424 if (retval == E_NONE) {
2512 int retval = E_NONE;
2872 retval = E_NONE;
2934 while ((length > filebytes) && (retval == E_NONE)) {
2944 if (actualBytesAdded == 0 && retval == E_NONE) {
[all...]
H A Dhfs_search.c189 int err = E_NONE;
413 if ( err == E_NONE ) {
421 err = E_NONE; /* the entire disk has been searched */
H A Dhfs.h557 #define E_NONE 0 macro
H A Dhfs_attrlist.c324 if (error != E_NONE) {
H A Dhfs_vfsops.c225 int retval = E_NONE;
426 if (retval != E_NONE) {
444 if (retval != E_NONE) {
1281 int retval = E_NONE;
2115 int retval = E_NONE;
H A Dhfs_vnops.c1789 if (error != E_NONE) {

Completed in 182 milliseconds