Searched refs:new_status (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dexits.c93 int new_status = get_status_for_err (err); local
95 if (new_status != WGET_EXIT_SUCCESS
97 || new_status < final_exit_status))
99 final_exit_status = new_status;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/watchdog/
H A Dwdt.c185 unsigned char new_status=inb_p(WDT_SR); local
188 if (new_status & WDC_SR_ISOI0)
190 if (new_status & WDC_SR_ISII1)
193 if (!(new_status & WDC_SR_TGOOD))
195 if (!(new_status & WDC_SR_PSUOVER))
197 if (!(new_status & WDC_SR_PSUUNDR))
200 if (!(new_status & WDC_SR_FANGOOD))
H A Dwdt_pci.c230 unsigned char new_status=inb_p(WDT_SR); local
233 if (new_status & WDC_SR_ISOI0)
235 if (new_status & WDC_SR_ISII1)
238 if (!(new_status & WDC_SR_TGOOD))
240 if (!(new_status & WDC_SR_PSUOVER))
242 if (!(new_status & WDC_SR_PSUUNDR))
245 if (!(new_status & WDC_SR_FANGOOD))
H A Dw83977f_wdt.c258 int new_status; local
271 new_status = inb_p(IO_DATA_PORT);
279 if (new_status & 1)
H A Dwdt977.c226 int new_status; local
239 new_status = inb_p(IO_DATA_PORT);
247 if (new_status & 1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1930 u_int new_status; local
1936 new_status = DID_OK;
1939 new_status = DID_ABORT;
1942 new_status = DID_BUS_BUSY;
1946 new_status = DID_BAD_TARGET;
1949 new_status = DID_NO_CONNECT;
1953 new_status = DID_RESET;
1956 new_status = DID_PARITY;
1959 new_status = DID_TIME_OUT;
1973 new_status
[all...]
H A Daic79xx_osm.c1908 int new_status = DID_OK; local
1923 new_status = DID_OK;
1926 new_status = DID_ERROR;
1952 new_status = DID_ABORT;
1955 new_status = DID_BUS_BUSY;
1959 new_status = DID_BAD_TARGET;
1962 new_status = DID_NO_CONNECT;
1966 new_status = DID_RESET;
1969 new_status = DID_PARITY;
1973 new_status
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Ddbus-watch-glue.c312 static void dispatch_status(AVAHI_GCC_UNUSED DBusConnection *connection, DBusDispatchStatus new_status, void *userdata) { argument
315 if (new_status == DBUS_DISPATCH_DATA_REMAINS)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/math-emu/
H A Dfpudispatch.c1407 * emulation routine in new_status. The architecture type
1413 update_status_cbit(status, new_status, fpu_type, y_field)
1414 u_int *status, new_status;
1430 (new_status & 0xffc007ff); /* all other bits*/
1433 ((new_status & 0x04000000) >> (y_field+4)) |
1434 (new_status & ~0x04000000 & /* other bits */
1440 *status = new_status;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dvia-velocity.c2875 u32 new_status = 0; local
2881 new_status |= ((cmd->autoneg) ? VELOCITY_AUTONEG_ENABLE : 0);
2882 new_status |= ((cmd->speed == SPEED_100) ? VELOCITY_SPEED_100 : 0);
2883 new_status |= ((cmd->speed == SPEED_10) ? VELOCITY_SPEED_10 : 0);
2884 new_status |= ((cmd->duplex == DUPLEX_FULL) ? VELOCITY_DUPLEX_FULL : 0);
2886 if ((new_status & VELOCITY_AUTONEG_ENABLE) && (new_status != (curr_status | VELOCITY_AUTONEG_ENABLE)))
2889 velocity_set_media_mode(vptr, new_status);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/
H A Ddpkg.c673 char *new_status; local
692 new_status = xasprintf("%s %s %s", name_hashtable[want], name_hashtable[flag], name_hashtable[status]);
693 status_hashtable[status_node_num]->status = search_name_hashtable(new_status);
694 free(new_status);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dftdi_sio.c1514 char new_status = data[packet_offset+0] & FTDI_STATUS_B0_MASK; local
1515 if (new_status != priv->prev_status) {
1516 priv->diff_status |= new_status ^ priv->prev_status;
1518 priv->prev_status = new_status;

Completed in 202 milliseconds