/freebsd/crypto/heimdal/doc/ |
H A D | latin1.tex | 4 \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/sys/contrib/device-tree/src/arm64/exynos/ |
H A D | exynos5433-tmu.dtsi | 20 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/sys/contrib/ck/src/ |
H A D | ck_array.c | 37 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 …]
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6qdl-tx6-lcd.dtsi | 123 hsync-active = <0>; 124 vsync-active = <0>; 125 de-active = <1>; 126 pixelclk-active = <0>; 139 hsync-active = <0>; 140 vsync-active = <0>; 141 de-active = <1>; 142 pixelclk-active = <0>; 155 hsync-active = <0>; 156 vsync-active = <0>; [all …]
|
H A D | imx6qdl-tx6-lvds.dtsi | 140 de-active = <1>; 141 pixelclk-active = <1>; 154 hsync-active = <0>; 155 vsync-active = <0>; 156 de-active = <1>; 157 pixelclk-active = <0>; 170 hsync-active = <0>; 171 vsync-active = <0>; 172 de-active = <1>; 173 pixelclk-active = <1>; [all …]
|
H A D | imx53-tx53-x03x.dts | 80 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 …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | act8945a-charger.txt | 4 - compatible: "active-semi,act8945a-charger". 5 - active-semi,chglev-gpios: charge current level phandle with args 7 - active-semi,lbo-gpios: specify the low battery voltage detect phandle 14 - active-semi,input-voltage-threshold-microvolt: unit: mV; 17 - active-semi,precondition-timeout: unit: minutes; 21 - active-semi,total-timeout: unit: hours; 28 compatible = "active-semi,act8945a"; 32 compatible = "active-semi,act8945a-charger"; 38 active-semi,chglev-gpios = <&pioA 12 GPIO_ACTIVE_HIGH>; 39 active-semi,lbo-gpios = <&pioA 72 GPIO_ACTIVE_LOW>; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-bcm6358.txt | 18 - brcm,clk-dat-low : Boolean, makes clock and data signals active low. 43 active-low; 48 active-low; 53 active-low; 58 active-low; 74 active-low; 79 active-low; 89 active-low; 98 active-low; 103 active-low; [all …]
|
/freebsd/stand/common/ |
H A D | console.c | 77 int active; in cons_probe() local 97 active = -1; in cons_probe() 98 for (cons = 0; consoles[cons] != NULL && active == -1; cons++) { in cons_probe() 102 active = cons; in cons_probe() 105 if (active == -1) in cons_probe() 106 active = 0; in cons_probe() 116 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_probe() 117 consoles[active]->c_init(0); in cons_probe() 118 prefconsole = strdup(consoles[active]->c_name); in cons_probe() 266 int cons, active; in cons_change() local [all …]
|
/freebsd/contrib/netbsd-tests/ipf/expected/ |
H A D | n4 | 11 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 …]
|
H A D | n4_6 | 11 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 …]
|
H A D | n6 | 14 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 …]
|
H A D | n6_6 | 14 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 …]
|
H A D | f11 | 17 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 …]
|
H A D | n10 | 3 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:
|
H A D | n18 | 9 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:
|
H A D | n7 | 10 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:
|
H A D | n7_6 | 10 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:
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | act8945a.txt | 4 - compatible: "active-semi,act8945a". 13 compatible = "active-semi,act8945a"; 16 active-semi,vsel-high; 70 compatible = "active-semi,act8945a-charger"; 76 active-semi,chglev-gpios = <&pioA 12 GPIO_ACTIVE_HIGH>; 77 active-semi,lbo-gpios = <&pioA 72 GPIO_ACTIVE_LOW>; 78 active-semi,input-voltage-threshold-microvolt = <6600>; 79 active-semi,precondition-timeout = <40>; 80 active-semi,total-timeout = <3>;
|
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
H A D | tegra210-p2180.dtsi | 143 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 144 maxim,active-fps-power-up-slot = <7>; 145 maxim,active-fps-power-down-slot = <0>; 152 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 182 maxim,active-fps-source = <MAX77620_FPS_SRC_1>; 193 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 204 maxim,active-fps-source = <MAX77620_FPS_SRC_1>; 217 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 230 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>; 241 maxim,active-fps-source = <MAX77620_FPS_SRC_1>; [all …]
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_array.h | 45 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); \
|
H A D | ck_epoch.h | 90 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/sys/contrib/device-tree/src/arm/nxp/mxs/ |
H A D | imx28-tx28.dts | 49 enable-active-high; 58 enable-active-high; 93 enable-active-high; 103 enable-active-high; 335 hsync-active = <0>; 336 vsync-active = <0>; 337 de-active = <1>; 338 pixelclk-active = <1>; 351 hsync-active = <0>; 352 vsync-active = <0>; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | tvp7002.txt | 10 - hsync-active: HSYNC Polarity configuration for the bus. Default value when 13 - vsync-active: VSYNC Polarity configuration for the bus. Default value when 19 - sync-on-green-active: Active state of Sync-on-green signal property of the 24 - field-even-active: Active-high Field ID output polarity control of the bus. 44 hsync-active = <1>; 45 vsync-active = <1>; 47 sync-on-green-active = <1>; 48 field-even-active = <0>;
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | tps65132-regulator.txt | 14 -enable-gpios:(active high, output) Regulators are controlled by the input pins. 17 -active-discharge-gpios: (active high, output) Some configurations use delay mechanisms 20 the delay mechanism. Requires specification of ti,active-discharge-time-us 21 -ti,active-discharge-time-us: how long the active discharge gpio should be 22 asserted for during active discharge, in microseconds. 43 regulator-active-discharge = <0>;
|