HomeSort by: relevance | last modified time | path
    Searched defs:states (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/external/bsd/tcpdump/dist/
print-hsrp.c 54 /* HSRP states and associated names. */
55 static const struct tok states[] = { variable in typeref:struct:tok
115 tok2str(states, "Unknown (%u)", GET_U_1(hp->hsrp_state)));
pf_print_state.c 266 const char *states[] = PFUDPS_NAMES; local
268 printf(" %s:%s\n", states[src->state], states[dst->state]);
272 const char *states[] = PFOTHERS_NAMES; local
274 printf(" %s:%s\n", states[src->state], states[dst->state]);
  /src/dist/pf/sbin/pfctl/
pf_print_state.c 257 const char *states[] = PFUDPS_NAMES; local
259 printf(" %s:%s\n", states[src->state], states[dst->state]);
263 const char *states[] = PFOTHERS_NAMES; local
265 printf(" %s:%s\n", states[src->state], states[dst->state]);
  /src/sys/sys/
lua.h 56 int num_states; /* total number of created Lua states */
57 struct lua_state_info *states; member in struct:lua_info
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regexec.c 56 /* macros for manipulating states, small version */
57 /* FIXME: 'states' is assumed as 'long' on small version. */
59 #define states states1 macro
85 #undef states macro
105 /* macros for manipulating states, large version */
106 #define states char * macro
  /src/external/bsd/nvi/dist/regex/
regexec.c 72 /* macros for manipulating states, small version */
73 #define states int macro
100 #undef states macro
120 /* macros for manipulating states, large version */
121 #define states char * macro
  /src/external/gpl3/binutils/dist/gprofng/src/
Ovw_data.cc 91 int_max (&totals->states, item.states);
139 ovw_item.states = 0;
194 int states; local
217 states = 0;
221 states++;
238 states++;
241 ovw_item->states = states;
Ovw_data.h 57 int states; // Number of non-zero states member in struct:Ovw_data::Ovw_item
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Ovw_data.cc 91 int_max (&totals->states, item.states);
139 ovw_item.states = 0;
194 int states; local
217 states = 0;
221 states++;
238 states++;
241 ovw_item->states = states;
Ovw_data.h 57 int states; // Number of non-zero states member in struct:Ovw_data::Ovw_item
  /src/lib/libc/regex/
regexec.c 116 /* macros for manipulating states, small version */
117 #define states long macro
118 #define states1 states /* for later use in regexec() decision */
147 #undef states macro
169 /* macros for manipulating states, large version */
170 #define states char * macro
200 /* multibyte character & large states version */
  /src/sys/dev/raidframe/
rf_desc.h 75 int state; /* index into states telling how far along the
77 const RF_AccessState_t *states; /* array of states to be run */ member in struct:RF_RaidAccessDesc_s
  /src/sys/external/bsd/drm2/dist/drm/
drm_blend.c 438 struct drm_plane_state **states; local
446 states = kmalloc_array(total_planes, sizeof(*states), GFP_KERNEL);
447 if (!states)
451 * Normalization process might create new states for planes which
461 states[n++] = plane_state;
467 sort(states, n, sizeof(*states), drm_atomic_state_zpos_cmp, NULL);
470 plane = states[i]->plane;
472 states[i]->normalized_zpos = i
    [all...]
  /src/sys/modules/examples/pollpal/
pollpal.c 100 /* Device can have two states 1.READ_WAITING, 2.WRITE_WAITING. */
101 enum states { enum in struct:pollpal_softc
  /src/external/bsd/ntp/dist/libparse/
data_mbg.c 224 } states[] = local
242 for (s = states; s->flag; s++)
  /src/lib/libc/citrus/modules/
citrus_big5.c 123 } states; member in struct:__anon245
127 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
citrus_dechanyu.c 79 } states; member in struct:__anon249
83 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.__CONCAT(s_,_func_)
citrus_euc.c 115 } states; member in struct:__anon253
122 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
citrus_euctw.c 106 } states; member in struct:__anon257
113 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
citrus_gbk2k.c 80 } states; member in struct:__anon260
84 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
citrus_johab.c 79 } states; member in struct:__anon277
83 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
citrus_mskanji.c 115 } states; member in struct:__anon286
119 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
citrus_utf8.c 119 } states; member in struct:__anon300
123 #define _CEI_TO_STATE(_ei_, _func_) (_ei_)->states.s_##_func_
citrus_zw.c 85 } states; member in struct:__anon310
89 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
  /src/sys/dev/acpi/
acpi_apm.c 133 const int states[] = { local
144 return states[id];

Completed in 48 milliseconds

1 2 3 4