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

/illumos-gate/usr/src/cmd/tip/
H A Dcmdtab.c22 { '!', NORM, "shell", shell },
23 { '<', NORM, "receive file from remote host", getfl },
24 { '>', NORM, "send file to remote host", tip_sendfile },
25 { 't', NORM, "take file from remote UNIX", cu_take },
26 { 'p', NORM, "put file to remote UNIX", cu_put },
27 { '|', NORM, "pipe remote file", pipefile },
28 { 'C', NORM, "connect program to remote host", consh },
29 { 'c', NORM, "change directory", chdirectory },
30 { '.', NORM, "exit from tip", finish },
31 {_CTRL('d'), NORM, "exi
[all...]
H A Dtip.h174 #define NORM 00 /* normal protection, execute anyone */ macro
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c133 NORM, /* instructions w/o ModR/M byte, no memory access */ enumerator in enum:__anon34
508 const instable_t dis_opPause = TNS("pause", NORM);
1760 /* [04] */ INVALID, TNS("syscall",NORM), TNS("clts",NORM), TNS("sysret",NORM),
1761 /* [08] */ TNS("invd",NORM), TNS("wbinvd",NORM), INVALID, TNS("ud2",NORM),
1774 /* [30] */ TNS("wrmsr",NORM), TNS("rdtsc",NORM), TN
[all...]

Completed in 63 milliseconds