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

/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dhpcapm.c166 int charge; local
200 charge = sc->battery_flags & APM_BATT_FLAG_CHARGING;
202 sc->battery_flags |= charge;
207 charge = sc->battery_flags & APM_BATT_FLAG_CHARGING;
209 sc->battery_flags |= charge;
213 charge = sc->battery_flags & APM_BATT_FLAG_CHARGING;
215 sc->battery_flags |= charge;
/netbsd-6-1-5-RELEASE/games/hunt/huntd/
H A Dexecute.c434 add_shot(int type, int y, int x, char face, int charge, argument
454 if (shot_req[size] >= charge)
463 bp = create_shot(type, y, x, face, charge, size, owner,
470 create_shot(int type, int y, int x, char face, int charge, argument
485 bp->b_charge = charge;
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/dev/
H A Dzapm.c209 int charge; local
243 charge = sc->battery_state & APM_BATT_FLAG_CHARGING;
245 sc->battery_state |= charge;
250 charge = sc->battery_state & APM_BATT_FLAG_CHARGING;
252 sc->battery_state |= charge;
256 charge = sc->battery_state & APM_BATT_FLAG_CHARGING;
258 sc->battery_state |= charge;
660 * Return non-zero if the charge complete signal indicates that the
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dmsghdl.c122 cep->charge = 0;
527 cep->cdid, cep->name, cep->charge,
572 cep->name, cep->charge, con_secs,
579 cep->name, cep->charge, con_secs);
699 cep->cdid, cep->name, cep->charge,
744 cep->name, cep->charge, con_secs,
751 cep->name, cep->charge, con_secs);
813 cep->charge = 0;
865 cep->charge = 0;
952 cep->charge
[all...]
H A Dcurses.c361 * display the charge in units
366 mvwprintw(upper_w, CHPOS(cep), H_UNITS, "%d", cep->charge);
372 * display the calculated charge in units
H A Disdnd.h464 int charge; /* charge in units */ member in struct:cfg_entry
465 int last_charge; /* last charge in units */
479 time_t aoc_lastdiff; /* last charge unit length */
H A Dmonitor.c693 monitor_evnt_charge(cfe, cfe->charge, 1);
H A Dsupport.c675 monitor_evnt_charge(cep, cep->charge, 0);
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnmonitor/
H A Dmonprivate.h199 extern void display_charge ( int pos, int charge );
H A Dcurses.c172 * display the charge in units
175 display_charge(int pos, int charge) argument
177 mvwprintw(upper_w, pos, H_UNITS, "%d", charge);
183 * display the calculated charge in units
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Dpatch_tester.sh53 WATERMARK is the 5 minute average system charge under which a new
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dpm_direct.c988 long pcharge=0, charge, vb, vmax, chargemax; local
1020 charge = (100 * vb) / vmax;
1027 if (pcharge < charge)
1028 charge = pcharge;
1030 info->cur_charge = charge;
1035 info->secs_remaining = (charge * 16440) / amperage;

Completed in 165 milliseconds