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

1 2 3

  /src/sys/arch/amd64/amd64/
db_disasm.c 68 #define NONE 8
185 { "", true, NONE, 0, 0 },
186 { "", true, NONE, 0, 0 },
187 { "", true, NONE, 0, 0 },
188 { "", true, NONE, 0, 0 },
189 { "", true, NONE, 0, 0 },
190 { "", true, NONE, 0, 0 },
196 /*00*/ { "", true, NONE, op1(Ew), db_Grp6 },
197 /*01*/ { "", true, NONE, op1(Ew), db_Grp7 },
200 /*04*/ { "", false, NONE, 0, 0 }
    [all...]
db_machdep.c 118 case NONE:
178 int traptype = NONE;
222 *is_trap = NONE;
  /src/sys/arch/i386/i386/
db_disasm.c 58 #define NONE 8
135 { "sgdt", false, NONE, op1(E), 0 },
136 { "sidt", false, NONE, op2(MEx,4), "monitor\0mwait\0clac\0stac"},
137 { "lgdt", false, NONE, op2(MEx,2), "xgetbv\0xsetbv" },
138 { "lidt", false, NONE, op1(E), 0 },
139 { "smsw", false, NONE, op1(E), 0 },
140 { "", false, NONE, 0, 0 },
141 { "lmsw", false, NONE, op1(E), 0 },
142 { "invlpg", false, NONE, op2(MEx,2), "swapgs\0rdtscp" },
157 { "fxsave", false, NONE, op1(E), 0 }
    [all...]
db_machdep.c 134 case NONE:
209 int traptype = NONE;
266 *is_trap = NONE;
  /src/share/examples/wpa_supplicant/
wpa_supplicant.conf 18 key_mgmt=NONE
43 key_mgmt=NONE
  /src/usr.bin/m4/lib/
ohash_int.h 19 #define NONE (h->size)
ohash_lookup_interval.c 32 empty = NONE;
40 if (empty == NONE)
46 if (empty != NONE) {
64 if (empty != NONE)
ohash_lookup_memory.c 31 empty = NONE;
39 if (empty == NONE)
43 if (empty != NONE) {
60 if (empty != NONE)
  /src/usr.bin/make/unit-tests/
sh-errctl.exp 2 TokenPool_Take: pid <pid>, aborting NONE, running 0
25 TokenPool_Take: pid <pid>, aborting NONE, running 0
opt-debug-jobs.exp 2 TokenPool_Take: pid <pid>, aborting NONE, running 0
25 TokenPool_Take: pid <pid>, aborting NONE, running 0
  /src/usr.sbin/apmd/
apm-proto.h 33 NONE,
  /src/usr.bin/deroff/
deroff.c 193 #define NONE 0
1491 case NONE:
1625 M(NONE, '\\','"', skip), /* comment */
1632 M(NONE, 's','o', so), /* source a file */
1633 M(NONE, 'n','x', nx), /* go to next file */
1635 M(NONE, 't','m', skip), /* print string on tty */
1636 M(NONE, 'h','w', skip), /* exception hyphen words */
1637 M(NONE, 0,0, 0)
1648 M(NONE, 'T','E', outtbl),/* table ending */
1649 M(NONE, 'P','S', PS), /* picture starting *
    [all...]
  /src/usr.sbin/apm/
apm.c 107 case NONE:
154 enum apm_action action = NONE;
169 if (action != NONE)
174 if (action != NONE)
179 if (action != NONE && action != GETSTATUS)
185 if (action != NONE && action != GETSTATUS)
191 if (action != NONE && action != GETSTATUS)
197 if (action != NONE && action != GETSTATUS)
203 if (action != NONE && action != GETSTATUS)
225 case NONE
    [all...]
  /src/sys/arch/x86/include/
db_machdep.h 8 #define NONE 0
  /src/lib/libc/citrus/modules/
citrus_zw.c 62 NONE, AMBIGIOUS, ASCII, GB2312
97 #define _STATE_NEEDS_EXPLICIT_INIT(_ps_) ((_ps_)->charset != NONE)
108 psenc->charset = NONE;
179 psenc->charset = NONE;
193 case NONE:
226 psenc->charset = NONE;
231 psenc->charset = NONE;
246 psenc->charset = NONE;
303 case NONE:
324 psenc->charset = NONE;
    [all...]
  /src/sys/arch/i386/stand/efiboot/
self_reloc.c 80 case R_TYPE(NONE):
  /src/sys/arch/m68k/m68k/
kobj_machdep.c 67 case R_TYPE(NONE):
  /src/sys/arch/sh3/sh3/
kobj_machdep.c 69 case R_TYPE(NONE):
  /src/lib/libc/citrus/
citrus_none.c 52 _CITRUS_CTYPE_DECLS(NONE);
53 _CITRUS_CTYPE_DEF_OPS(NONE);
426 _CITRUS_STDENC_DECLS(NONE);
427 _CITRUS_STDENC_DEF_OPS(NONE);
  /src/sys/arch/acorn32/stand/lib/
rmreloc.c 140 case R_TYPE(NONE):
  /src/sys/ufs/ext2fs/
ext2fs_dir.h 119 NONE,
  /src/sys/arch/x86/x86/
db_trace.c 203 is_trap = NONE;
231 if (is_trap == NONE) {
309 if (count && is_trap != NONE) {
  /src/usr.sbin/faithd/
ftp.c 64 enum state { NONE, LPRT, EPRT, LPSV, EPSV };
77 enum state state = NONE;
421 case NONE:
647 *state = NONE;
864 *state = NONE;
874 *state = NONE;
  /src/tests/usr.bin/xlint/lint1/
msg_348.c 267 NONE = 0, KILO = 1, MEGA = 2
  /src/libexec/ld.elf_so/arch/riscv/
mdreloc.c 100 case R_TYPE(NONE):
142 case R_TYPE(NONE):

Completed in 308 milliseconds

1 2 3