Searched refs:NONE (Results 1 - 25 of 128) sorted by relevance

123456

/freebsd-11-stable/sys/dev/evdev/
H A Devdev_utils.c45 #define NONE KEY_RESERVED macro
49 NONE, NONE, NONE, NONE, KEY_A, KEY_B, KEY_C, KEY_D,
80 KEY_VOLUMEUP, KEY_VOLUMEDOWN, NONE, NONE,
81 NONE, KEY_KPCOMMA, NONE, KEY_RO,
83 KEY_KPJPCOMMA, NONE, NON
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dplaintext.conf7 key_mgmt=NONE
H A Dwep.conf7 key_mgmt=NONE
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_disasm.c53 #define NONE 10 macro
132 /*83*/ { "", FALSE, NONE, 0, 0 },
133 /*84*/ { "", FALSE, NONE, 0, 0 },
134 /*85*/ { "", FALSE, NONE, 0, 0 },
135 /*86*/ { "", FALSE, NONE, 0, 0 },
136 /*87*/ { "", FALSE, NONE, 0, 0 },
138 /*88*/ { "", FALSE, NONE, 0, 0 },
139 /*89*/ { "", FALSE, NONE, 0, 0 },
140 /*8a*/ { "", FALSE, NONE, 0, 0 },
141 /*8b*/ { "", FALSE, NONE,
[all...]
/freebsd-11-stable/sys/i386/i386/
H A Ddb_disasm.c51 #define NONE 8 macro
180 /*00*/ { "", TRUE, NONE, op1(Ew), db_Grp6 },
181 /*01*/ { "", TRUE, NONE, op1(Ew), db_Grp7 },
184 /*04*/ { "", FALSE, NONE, 0, 0 },
185 /*05*/ { "syscall",FALSE,NONE, 0, 0 },
186 /*06*/ { "clts", FALSE, NONE, 0, 0 },
187 /*07*/ { "sysret",FALSE, NONE, 0, 0 },
189 /*08*/ { "invd", FALSE, NONE, 0, 0 },
190 /*09*/ { "wbinvd",FALSE, NONE, 0, 0 },
191 /*0a*/ { "", FALSE, NONE,
[all...]
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_hwdata.c104 BHNDB_CLASS_PRIO(SOC_ROUTER, NONE),
105 BHNDB_CLASS_PRIO(SOC_BRIDGE, NONE),
106 BHNDB_CLASS_PRIO(EROM, NONE),
107 BHNDB_CLASS_PRIO(OTHER, NONE),
120 BHNDB_PORT0_PRIO(AGENT, NONE)
128 BHNDB_PORT0_PRIO(AGENT, NONE)
159 BHNDB_CLASS_PRIO(SOC_ROUTER, NONE),
160 BHNDB_CLASS_PRIO(SOC_BRIDGE, NONE),
161 BHNDB_CLASS_PRIO(EROM, NONE),
162 BHNDB_CLASS_PRIO(OTHER, NONE),
[all...]
/freebsd-11-stable/contrib/file/python/
H A Dexample.py5 ms = magic.open(magic.NONE)
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h62 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE,
63 StatType EdgeColor = StatType::NONE,
64 StatType VertexLabel = StatType::NONE,
65 StatType VertexColor = StatType::NONE,
H A Dxray-graph.cpp62 cl::init(GraphRenderer::StatType::NONE),
63 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
86 cl::init(GraphRenderer::StatType::NONE),
87 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
110 cl::init(GraphRenderer::StatType::NONE),
111 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
134 cl::init(GraphRenderer::StatType::NONE),
135 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
334 case GraphRenderer::StatType::NONE:
356 case GraphRenderer::StatType::NONE
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dunistruct.h546 D(SPTONE, 0x04 /* 4*/, NONE, Q.850, "Send special information tone") \
547 D(BADTRUNK, 0x05 /* 5*/, NONE, Q.850, "Misdialled trunk prefix") \
548 D(BADCHAN, 0x06 /* 6*/, NONE, Q.850, "Channel unacceptable") \
549 D(CALLAWARDED, 0x07 /* 7*/, NONE, Q.850, "Call awarded and being delivered in an established channel") \
550 D(PREEMPT, 0x08 /* 8*/, NONE, Q.850, "Preemption") \
551 D(PREEMPT_RES, 0x09 /* 9*/, NONE, Q.850, "Preemption - circuit reserved for reuse") \
554 D(NO_RESPONSE, 0x12 /* 18*/, NONE, Q.850, "No user responding") \
555 D(NO_RESP_ALERT,0x13 /* 19*/, NONE, Q.850, "No answer from user (user alerted)") \
556 D(ABSENT, 0x14 /* 20*/, NONE, Q.850, "Subscriber absent") \
559 D(REDIR, 0x17 /* 23*/, NONE,
[all...]
/freebsd-11-stable/sys/arm/at91/
H A Dboard_bwct.c54 ARM_BOARD(NONE, "BWCT special");
H A Dboard_hl200.c65 ARM_BOARD(NONE, "HOTe 200");
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DXRayLists.cpp47 return ImbueAttribute::NONE;
61 return ImbueAttribute::NONE;
68 return ImbueAttribute::NONE;
/freebsd-11-stable/lib/libiconv_modules/ZW/
H A Dcitrus_zw.c59 NONE, AMBIGIOUS, ASCII, GB2312 enumerator in enum:__anon6817
76 #define _STATE_NEEDS_EXPLICIT_INIT(_ps_) ((_ps_)->charset != NONE)
85 psenc->charset = NONE;
146 psenc->charset = NONE;
160 case NONE:
193 psenc->charset = NONE;
198 psenc->charset = NONE;
213 psenc->charset = NONE;
265 case NONE:
286 psenc->charset = NONE;
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf379 # for non-RSN networks (key_mgmt=NONE) since PMF is available only when using
813 # Note: IBSS can only be used with key_mgmt NONE (plaintext and static WEP) and
814 # WPA-PSK (with proto=RSN). In addition, key_mgmt=WPA-NONE (fixed group key
817 # proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or CCMP, but not
886 # NONE = WPA is not used; plaintext or static WEP could be used
887 # WPA-NONE = WPA-None for IBSS (deprecated; use proto=RSN key_mgmt=WPA-PSK
937 # NONE = Use only Group Keys (deprecated, should not be included if APs support
1729 key_mgmt=NONE
1736 key_mgmt=NONE
[all...]
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_dir.h45 NONE, enumerator in enum:slotstatus
/freebsd-11-stable/usr.bin/cpuset/
H A Dcpuset.c75 enum { NONE, NUM, DASH } state; enumerator in enum:__anon8605
86 state = NONE;
97 case NONE:
104 state = NONE;
115 case NONE:
119 state = NONE;
137 case NONE:
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_ohash.c41 #define NONE (h->size) macro
241 empty = NONE;
249 if (empty == NONE)
255 if (empty != NONE) {
273 if (empty != NONE)
288 empty = NONE;
296 if (empty == NONE)
300 if (empty != NONE) {
317 if (empty != NONE)
/freebsd-11-stable/lib/libopenbsd/
H A Dohash.c34 #define NONE (h->size) macro
234 empty = NONE;
242 if (empty == NONE)
248 if (empty != NONE) {
266 if (empty != NONE)
281 empty = NONE;
289 if (empty == NONE)
293 if (empty != NONE) {
310 if (empty != NONE)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp56 NONE = 0u, member in class:__anon2125::SIMemOp
71 NONE, member in class:__anon2125::SIAtomicScope
82 NONE = 0u, member in class:__anon2125::SIAtomicAddrSpace
125 SIAtomicAddrSpace OrderingAddrSpace = SIAtomicAddrSpace::NONE;
126 SIAtomicAddrSpace InstrAddrSpace = SIAtomicAddrSpace::NONE;
523 SIAtomicAddrSpace InstrAddrSpace = SIAtomicAddrSpace::NONE;
554 SIAtomicScope Scope = SIAtomicScope::NONE;
555 SIAtomicAddrSpace OrderingAddrSpace = SIAtomicAddrSpace::NONE;
565 if ((OrderingAddrSpace == SIAtomicAddrSpace::NONE) ||
620 SIAtomicScope Scope = SIAtomicScope::NONE;
[all...]
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_ucast_lash.h54 NONE = MAX_INT enumerator in enum:__anon3917
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dfmt_scaled.c53 NONE = 0, KILO = 1, MEGA = 2, GIGA = 3, TERA = 4, PETA = 5, EXA = 6 enumerator in enum:__anon4504
57 static unit_type units[] = { NONE, KILO, MEGA, GIGA, TERA, PETA, EXA };
213 unit_type unit = NONE;
249 else if (unit == NONE || number >= 100 || number <= -100) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayLists.h37 NONE, member in class:clang::XRayFunctionFilter::ImbueAttribute
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_java_pkcs11.in67 -keystore NONE \
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_piv.c184 P4_PMC(NONE)
197 P4_ESCR(BSU_ESCR0, 0x3A0, BPU_COUNTER0, BPU_COUNTER1, NONE) \
198 P4_ESCR(BSU_ESCR1, 0x3A1, BPU_COUNTER2, BPU_COUNTER3, NONE) \
199 P4_ESCR(FSB_ESCR0, 0x3A2, BPU_COUNTER0, BPU_COUNTER1, NONE) \
200 P4_ESCR(FSB_ESCR1, 0x3A3, BPU_COUNTER2, BPU_COUNTER3, NONE) \
201 P4_ESCR(FIRM_ESCR0, 0x3A4, FLAME_COUNTER0, FLAME_COUNTER1, NONE) \
202 P4_ESCR(FIRM_ESCR1, 0x3A5, FLAME_COUNTER2, FLAME_COUNTER3, NONE) \
203 P4_ESCR(FLAME_ESCR0, 0x3A6, FLAME_COUNTER0, FLAME_COUNTER1, NONE) \
204 P4_ESCR(FLAME_ESCR1, 0x3A7, FLAME_COUNTER2, FLAME_COUNTER3, NONE) \
205 P4_ESCR(DAC_ESCR0, 0x3A8, FLAME_COUNTER0, FLAME_COUNTER1, NONE) \
[all...]

Completed in 154 milliseconds

123456