Searched refs:wps (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/rmformat/
H A Drmf_menu.c490 struct smwp_state wps; local
492 if ((rval = smedia_get_protection_status((handle), &wps)) < 0) {
497 med_status = wps.sm_new_state;
499 wps.sm_version = SMWP_STATE_V_1;
505 wps.sm_new_state =
507 wps.sm_passwd_len = 0;
509 &wps);
530 wps.sm_new_state =
532 wps.sm_passwd_len = 0;
534 &wps);
560 struct smwp_state wps; local
652 struct smwp_state wps; local
741 smwp_state_t wps; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/stat/iostat/
H A Diostat.c348 * DISK_LEN = length of either "kps tps serv" or "wps rps util"
432 * tin tout rps wps util rps wps util rps wps util rps wps util us sy wt id
568 double rps, wps, tps, mtps, krps, kwps, kps, avw, avr, w_pct, r_pct; local
645 wps = (double)udeltas;
646 wps /= etime;
648 tps = rps + wps;
765 wps *
[all...]

Completed in 103 milliseconds