Searched refs:istatus (Results 1 - 4 of 4) sorted by relevance
/external/syslinux/memdisk/ |
H A D | dskprobe.c | 55 static int probe_int13h_01h_fail(int istatus) argument 59 if (istatus >= 256) 60 status = istatus; 62 switch (istatus) { 63 case 1: status = istatus;
|
/external/libusb/libusb/os/ |
H A D | windows_nt_common.c | 484 int status, istatus; local 501 istatus = windows_copy_transfer_data(itransfer, io_size); 502 if (istatus != LIBUSB_TRANSFER_COMPLETED) 503 usbi_dbg("Failed to copy partial data in aborted operation: %d", istatus);
|
/external/syslinux/gpxe/src/drivers/net/ |
H A D | skge.c | 1574 u16 istatus, phystat; local 1576 istatus = gm_phy_read(hw, port, PHY_MARV_INT_STAT); 1580 skge->netdev->name, istatus, phystat); 1582 if (istatus & PHY_M_IS_AN_COMPL) { 1627 if (istatus & PHY_M_IS_LSP_CHANGE) 1630 if (istatus & PHY_M_IS_DUP_CHANGE) 1632 if (istatus & PHY_M_IS_LST_CHANGE) {
|
H A D | sky2.c | 1514 u16 istatus, phystat; local 1516 istatus = gm_phy_read(hw, port, PHY_MARV_INT_STAT); 1520 sky2->netdev->name, istatus, phystat); 1522 if (sky2->autoneg == AUTONEG_ENABLE && (istatus & PHY_M_IS_AN_COMPL)) { 1528 if (istatus & PHY_M_IS_LSP_CHANGE) 1531 if (istatus & PHY_M_IS_DUP_CHANGE) 1535 if (istatus & PHY_M_IS_LST_CHANGE) {
|
Completed in 137 milliseconds