Searched refs:async_error (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/power/
H A Dmain.c832 static int async_error; variable
847 if (async_error)
899 async_error = error;
931 async_error = 0;
949 if (async_error)
956 error = async_error;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dosd_initiator.h160 int async_error; member in struct:osd_request
255 * optionally calls @done with @private as parameter. @or->async_error will
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/osd/
H A Dosd_initiator.c441 * TODO: Keep error code in or->async_error. Need to audit all
473 or->async_error = error;
1536 "additional_code=0x%x async_error=%d errors=0x%x\n",
1538 osi->additional_code, or->async_error,
1676 if (or->async_error == -ENOMEM)
1680 ret = or->async_error;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-dbg.c812 goto async_error;
833 async_error:

Completed in 70 milliseconds