Home
last modified time | relevance | path

Searched refs:boolean (Results 1 – 25 of 673) sorted by relevance

12345678910>>...27

/freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpincfg-node.yaml22 type: boolean
26 type: boolean
30 type: boolean
71 type: boolean
82 type: boolean
87 type: boolean
92 type: boolean
96 type: boolean
109 type: boolean
113 type: boolean
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/addac/
H A Dadi,ad74115.yaml108 type: boolean
113 type: boolean
119 type: boolean
125 type: boolean
129 type: boolean
133 type: boolean
151 type: boolean
159 type: boolean
163 type: boolean
167 type: boolean
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/usb/
H A Dsnps,dwc3.yaml114 type: boolean
118 type: boolean
123 type: boolean
129 type: boolean
135 type: boolean
139 type: boolean
147 type: boolean
151 type: boolean
156 type: boolean
162 type: boolean
[all …]
H A Dusb251xb.yaml84 (boolean, default is self-powered)
90 (boolean, default is self-powered)
95 disable USB Hi-Speed support (boolean)
101 (boolean, default is multi-tt)
107 (boolean, default is multi-tt)
112 disable End of Packet generation in full-speed mode (boolean)
118 (boolean, default is individual)
124 (boolean, default is individual)
140 local power source is removed or unavailable (boolean)
152 indicate the hub is part of a compound device (boolean)
[all …]
H A Dusb251xb.txt25 (boolean, default is self-powered)
26 - disable-hi-speed : disable USB Hi-Speed support (boolean)
28 (boolean, default is multi-tt)
29 - disable-eop : disable End of Packet generation in full-speed mode (boolean)
31 mode (boolean, default is individual)
33 (boolean, default is individual)
35 operation if the local power source is removed or unavailable (boolean)
39 - compound-device : indicate the hub is part of a compound device (boolean)
40 - port-mapping-mode : enable port mapping mode (boolean)
42 (boolean, default is speed mode)
/freebsd-14.2/usr.bin/tip/tip/
H A Dcmds.c199 if (boolean(value(VERBOSE))) in transfer()
358 if (boolean(value(VERBOSE))) in transmit()
385 if (boolean(value(VERBOSE))) { in transmit()
386 if (boolean(value(RAWFTP))) in transmit()
421 if (boolean(value(ECHOCHECK))) in cu_put()
512 if (boolean(value(VERBOSE))) in pipeout()
566 if (boolean(value(VERBOSE))) in consh()
624 if (boolean(value(SCRIPT))) in setscript()
775 if (boolean(value(SCRIPT))) in variable()
780 if (boolean(value(TAND))) in variable()
[all …]
H A Dtipout.c90 if (boolean(value(SCRIPT)) && fscript != NULL) in intEMT()
110 if (boolean(value(SCRIPT)) && fscript != NULL) in intTERM()
121 setboolean(value(BEAUTIFY), !boolean(value(BEAUTIFY))); in intSYS()
171 if (boolean(value(SCRIPT)) && fscript != NULL) { in tipout()
172 if (!boolean(value(BEAUTIFY))) { in tipout()
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadi,adrf6780.yaml45 type: boolean
51 type: boolean
57 type: boolean
63 type: boolean
70 type: boolean
77 type: boolean
83 type: boolean
89 type: boolean
95 type: boolean
101 type: boolean
/freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/
H A Dmax8973-regulator.txt15 -maxim,externally-enable: boolean, externally control the regulator output
22 -maxim,enable-remote-sense: boolean, enable reote sense.
23 -maxim,enable-falling-slew-rate: boolean, enable falling slew rate.
24 -maxim,enable-active-discharge: boolean: enable active discharge.
25 -maxim,enable-frequency-shift: boolean, enable 9% frequency shift.
26 -maxim,enable-bias-control: boolean, enable bias control. By enabling this
28 -maxim,enable-etr: boolean, enable Enhanced Transient Response.
29 -maxim,enable-high-etr-sensitivity: boolean, Enhanced transient response
H A Dmaxim,max8973.yaml43 type: boolean
54 type: boolean
58 type: boolean
62 type: boolean
66 type: boolean
70 type: boolean
75 type: boolean
79 type: boolean
/freebsd-14.2/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dti,gpmc-child.yaml130 type: boolean
134 type: boolean
140 type: boolean
146 type: boolean
150 type: boolean
154 type: boolean
158 type: boolean
186 type: boolean
190 type: boolean
194 type: boolean
[all …]
/freebsd-14.2/usr.bin/tip/libacu/
H A Dt3000.c77 if (boolean(value(VERBOSE))) in t3000_dialer()
97 if (boolean(value(VERBOSE))) in t3000_dialer()
173 if (boolean(value(VERBOSE))) in t3000_swallow()
178 if (boolean(value(VERBOSE))) in t3000_swallow()
242 boolean(value(VERBOSE))) { in t3000_connect()
262 if (boolean(value(VERBOSE))) in t3000_connect()
271 if (boolean(value(VERBOSE))) in t3000_connect()
333 if (boolean(value(VERBOSE))) in t3000_write()
H A Dcourier.c76 if (boolean(value(VERBOSE))) in cour_dialer()
96 if (boolean(value(VERBOSE))) in cour_dialer()
172 if (boolean(value(VERBOSE))) in cour_swallow()
177 if (boolean(value(VERBOSE))) in cour_swallow()
227 boolean(value(VERBOSE))) { in cour_connect()
247 if (boolean(value(VERBOSE))) in cour_connect()
256 if (boolean(value(VERBOSE))) in cour_connect()
315 if (boolean(value(VERBOSE))) in cour_write()
/freebsd-14.2/libexec/bootpd/
H A Dreadfile.h6 extern boolean hwlookcmp(hash_datum *, hash_datum *);
7 extern boolean iplookcmp(hash_datum *, hash_datum *);
8 extern boolean nmcmp(hash_datum *, hash_datum *);
/freebsd-14.2/sys/contrib/device-tree/Bindings/media/i2c/
H A Drda,rda5807.yaml25 type: boolean
29 type: boolean
33 type: boolean
37 type: boolean
/freebsd-14.2/usr.sbin/apm/
H A Dapm.c55 is_true(const char *boolean) in is_true() argument
60 val = strtoul(boolean, &endp, 0); in is_true()
63 if (strcasecmp(boolean, "true") == 0 || in is_true()
64 strcasecmp(boolean, "yes") == 0 || in is_true()
65 strcasecmp(boolean, "enable") == 0) in is_true()
67 if (strcasecmp(boolean, "false") == 0 || in is_true()
68 strcasecmp(boolean, "no") == 0 || in is_true()
69 strcasecmp(boolean, "disable") == 0) in is_true()
72 warnx("invalid boolean argument \"%s\"", boolean); in is_true()
/freebsd-14.2/sys/contrib/device-tree/Bindings/input/
H A Diqs269a.yaml35 type: boolean
54 type: boolean
65 type: boolean
137 type: boolean
141 type: boolean
145 type: boolean
149 type: boolean
161 type: boolean
180 type: boolean
196 type: boolean
[all …]
H A Diqs626a.yaml49 type: boolean
53 type: boolean
75 type: boolean
79 type: boolean
111 type: boolean
115 type: boolean
121 type: boolean
178 type: boolean
184 type: boolean
190 type: boolean
[all …]
H A Delan,ekth3000.yaml26 type: boolean
33 type: boolean
37 type: boolean
41 type: boolean
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dwlf,wm8994.yaml100 type: boolean
105 type: boolean
110 type: boolean
115 type: boolean
120 type: boolean
125 type: boolean
130 type: boolean
H A Dimx-audio-hdmi.yaml27 type: boolean
29 This is a boolean property. If present, the transmitting function
35 type: boolean
37 This is a boolean property. If present, the receiving function of
/freebsd-14.2/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-gpio.yaml38 type: boolean
42 type: boolean
57 type: boolean
64 type: boolean
71 type: boolean
77 type: boolean
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Dmotorcomm,yt8xxx.yaml47 type: boolean
53 type: boolean
59 type: boolean
65 type: boolean
71 type: boolean
77 type: boolean
H A Dsmsc,lan9115.yaml52 type: boolean
56 type: boolean
60 type: boolean
64 type: boolean
68 type: boolean
/freebsd-14.2/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dmediatek,mt6370-backlight.yaml42 type: boolean
47 type: boolean
60 type: boolean
70 type: boolean
81 type: boolean

12345678910>>...27