Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 1173) sorted by relevance

12345678910>>...47

/freebsd-12-stable/crypto/heimdal/doc/
Dlatin1.tex4 \global\catcode`\^^a0=\active \global\let^^a0=~ % no-break space
5 \global\catcode`\^^a1=\active \global\def^^a1{!`} % inverted exclamation mark
6 \global\catcode`\^^a2=\active \global\def^^a2{{\rm\rlap/c}} % cent sign
7 \global\catcode`\^^a3=\active \global\def^^a3{{\it\$}} % pound sign
9 \global\catcode`\^^a7=\active \global\let^^a7=\S % section sign
10 \global\catcode`\^^a8=\active \global\def^^a8{\"{}} % diaeresis
11 \global\catcode`\^^a9=\active \global\let^^a9=\copyright % copyright sign
13 \global\catcode`\^^ac=\active \global\def^^ac{\inmathmode\neg}% not sign
14 \global\catcode`\^^ad=\active \global\let^^ad=\- % soft hyphen
16 \global\catcode`\^^af=\active \global\def^^af{\={}} % macron
[all …]
/freebsd-12-stable/sys/gnu/dts/arm64/exynos/
Dexynos5433-tmu.dtsi20 type = "active";
25 type = "active";
30 type = "active";
35 type = "active";
40 type = "active";
45 type = "active";
50 type = "active";
108 type = "active";
113 type = "active";
118 type = "active";
[all …]
/freebsd-12-stable/sys/contrib/ck/src/
Dck_array.c37 struct _ck_array *active; in ck_array_create() local
39 active = allocator->malloc(sizeof(struct _ck_array) + sizeof(void *) * length); in ck_array_create()
40 if (active == NULL) in ck_array_create()
43 active->n_committed = 0; in ck_array_create()
44 active->length = length; in ck_array_create()
46 return active; in ck_array_create()
52 struct _ck_array *active; in ck_array_init() local
62 active = ck_array_create(allocator, length); in ck_array_init()
63 if (active == NULL) in ck_array_init()
68 array->active = active; in ck_array_init()
[all …]
Dck_epoch.c281 record->active = 0; in ck_epoch_register()
303 record->active = 0; in ck_epoch_unregister()
337 unsigned int state, active; in ck_epoch_scan() local
347 active = ck_pr_load_uint(&cr->active); in ck_epoch_scan()
348 *af |= active; in ck_epoch_scan()
350 if (active != 0 && ck_pr_load_uint(&cr->epoch) != epoch) in ck_epoch_scan()
430 bool active; in ck_epoch_synchronize_wait() local
453 while (cr = ck_epoch_scan(global, cr, delta, &active), in ck_epoch_synchronize_wait()
491 if (active == false) in ck_epoch_synchronize_wait()
568 bool active; in ck_epoch_poll_deferred() local
[all …]
/freebsd-12-stable/sys/gnu/dts/arm/
Dimx6qdl-tx6-lcd.dtsi123 hsync-active = <0>;
124 vsync-active = <0>;
125 de-active = <1>;
126 pixelclk-active = <0>;
140 hsync-active = <0>;
141 vsync-active = <0>;
142 de-active = <1>;
143 pixelclk-active = <0>;
157 hsync-active = <0>;
158 vsync-active = <0>;
[all …]
Dimx6qdl-tx6-lvds.dtsi141 de-active = <1>;
142 pixelclk-active = <1>;
155 hsync-active = <0>;
156 vsync-active = <0>;
157 de-active = <1>;
158 pixelclk-active = <0>;
172 hsync-active = <0>;
173 vsync-active = <0>;
174 de-active = <1>;
175 pixelclk-active = <1>;
[all …]
Dimx53-tx53-x03x.dts80 hsync-active = <0>;
81 vsync-active = <0>;
82 de-active = <1>;
83 pixelclk-active = <0>;
96 hsync-active = <0>;
97 vsync-active = <0>;
98 de-active = <1>;
99 pixelclk-active = <0>;
112 hsync-active = <0>;
113 vsync-active = <0>;
[all …]
Dimx53-tx53-x13x.dts108 enable-active-high;
118 enable-active-high;
204 hsync-active = <0>;
205 vsync-active = <0>;
206 de-active = <1>;
207 pixelclk-active = <1>;
220 hsync-active = <0>;
221 vsync-active = <0>;
222 de-active = <1>;
223 pixelclk-active = <1>;
[all …]
/freebsd-12-stable/sys/gnu/dts/arm64/nvidia/
Dtegra210-p3450-0000.dts167 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>;
168 maxim,active-fps-power-up-slot = <0>;
169 maxim,active-fps-power-down-slot = <7>;
176 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
177 maxim,active-fps-power-up-slot = <0>;
178 maxim,active-fps-power-down-slot = <7>;
185 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
186 maxim,active-fps-power-up-slot = <4>;
187 maxim,active-fps-power-down-slot = <3>;
240 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
[all …]
Dtegra210-p2180.dtsi62 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
63 maxim,active-fps-power-up-slot = <7>;
64 maxim,active-fps-power-down-slot = <0>;
71 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
117 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
128 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
139 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
152 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
165 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>;
176 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
[all …]
/freebsd-12-stable/stand/common/
Dconsole.c53 int active; in cons_probe() local
66 active = -1; in cons_probe()
67 for (cons = 0; consoles[cons] != NULL && active == -1; cons++) { in cons_probe()
71 active = cons; in cons_probe()
74 if (active == -1) in cons_probe()
75 active = 0; in cons_probe()
85 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_probe()
86 consoles[active]->c_init(0); in cons_probe()
87 prefconsole = strdup(consoles[active]->c_name); in cons_probe()
233 int cons, active; in cons_change() local
[all …]
/freebsd-12-stable/contrib/netbsd-tests/ipf/expected/
Dn4_611 List of active MAP/Redirect filters:
14 List of active sessions:
18 List of active state sessions:
42 List of active MAP/Redirect filters:
45 List of active sessions:
49 List of active state sessions:
73 List of active MAP/Redirect filters:
76 List of active sessions:
81 List of active state sessions:
105 List of active MAP/Redirect filters:
[all …]
Dn411 List of active MAP/Redirect filters:
14 List of active sessions:
18 List of active state sessions:
42 List of active MAP/Redirect filters:
45 List of active sessions:
49 List of active state sessions:
73 List of active MAP/Redirect filters:
76 List of active sessions:
81 List of active state sessions:
105 List of active MAP/Redirect filters:
[all …]
Dn6_614 List of active MAP/Redirect filters:
17 List of active sessions:
22 List of active state sessions:
49 List of active MAP/Redirect filters:
52 List of active sessions:
57 List of active state sessions:
84 List of active MAP/Redirect filters:
87 List of active sessions:
91 List of active state sessions:
118 List of active MAP/Redirect filters:
[all …]
Dn614 List of active MAP/Redirect filters:
17 List of active sessions:
22 List of active state sessions:
49 List of active MAP/Redirect filters:
52 List of active sessions:
57 List of active state sessions:
84 List of active MAP/Redirect filters:
87 List of active sessions:
91 List of active state sessions:
118 List of active MAP/Redirect filters:
[all …]
Df1117 List of active MAP/Redirect filters:
19 List of active sessions:
22 List of active state sessions:
53 List of active MAP/Redirect filters:
55 List of active sessions:
58 List of active state sessions:
89 List of active MAP/Redirect filters:
91 List of active sessions:
94 List of active state sessions:
125 List of active MAP/Redirect filters:
[all …]
Dn103 List of active MAP/Redirect filters:
6 List of active sessions:
11 List of active state sessions:
27 List of active MAP/Redirect filters:
30 List of active sessions:
35 List of active state sessions:
51 List of active MAP/Redirect filters:
54 List of active sessions:
59 List of active state sessions:
Dn189 List of active MAP/Redirect filters:
12 List of active sessions:
24 List of active state sessions:
46 List of active MAP/Redirect filters:
49 List of active sessions:
61 List of active state sessions:
83 List of active MAP/Redirect filters:
86 List of active sessions:
98 List of active state sessions:
Dn7_610 List of active MAP/Redirect filters:
13 List of active sessions:
19 List of active state sessions:
42 List of active MAP/Redirect filters:
45 List of active sessions:
51 List of active state sessions:
74 List of active MAP/Redirect filters:
77 List of active sessions:
85 List of active state sessions:
Dn710 List of active MAP/Redirect filters:
13 List of active sessions:
19 List of active state sessions:
42 List of active MAP/Redirect filters:
45 List of active sessions:
51 List of active state sessions:
74 List of active MAP/Redirect filters:
77 List of active sessions:
85 List of active state sessions:
Dn220 List of active MAP/Redirect filters:
23 List of active sessions:
30 List of active state sessions:
63 List of active MAP/Redirect filters:
66 List of active sessions:
71 List of active state sessions:
104 List of active MAP/Redirect filters:
107 List of active sessions:
125 List of active state sessions:
158 List of active MAP/Redirect filters:
[all …]
/freebsd-12-stable/sys/contrib/ck/include/
Dck_array.h45 struct _ck_array *active; member
69 struct _ck_array *a = ck_pr_load_ptr(&array->active); in ck_array_length()
78 struct _ck_array *a = ck_pr_load_ptr(&array->active); in ck_array_buffer()
89 return ck_pr_load_ptr(&array->active) != NULL; in ck_array_initialized()
93 (i)->snapshot = ck_pr_load_ptr(&(a)->active); \
96 _ck_i < (a)->active->n_committed && \
97 ((*b) = (a)->active->values[_ck_i], 1); \
Dck_epoch.h90 unsigned int active; member
134 if (record->active == 0) { in ck_epoch_begin()
143 ck_pr_fas_uint(&record->active, 1); in ck_epoch_begin()
146 ck_pr_store_uint(&record->active, 1); in ck_epoch_begin()
160 ck_pr_store_uint(&record->active, record->active + 1); in ck_epoch_begin()
178 ck_pr_store_uint(&record->active, record->active - 1); in ck_epoch_end()
183 return record->active == 0; in ck_epoch_end()
/freebsd-12-stable/contrib/apr-util/buckets/
Dapr_buckets_alloc.c160 apr_memnode_t *active = list->blocks; in apr_bucket_alloc() local
170 endp = active->first_avail + SMALL_NODE_SIZE; in apr_bucket_alloc()
171 if (endp >= active->endp) { in apr_bucket_alloc()
174 list->blocks = active; in apr_bucket_alloc()
177 list->blocks->next = active; in apr_bucket_alloc()
178 active = list->blocks; in apr_bucket_alloc()
179 endp = active->first_avail + SMALL_NODE_SIZE; in apr_bucket_alloc()
181 node = (node_header_t *)active->first_avail; in apr_bucket_alloc()
183 node->memnode = active; in apr_bucket_alloc()
185 active->first_avail = endp; in apr_bucket_alloc()
/freebsd-12-stable/contrib/apr/memory/unix/
Dapr_pools.c591 apr_memnode_t *active; member
821 apr_memnode_t *active, *node; in apr_palloc() local
838 active = pool->active; in apr_palloc()
841 if (size <= node_free_space(active)) { in apr_palloc()
842 mem = active->first_avail; in apr_palloc()
843 active->first_avail += size; in apr_palloc()
847 node = active->next; in apr_palloc()
866 list_insert(node, active); in apr_palloc()
868 pool->active = node; in apr_palloc()
870 free_index = (APR_ALIGN(active->endp - active->first_avail + 1, in apr_palloc()
[all …]

12345678910>>...47