Searched refs:states (Results 76 - 81 of 81) sorted by relevance

1234

/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c291 ** where the system oscillates between OK and NOT OK states. coping
299 #define ERR_BADSTATUS (unsigned)3 /* unsync states */
415 u_long statetime[CEVNT_MAX+1]; /* accumulated time of clock states */
2719 * parse_statistics - list summary of clock states
3950 * we have two states left
4151 * see the clock states section above for more reasoning
4356 } states[] = local
4366 struct state *s = states;
/freebsd-12-stable/contrib/gcc/
H A Dgenautomata.c59 6. Union of automaton states are not generated yet. It is planned
94 equivalent automaton states (major function is `minimize_DFA').
277 /* Flag of output of a progress bar showing how many states were
664 several component states which represent alternative cpu units
676 states. */
692 is NULL. All states in the list are in the hash table. The list
696 /* The following field is used for passing graph of states. */
698 /* The list of states belonging to one equivalence class is formed
710 The states in final DFA is enumerated with the aid of the
713 /* This member is used for passing states fo
[all...]
/freebsd-12-stable/sys/dev/isp/
H A Disp_freebsd.c899 const char *states[8] = { "Free", "ATIO", "CAM", "CTIO", "LAST_CTIO", "PDON", "?6", "7" }; local
906 chan, atp->tag, atp->orig_datalen, atp->bytes_xfered, (uintmax_t)atp->lun, atp->nphdl, atp->sid, atp->did, atp->oxid, states[atp->state & 0x7]);
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_atombios.c2562 power_state_offset = (u8 *)state_array->states;
H A Datombios.h2804 =0: Multiple power states supported from PowerPlay table.
2807 Bit[5]=1: Enable CDLW for all driver control power states. Max HT width is from SBIOS, while Min HT width is determined by display requirement.
2809 Bit[6]=1: High Voltage requested for all power states. In this case, voltage will be forced at 1.1v and powerplay table voltage drop/throttling request will be ignored.
7626 //how many states we have
7629 ATOM_PPLIB_STATE_V2 states[1]; member in struct:_StateArray
7645 //how many non-clock levels we have. normally should be same as number of states
7736 UCHAR ucClockInfoIndex; //highest 2 bits indicates memory p-states, lower 6bits indicates index to ClockInfoArrary
7751 // ATOM_PPLIB_VCE_State_Table states;
7782 UCHAR ucClockInfoIndex; //highest 2 bits indicates memory p-states, lower 6bits indicates index to ClockInfoArrary
7797 // ATOM_PPLIB_UVD_State_Table states;
[all...]
/freebsd-12-stable/sys/netinet/
H A Dtcp_input.c237 SYSCTL_COUNTER_U64_ARRAY(_net_inet_tcp, TCPCTL_STATES, states, CTLFLAG_RD |
3013 * In these states we ignore the URG.
3020 * spec states (in one of two places).

Completed in 207 milliseconds

1234