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

1 2 3 4 5 6 7 8 910

  /src/usr.sbin/pf/pfs/
parser.h 39 extern struct pfioc_states* states;
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/sys/arch/arm/dts/
sun8i-h3-nanopi-neo.dts 47 states = <1300000 0x1
  /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...]
  /src/sbin/luactl/
luactl.c 125 info.states = NULL;
130 info.states = calloc(info.num_states,
132 if (info.states == NULL)
142 printf("%-16s %-8s %s\n", info.states[n].name,
143 info.states[n].user == true ? "user" : "kernel",
144 info.states[n].desc);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sunxi-bananapi-m2-plus-v1.2.dtsi 23 gpios-states = <0x1>;
24 states = <1108475 0>, <1308475 1>;
sun8i-h3-emlid-neutis-n5h3-devboard.dts 28 gpios-states = <0x1>;
29 states = <1100000 0x0>, <1300000 0x1>;
ste-hrefprev60-tvk.dts 26 states = <1800000 0x1
sun8i-h2-plus-orangepi-zero.dts 104 gpios-states = <1>;
105 states = <1100000 0>, <1300000 1>;
sun8i-h3-orangepi-one.dts 111 gpios-states = <0x1>;
112 states = <1100000 0>, <1300000 1>;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
fsl-ls2080a.dtsi 21 cpu-idle-states = <&CPU_PW20>;
31 cpu-idle-states = <&CPU_PW20>;
41 cpu-idle-states = <&CPU_PW20>;
51 cpu-idle-states = <&CPU_PW20>;
61 cpu-idle-states = <&CPU_PW20>;
71 cpu-idle-states = <&CPU_PW20>;
82 cpu-idle-states = <&CPU_PW20>;
91 cpu-idle-states = <&CPU_PW20>;
fsl-ls2088a.dtsi 21 cpu-idle-states = <&CPU_PW20>;
31 cpu-idle-states = <&CPU_PW20>;
41 cpu-idle-states = <&CPU_PW20>;
51 cpu-idle-states = <&CPU_PW20>;
62 cpu-idle-states = <&CPU_PW20>;
71 cpu-idle-states = <&CPU_PW20>;
81 cpu-idle-states = <&CPU_PW20>;
91 cpu-idle-states = <&CPU_PW20>;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/stingray/
bcm958742-base.dtsi 43 states = <3300000 0x0
54 states = <3300000 0x0
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/
juno-r1.dts 65 idle-states {
100 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
117 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
134 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
151 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
168 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
185 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
juno-r2.dts 65 idle-states {
100 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
118 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
136 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
154 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
172 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
190 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
juno.dts 64 idle-states {
99 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
117 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
135 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
153 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
171 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
189 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_misc.c 348 int states; member in struct:__anoncbce8b480308
366 if (check->states & dcu_chain_state) {
380 if (check->states & dcu_complete_state) {
384 if (check->states & qcu_stitch_state) {
388 if (check->states & qcu_fetch_state) {
392 if (check->states & qcu_complete_state) {
396 return (found_states == check->states);
407 .states = dcu_chain_state
414 .states = qcu_stitch_state
  /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/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-h5-emlid-neutis-n5-devboard.dts 39 gpios-states = <0x1>;
40 states = <1100000 0>, <1300000 1>;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/synaptics/
as370.dtsi 31 cpu-idle-states = <&CPU_SLEEP_0>;
40 cpu-idle-states = <&CPU_SLEEP_0>;
49 cpu-idle-states = <&CPU_SLEEP_0>;
58 cpu-idle-states = <&CPU_SLEEP_0>;
65 idle-states {
  /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]);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/sprd/
sc9863a.dtsi 51 cpu-idle-states = <&CORE_PD>;
59 cpu-idle-states = <&CORE_PD>;
67 cpu-idle-states = <&CORE_PD>;
75 cpu-idle-states = <&CORE_PD>;
83 cpu-idle-states = <&CORE_PD>;
91 cpu-idle-states = <&CORE_PD>;
99 cpu-idle-states = <&CORE_PD>;
107 cpu-idle-states = <&CORE_PD>;
111 idle-states {
  /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 */
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8998-clamshell.dtsi 46 cpu-idle-states = <&LITTLE_CPU_SLEEP_1>;
50 cpu-idle-states = <&LITTLE_CPU_SLEEP_1>;
54 cpu-idle-states = <&LITTLE_CPU_SLEEP_1>;
58 cpu-idle-states = <&LITTLE_CPU_SLEEP_1>;
62 cpu-idle-states = <&BIG_CPU_SLEEP_1>;
66 cpu-idle-states = <&BIG_CPU_SLEEP_1>;
70 cpu-idle-states = <&BIG_CPU_SLEEP_1>;
74 cpu-idle-states = <&BIG_CPU_SLEEP_1>;
  /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

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 910