Searched refs:cause (Results 1 - 25 of 126) sorted by relevance

123456

/macosx-10.10.1/security_authtrampoline-55105/src/
H A DAuthorizationTrampoline.cpp38 static void fail(OSStatus cause) __attribute__ ((noreturn));
129 void fail(OSStatus cause) argument
131 OSStatus tmp = h2n(cause);
133 secdebug("authtramp", "trampoline aborting with status %ld", cause);
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDALog.h20 UInt32 cause; // really a single byte cause enumeration member in struct:EventTraceCauseDesc
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dinfo-xref.el280 (condition-case cause (require load)
283 symbol load cause))))
288 (condition-case cause (load load)
291 symbol load cause)))))))))
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dcsc.vim10 " Make sure the continuation lines below do not cause problems in
H A Dtcl.vim11 " Make sure the continuation lines below do not cause problems in
H A Dant.vim9 " Make sure the continuation lines below do not cause problems in
H A Dconfig.vim9 " Make sure the continuation lines below do not cause problems in
H A Ddtd.vim10 " Make sure the continuation lines below do not cause problems in
H A Dsgml.vim9 " Make sure the continuation lines below do not cause problems in
H A Dsh.vim10 " Make sure the continuation lines below do not cause problems in
H A Dsvg.vim9 " Make sure the continuation lines below do not cause problems in
H A Dtcsh.vim9 " Make sure the continuation lines below do not cause problems in
H A Dxsd.vim9 " Make sure the continuation lines below do not cause problems in
H A Daspvbs.vim9 " Make sure the continuation lines below do not cause problems in
H A Dcsh.vim10 " Make sure the continuation lines below do not cause problems in
H A Djava.vim10 " Make sure the continuation lines below do not cause problems in
H A Djsp.vim9 " Make sure the continuation lines below do not cause problems in
H A Dperl6.vim13 " Make sure the continuation lines below do not cause problems in
H A Dxhtml.vim9 " Make sure the continuation lines below do not cause problems in
H A Dxml.vim10 " Make sure the continuation lines below do not cause problems in
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c78 /* Does cause indicate vm or fc thrashing? */
80 is_thrashing(unsigned cause) argument
82 switch (cause) {
242 static boolean_t memorystatus_kill_specific_process(pid_t victim_pid, uint32_t cause);
243 static boolean_t memorystatus_kill_top_process(boolean_t any, uint32_t cause, int32_t *priority, uint32_t *errors);
248 static boolean_t memorystatus_kill_process_async(pid_t victim_pid, uint32_t cause);
249 static boolean_t memorystatus_kill_process_sync(pid_t victim_pid, uint32_t cause);
825 memorystatus_do_kill(proc_t p, uint32_t cause) { argument
831 victim_pid, cause, vm_page_free_count, 0, 0);
834 if (memorystatus_jetsam_panic_debug & (1 << cause)) {
1909 uint32_t cause; local
2281 memorystatus_kill_specific_process(pid_t victim_pid, uint32_t cause) argument
2315 memorystatus_kill_top_process(boolean_t any, uint32_t cause, int32_t *priority, uint32_t *errors) argument
2619 memorystatus_kill_process_async(pid_t victim_pid, uint32_t cause) argument
2632 memorystatus_kill_process_sync(pid_t victim_pid, uint32_t cause) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/win/
H A Dconfigs.vc115 !error "The static runtime in a loadable (dll) extension is a useless configuration that will cause abnormal and unnecessary code bloat."
/macosx-10.10.1/remote_cmds-47/tftp.tproj/
H A Dmain.c239 const char *cause = "unknown"; local
265 cause = "socket";
273 cause = "bind";
288 cause = "setsockopt SNDBUF";
294 cause = "setsockopt RCVBUF";
299 warn("%s", cause);
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dinterp.test60 test interp-1.4 {one namespace can cause another to be destroyed} {
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dtoaster.test68 test {Toast too many slices of bread and cause a fire} {

Completed in 121 milliseconds

123456