Searched refs:stat_result (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dibmmca.c398 #define stat_result(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_stat_result) macro
605 stat_result(shpnt) = cmd_result;
626 stat_result(shpnt) = cmd_result;
644 stat_result(shpnt) = cmd_result;
655 stat_result(shpnt) = cmd_result;
763 if ((stat_result(shpnt) == IM_SCB_CMD_COMPLETED) || (stat_result(shpnt) == IM_SCB_CMD_COMPLETED_WITH_RETRIES))
800 if ((stat_result(shpnt) == IM_SCB_CMD_COMPLETED) || (stat_result(shpnt) == IM_SCB_CMD_COMPLETED_WITH_RETRIES))
841 if ((stat_result(shpn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfile.c1523 int stat_result; local
1549 stat_result = fstat(ad_data_fileno(adp), &st); /* saving stat exit code, thus saving us on one more stat later on */
1551 if (stat_result < 0) {
1597 else if (stat_result == 0) {

Completed in 144 milliseconds