Searched refs:bufw (Results 1 – 3 of 3) sorted by relevance
55 unsigned char bufw[2]; in netup_eeprom_write() local62 .buf = &bufw[0], in netup_eeprom_write()67 bufw[0] = addr; in netup_eeprom_write()68 bufw[1] = data; in netup_eeprom_write()
1642 char bufw[20]; in show_rcu_nocb_state() local1657 sprintf(bufw, "%ld", rsclp->gp_seq[RCU_WAIT_TAIL]); in show_rcu_nocb_state()1672 rcu_segcblist_segempty(rsclp, RCU_WAIT_TAIL) ? "" : bufw, in show_rcu_nocb_state()
1568 decNumber bufw[D2N(10)]; /* working 2-10 digit number */ in decNumberLog10() local1569 decNumber *w=bufw; /* .. */ in decNumberLog10()