Searched defs:why (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/zlib-1.2.6/examples/
H A Dfitblk.c62 local void quit(char *why) argument
64 fprintf(stderr, "fitblk abort: %s\n", why);
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dlkrnprefix.S74 movw $why_end-why, %cx
75 movw $why, %si
85 why: .ascii "This image cannot be loaded from a floppy disk.\r\n" label
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dpralarm.c136 enum {notify, abort, scan} why = scan; local
138 while (why != abort)
143 while (why == scan)
146 if (alarm->state == alarm_inactive) why = abort; /* we're toast */
147 else if (why == scan) /* the dominant case */
157 why = notify; /* set up to do our thing */
167 if (why == notify)
180 why = scan; /* so we can cycle through the loop again */
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_proc.c229 * process reached a particular event (why) rather than continuing the victim.
230 * If 'why' is set in the stop mask, we wait on dpr_cv for dt_proc_continue().
231 * If 'why' is not set, this function returns immediately and does nothing.
234 dt_proc_stop(dt_proc_t *dpr, uint8_t why) argument
237 assert(why != DT_PROC_STOP_IDLE);
239 if (dpr->dpr_stop & why) {
241 dpr->dpr_stop &= ~why;

Completed in 71 milliseconds