Searched refs:why (Results 1 - 8 of 8) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | pralarm.c | 136 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/Devices/PC/ipxe/src/arch/i386/prefix/ |
H A D | lkrnprefix.S | 74 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/python/ |
H A D | __init__.py | 128 except IOError, why: 130 % (filename, why)
|
H A D | components.py | 150 except xpcom.COMException, why:
|
/vbox/src/libs/zlib-1.2.6/examples/ |
H A D | fitblk.c | 62 local void quit(char *why) argument 64 fprintf(stderr, "fitblk abort: %s\n", why);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_proc.c | 229 * 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;
|
/vbox/src/libs/xpcom18a4/python/client/ |
H A D | __init__.py | 305 except COMException, why: 308 logger.info("Failed to build interface info for %s: %s", iid, why)
|
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | orgs.asm | 831 mov bx, 40h ; TODO: why 40h here and 0 elsewhere? 882 cli ; TODO: why? they're off already! 911 or al, 2 ; TODO: why not RMW? 922 mov ds:[496h], al ; TODO: why not RMW? 1527 pop bp ; TODO: why'd we just zero it??
|
Completed in 711 milliseconds