/src/usr.sbin/pf/pfs/ |
parse.y | 55 struct pfioc_states* states; 94 states label 96 | state states { parse_init(); } 491 states->ps_buf = malloc(allocated * sizeof(struct pfsync_state)); 492 if (states->ps_buf == NULL) 496 if (allocated == (states->ps_len / sizeof(struct pfsync_state))) { 499 buf = realloc(states->ps_buf, allocated * sizeof(struct pfsync_state)); 501 free(states->ps_buf); 504 states->ps_buf = buf;
|
parse.y | 55 struct pfioc_states* states; 94 states label 96 | state states { parse_init(); } 491 states->ps_buf = malloc(allocated * sizeof(struct pfsync_state)); 492 if (states->ps_buf == NULL) 496 if (allocated == (states->ps_len / sizeof(struct pfsync_state))) { 499 buf = realloc(states->ps_buf, allocated * sizeof(struct pfsync_state)); 501 free(states->ps_buf); 504 states->ps_buf = buf;
|
parse.y | 55 struct pfioc_states* states; 94 states label 96 | state states { parse_init(); } 491 states->ps_buf = malloc(allocated * sizeof(struct pfsync_state)); 492 if (states->ps_buf == NULL) 496 if (allocated == (states->ps_len / sizeof(struct pfsync_state))) { 499 buf = realloc(states->ps_buf, allocated * sizeof(struct pfsync_state)); 501 free(states->ps_buf); 504 states->ps_buf = buf;
|
/src/dist/pf/sbin/pfctl/ |
pf_print_state.c | 257 const char *states[] = PFUDPS_NAMES; local in function:print_state 259 printf(" %s:%s\n", states[src->state], states[dst->state]); 263 const char *states[] = PFOTHERS_NAMES; local in function:print_state 265 printf(" %s:%s\n", states[src->state], states[dst->state]);
|
pf_print_state.c | 257 const char *states[] = PFUDPS_NAMES; local in function:print_state 259 printf(" %s:%s\n", states[src->state], states[dst->state]); 263 const char *states[] = PFOTHERS_NAMES; local in function:print_state 265 printf(" %s:%s\n", states[src->state], states[dst->state]);
|
pf_print_state.c | 257 const char *states[] = PFUDPS_NAMES; local in function:print_state 259 printf(" %s:%s\n", states[src->state], states[dst->state]); 263 const char *states[] = PFOTHERS_NAMES; local in function:print_state 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
|
lua.h | 56 int num_states; /* total number of created Lua states */ 57 struct lua_state_info *states; member in struct:lua_info
|
lua.h | 56 int num_states; /* total number of created Lua states */ 57 struct lua_state_info *states; member in struct:lua_info
|
/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 169 /* macros for manipulating states, large version */ 170 #define states char * macro 200 /* multibyte character & large states version */
|
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 169 /* macros for manipulating states, large version */ 170 #define states char * macro 200 /* multibyte character & large states version */
|
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 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
|
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
|
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 in function:drm_atomic_helper_crtc_normalize_zpos 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...] |
drm_blend.c | 438 struct drm_plane_state **states; local in function:drm_atomic_helper_crtc_normalize_zpos 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...] |
drm_blend.c | 438 struct drm_plane_state **states; local in function:drm_atomic_helper_crtc_normalize_zpos 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
|
pollpal.c | 100 /* Device can have two states 1.READ_WAITING, 2.WRITE_WAITING. */ 101 enum states { enum in struct:pollpal_softc
|
pollpal.c | 100 /* Device can have two states 1.READ_WAITING, 2.WRITE_WAITING. */ 101 enum states { enum in struct:pollpal_softc
|
/src/lib/libc/citrus/modules/ |
citrus_big5.c | 123 } states; member in struct:__anon1b0dad5e0308 127 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
|
citrus_dechanyu.c | 79 } states; member in struct:__anon6db9c9080308 83 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.__CONCAT(s_,_func_)
|
citrus_euc.c | 115 } states; member in struct:__anonb37b45f40308 122 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
|
citrus_euctw.c | 106 } states; member in struct:__anon7f8b50df0308 113 #define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.s_##_func_
|