Searched refs:KERN_RESOURCE_SHORTAGE (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dkern_return.h98 #define KERN_RESOURCE_SHORTAGE 6 macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dledger.c79 return(KERN_RESOURCE_SHORTAGE);
186 return(KERN_RESOURCE_SHORTAGE);
192 return(KERN_RESOURCE_SHORTAGE);
204 return(KERN_RESOURCE_SHORTAGE);
336 return(KERN_RESOURCE_SHORTAGE);
H A Dhost.c113 return (KERN_RESOURCE_SHORTAGE);
477 return (KERN_RESOURCE_SHORTAGE);
549 return (KERN_RESOURCE_SHORTAGE);
H A Dsync_lock.c150 return KERN_RESOURCE_SHORTAGE;
156 return KERN_RESOURCE_SHORTAGE;
170 return KERN_RESOURCE_SHORTAGE;
H A Dhost_notify.c97 return (KERN_RESOURCE_SHORTAGE);
H A Dkmod.c610 if (!e) return KERN_RESOURCE_SHORTAGE;
665 if (!data) return KERN_RESOURCE_SHORTAGE;
691 if (!data) return KERN_RESOURCE_SHORTAGE;
815 return KERN_RESOURCE_SHORTAGE;
1025 rc = KERN_RESOURCE_SHORTAGE;
1675 result = KERN_RESOURCE_SHORTAGE;
1687 result = KERN_RESOURCE_SHORTAGE;
H A Daffinity.c133 return KERN_RESOURCE_SHORTAGE;
184 return KERN_RESOURCE_SHORTAGE;
H A Dhibernate.c472 return (KERN_RESOURCE_SHORTAGE);
477 return (KERN_RESOURCE_SHORTAGE);
H A Dstack.c422 return KERN_RESOURCE_SHORTAGE;
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_thread.c180 return (KERN_RESOURCE_SHORTAGE);
260 return (KERN_RESOURCE_SHORTAGE);
323 return (KERN_RESOURCE_SHORTAGE);
365 return (KERN_RESOURCE_SHORTAGE);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_space.c132 * KERN_RESOURCE_SHORTAGE Couldn't allocate memory.
147 return KERN_RESOURCE_SHORTAGE;
152 return KERN_RESOURCE_SHORTAGE;
204 * KERN_RESOURCE_SHORTAGE Couldn't allocate memory.
215 return KERN_RESOURCE_SHORTAGE;
H A Dmach_debug.c149 * KERN_RESOURCE_SHORTAGE Couldn't allocate memory.
184 return KERN_RESOURCE_SHORTAGE;
212 * KERN_RESOURCE_SHORTAGE Couldn't allocate memory.
290 return KERN_RESOURCE_SHORTAGE;
301 return KERN_RESOURCE_SHORTAGE;
H A Dmach_port.c203 * KERN_RESOURCE_SHORTAGE Couldn't allocate memory.
270 return KERN_RESOURCE_SHORTAGE;
275 return KERN_RESOURCE_SHORTAGE;
286 return KERN_RESOURCE_SHORTAGE;
295 return KERN_RESOURCE_SHORTAGE;
457 * KERN_RESOURCE_SHORTAGE Couldn't allocate memory.
506 * KERN_RESOURCE_SHORTAGE Couldn't allocate memory.
546 * KERN_RESOURCE_SHORTAGE Couldn't allocate memory.
579 * KERN_RESOURCE_SHORTAGE Couldn't allocate memory.
614 * KERN_RESOURCE_SHORTAGE Could
[all...]
H A Dipc_entry.c269 * KERN_RESOURCE_SHORTAGE Couldn't allocate memory for an entry.
310 * KERN_RESOURCE_SHORTAGE Couldn't allocate memory.
493 return KERN_RESOURCE_SHORTAGE;
638 * KERN_RESOURCE_SHORTAGE Couldn't allocate a new table.
742 return KERN_RESOURCE_SHORTAGE;
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/i386/
H A Dchud_thread_i386.c239 return KERN_RESOURCE_SHORTAGE; // no frames traced
254 return KERN_RESOURCE_SHORTAGE;
317 return KERN_RESOURCE_SHORTAGE; // no frames traced
333 return KERN_RESOURCE_SHORTAGE;
488 return KERN_RESOURCE_SHORTAGE;
593 return KERN_RESOURCE_SHORTAGE;
603 return KERN_RESOURCE_SHORTAGE;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_panicinfo.c114 case KERN_RESOURCE_SHORTAGE:
/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A Ddp_memory_object.c833 return KERN_RESOURCE_SHORTAGE;
871 return KERN_RESOURCE_SHORTAGE;
921 return KERN_RESOURCE_SHORTAGE;
934 return KERN_RESOURCE_SHORTAGE;
1101 return KERN_RESOURCE_SHORTAGE;
H A Ddp_backing_store.c579 return KERN_RESOURCE_SHORTAGE;
958 return KERN_RESOURCE_SHORTAGE;
1008 return KERN_RESOURCE_SHORTAGE;
1028 return KERN_RESOURCE_SHORTAGE;
1041 return KERN_RESOURCE_SHORTAGE;
3750 return KERN_RESOURCE_SHORTAGE;
3770 return KERN_RESOURCE_SHORTAGE;
3783 return KERN_RESOURCE_SHORTAGE;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_kern.c337 kr = KERN_RESOURCE_SHORTAGE;
363 kr = KERN_RESOURCE_SHORTAGE;
385 kr = KERN_RESOURCE_SHORTAGE;
420 return KERN_RESOURCE_SHORTAGE;
H A Dvm_debug.c106 * KERN_RESOURCE_SHORTAGE Can't allocate memory.
269 return KERN_RESOURCE_SHORTAGE;
470 return KERN_RESOURCE_SHORTAGE;
593 * KERN_RESOURCE_SHORTAGE Couldn't allocate memory.
632 return KERN_RESOURCE_SHORTAGE;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DPseudoKernel.c129 return KERN_RESOURCE_SHORTAGE; /* Too many pending right now */
135 return KERN_RESOURCE_SHORTAGE; /* No storage... */
H A Dpms.c468 kret = KERN_RESOURCE_SHORTAGE;
669 return KERN_RESOURCE_SHORTAGE; /* Just ignore the request. */
683 return KERN_RESOURCE_SHORTAGE; /* No storage... */
H A Dvmachmon.c258 return KERN_RESOURCE_SHORTAGE; /* Not enough mojo to go */
562 save->save_r3 = KERN_RESOURCE_SHORTAGE; /* No storage... */
576 save->save_r3 = KERN_RESOURCE_SHORTAGE; /* No empty slots... */
642 ret = KERN_RESOURCE_SHORTAGE; /* We've failed to allocate a guest pmap */
1960 save->save_r3 = KERN_RESOURCE_SHORTAGE; /* No storage... */
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_thread_ppc.c484 return KERN_RESOURCE_SHORTAGE;
572 return KERN_RESOURCE_SHORTAGE;
629 return KERN_RESOURCE_SHORTAGE;
717 return KERN_RESOURCE_SHORTAGE;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dperfmon.c714 retval = KERN_RESOURCE_SHORTAGE;
719 retval = KERN_RESOURCE_SHORTAGE;

Completed in 212 milliseconds

12