Searched refs:NORM (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.bin/tip/tip/
H A Dcmdtab.c46 { '!', NORM, "shell", shell },
47 { '<', NORM, "receive file from remote host", getfl },
48 { '>', NORM, "send file to remote host", sendfile },
49 { 't', NORM, "take file from remote UNIX", cu_take },
50 { 'p', NORM, "put file to remote UNIX", cu_put },
51 { '|', NORM, "pipe remote file", pipefile },
52 { '$', NORM, "pipe local command to remote host", pipeout },
54 { 'C', NORM, "connect program to remote host",consh },
56 { 'c', NORM, "change directory", chdirectory },
57 { '.', NORM, "exi
[all...]
H A Dtip.h177 #define NORM 00 /* normal protection, execute anyone */ macro
/freebsd-9.3-release/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c132 NORM, /* instructions w/o ModR/M byte, no memory access */ enumerator in enum:__anon6107
482 const instable_t dis_opPause = TNS("pause", NORM);
1442 /* [04] */ INVALID, TNS("syscall",NORM), TNS("clts",NORM), TNS("sysret",NORM),
1443 /* [08] */ TNS("invd",NORM), TNS("wbinvd",NORM), INVALID, TNS("ud2",NORM),
1456 /* [30] */ TNS("wrmsr",NORM), TNS("rdtsc",NORM), TN
[all...]

Completed in 81 milliseconds