new_state         260 arch/i386/pci/piixpcib.c 	int new_state;
new_state         277 arch/i386/pci/piixpcib.c 		  "=b" (new_state),
new_state         286 arch/i386/pci/piixpcib.c 	*state = new_state & 1;
new_state         306 arch/i386/pci/piixpcib.c 	int new_state;
new_state         320 arch/i386/pci/piixpcib.c 		new_state = PIIXPCIB_SPEEDSTEP_LOW;
new_state         322 arch/i386/pci/piixpcib.c 		new_state = PIIXPCIB_SPEEDSTEP_HIGH;
new_state         324 arch/i386/pci/piixpcib.c 	if (sc->state == new_state)
new_state         331 arch/i386/pci/piixpcib.c 		rv = piixpcib_getset_state(sc, &new_state,
new_state         345 arch/i386/pci/piixpcib.c 	sc->state = new_state;
new_state         460 dev/ic/mfireg.h 			uint32_t		new_state;
new_state         494 dev/ic/mfireg.h 			uint32_t		new_state;
new_state        1219 dev/pci/if_lmc.c 	u_int32_t new_state;
new_state        1270 dev/pci/if_lmc.c 	new_state = ifp->if_flags & IFF_UP;
new_state        1273 dev/pci/if_lmc.c 	if (new_state && !old_state)
new_state        1275 dev/pci/if_lmc.c 	else if (!new_state && old_state)
new_state        1550 dev/softraid.c sr_raid_set_chunk_state(struct sr_discipline *sd, int c, int new_state)
new_state        1556 dev/softraid.c 	    sd->sd_vol.sv_chunks[c]->src_meta.scm_devname, c, new_state);
new_state        1563 dev/softraid.c 	if (old_state == new_state)
new_state        1568 dev/softraid.c 		switch (new_state) {
new_state        1579 dev/softraid.c 		if (new_state == BIOC_SDREBUILD) {
new_state        1586 dev/softraid.c 		if (new_state == BIOC_SDONLINE) {
new_state        1593 dev/softraid.c 		if (new_state == BIOC_SDONLINE) {
new_state        1600 dev/softraid.c 		if (new_state == BIOC_SDREBUILD) {
new_state        1613 dev/softraid.c 		    old_state, new_state);
new_state        1617 dev/softraid.c 	sd->sd_vol.sv_chunks[c]->src_meta.scm_status = new_state;
new_state        1630 dev/softraid.c 	int			new_state, i, s, nd;
new_state        1652 dev/softraid.c 		new_state = BIOC_SVONLINE;
new_state        1654 dev/softraid.c 		new_state = BIOC_SVOFFLINE;
new_state        1656 dev/softraid.c 		new_state = BIOC_SVSCRUB;
new_state        1658 dev/softraid.c 		new_state = BIOC_SVREBUILD;
new_state        1660 dev/softraid.c 		new_state = BIOC_SVDEGRADED;
new_state        1671 dev/softraid.c 	    old_state, new_state);
new_state        1675 dev/softraid.c 		switch (new_state) {
new_state        1689 dev/softraid.c 		switch (new_state) {
new_state        1701 dev/softraid.c 		switch (new_state) {
new_state        1712 dev/softraid.c 		switch (new_state) {
new_state        1723 dev/softraid.c 		switch (new_state) {
new_state        1738 dev/softraid.c 		    old_state, new_state);
new_state        1742 dev/softraid.c 	sd->sd_vol.sv_meta.svm_status = new_state;
new_state         728 dev/wscons/wskbd.c 	int new_state;
new_state         732 dev/wscons/wskbd.c 		new_state = sc->sc_ledstate;
new_state         734 dev/wscons/wskbd.c 			new_state |= WSKBD_LED_SCROLL;
new_state         736 dev/wscons/wskbd.c 			new_state &= ~WSKBD_LED_SCROLL;
new_state         737 dev/wscons/wskbd.c 		if (new_state != sc->sc_ledstate) {
new_state         739 dev/wscons/wskbd.c 						      new_state);
new_state         740 dev/wscons/wskbd.c 			sc->sc_ledstate = new_state;
new_state        1325 dev/wscons/wskbd.c 	int new_state;
new_state        1327 dev/wscons/wskbd.c 	new_state = 0;
new_state        1329 dev/wscons/wskbd.c 		new_state |= WSKBD_LED_CAPS;
new_state        1331 dev/wscons/wskbd.c 		new_state |= WSKBD_LED_NUM;
new_state        1333 dev/wscons/wskbd.c 		new_state |= WSKBD_LED_COMPOSE;
new_state        1335 dev/wscons/wskbd.c 		new_state |= WSKBD_LED_SCROLL;
new_state        1337 dev/wscons/wskbd.c 	if (id->t_sc && new_state != id->t_sc->sc_ledstate) {
new_state        1339 dev/wscons/wskbd.c 		    (id->t_sc->sc_accesscookie, new_state);
new_state        1340 dev/wscons/wskbd.c 		id->t_sc->sc_ledstate = new_state;
new_state         156 net/if_sppp.h  	void	(*pp_chg)(struct sppp *sp, int new_state);