Lines Matching refs:state

1767 	hwc_state_t state;
1773 state = hwc_begin;
1780 parse_debug(NULL, "state 0x%x\n", state);
1784 switch (state) {
1804 state = parent;
1807 state = drvname;
1810 state = drvclass;
1815 state = prop;
1826 switch (state) {
1828 state = name_equals;
1831 state = parent_equals;
1834 state = drvclass_equals;
1837 state = prop_equals;
1844 switch (state) {
1854 state = hwc_begin;
1865 state = hwc_begin;
1880 state = prop_equals_string;
1888 switch (state) {
1894 state = prop_equals_integer;
1901 switch (state) {
1903 state = prop_equals_string_comma;
1906 state = prop_equals_integer_comma;
1930 switch (state) {
2147 } state;
2161 state = AL_NEW;
2174 switch (state) {
2177 state = AL_DRVNAME;
2181 state = AL_DRVNAME;
2185 state = AL_ALIAS;
2191 state = AL_NEW;
2194 state = AL_ALIAS;
2212 switch (state) {
2214 state = AL_DRVNAME_COMMA;
2217 state = AL_ALIAS_COMMA;
2227 if (state == AL_ALIAS) {
2232 } else if (state != AL_NEW) {
2238 state = AL_NEW;
2266 } state;
2286 state = B_NEW;
2300 switch (state) {
2309 state = B_NAME;
2321 state = B_BIND_NAME;
2329 if (state != B_NAME) {
2331 state = B_NEW;
2338 state = B_NEW;
2341 state = B_VAL;
2347 if ((state == B_BIND_NAME) || (state == B_VAL)) {
2348 if (state == B_BIND_NAME)
2361 } else if (state != B_NEW)
2372 state = B_NEW;
2417 } state = DACF_BEGIN;
2474 if (state != DACF_BEGIN) {
2476 state = DACF_ERR;
2479 state = DACF_COMMENT;
2484 switch (state) {
2486 state = DACF_NT_EQUALS;
2489 state = DACF_OPARG_EQUALS;
2493 state = DACF_ERR;
2498 switch (state) {
2504 state = DACF_ERR;
2507 state = DACF_NT_SPEC;
2513 state = DACF_MN_MODNAME;
2534 state = DACF_ERR;
2537 state = DACF_OP_NAME;
2543 state = DACF_MN_OPSET;
2550 state = DACF_ERR;
2553 state = DACF_OP_NAME;
2561 state = DACF_OPT_END;
2574 state = DACF_OPT_OPTION;
2581 state = DACF_OPARG_SPEC;
2592 state = DACF_OPARG_DATA;
2596 state = DACF_ERR;
2606 * the error state. Stupid lex.
2609 state = DACF_ERR;
2612 switch (state) {
2617 state = DACF_ERR;
2620 state = DACF_NT_DATA;
2634 state = DACF_OPARG_DATA;
2638 state = DACF_ERR;
2644 switch (state) {
2646 state = DACF_OPT_COMMA;
2650 state = DACF_ERR;
2656 if (state == DACF_MN_MODNAME)
2657 state = DACF_MN_COLON;
2660 state = DACF_ERR;
2668 if (state == DACF_COMMENT || state == DACF_BEGIN) {
2669 state = DACF_BEGIN;
2673 if ((state != DACF_OPT_OPTION) &&
2674 (state != DACF_OPARG_DATA) &&
2675 (state != DACF_OPT_END)) {
2681 state = DACF_ERR_NEWLINE;
2696 state = DACF_ERR_NEWLINE;
2701 state = DACF_BEGIN;
2716 if (state == DACF_ERR) {
2719 if ((state == DACF_BEGIN) || (state == DACF_ERR) ||
2720 (state == DACF_ERR_NEWLINE) || done) {
2727 state = DACF_BEGIN;
2812 } state;
2832 state = C_BEGIN;
2847 switch (state) {
2850 state = C_EXPORTER;
2855 state = C_END;
2870 if (state == C_EXPORTER)
2873 state = C_BEGIN;
3036 } state;
3047 state = R_NEW;
3061 if (state == R_NEW) {
3063 state = R_NAME;
3070 if (state == R_NAME)
3071 state = R_EQUALS;
3076 if (state == R_EQUALS) {
3083 state = R_VALUE;
3091 if (state != R_NEW && state != R_VALUE)
3095 state = R_NEW;