Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 175) sorted by relevance

1234567

/plan9/sys/src/cmd/aux/vga/
H A Dsc15025.c30 uchar command; in commandr() local
33 command = inportb(Pixmask); in commandr()
36 return command; in commandr()
40 commandw(uchar command) in commandw() argument
43 outportb(Pixmask, command); in commandw()
82 uchar aux, command; in load() local
90 command = inportb(Pixmask); in load()
91 outportb(Pixmask, command|0x18); in load()
94 commandw(command); in load()
101 uchar command; in dump() local
[all …]
H A Dstg1702.c48 uchar command; in commandr() local
51 command = inportb(Pixmask); in commandr()
54 return command; in commandr()
58 commandw(uchar command) in commandw() argument
61 outportb(Pixmask, command); in commandw()
68 uchar command; in indexrw() local
70 command = commandr(); in indexrw()
71 commandw(command|0x10); in indexrw()
129 uchar command, mode, pipeline; in load() local
131 command = 0x00; in load()
[all …]
/plan9/sys/src/cmd/aquarela/
H A Dsmbcomopen.c198 smblogprint(h->command, "flags 0x%.4ux", flags); in smbcomopenandx()
200 smblogprint(h->command, " additional"); in smbcomopenandx()
202 smblogprint(h->command, " oplock"); in smbcomopenandx()
204 smblogprint(h->command, " opbatch"); in smbcomopenandx()
205 smblogprint(h->command, "\n"); in smbcomopenandx()
206 smblogprint(h->command, "mode 0x%.4ux", mode); in smbcomopenandx()
209 smblogprint(h->command, " OREAD"); in smbcomopenandx()
212 smblogprint(h->command, " OWRITE"); in smbcomopenandx()
215 smblogprint(h->command, " ORDWR"); in smbcomopenandx()
218 smblogprint(h->command, " OEXEC"); in smbcomopenandx()
[all …]
H A Dsmbcomsessionsetupandx.c53 smblogprint(h->command, "smbcomsessionsetupandx: invalid andxcommand %s (0x%.2ux)\n", in smbcomsessionsetupandx()
69 smblogprint(h->command, "andxcommand: %s offset %ud\n", smboptable[andxcommand].name, andxoffset); in smbcomsessionsetupandx()
70 smblogprint(h->command, "client.maxbuffersize: %ud\n", s->peerinfo.maxlen); in smbcomsessionsetupandx()
71 smblogprint(h->command, "client.maxmpxcount: %ud\n", s->client.maxmpxcount); in smbcomsessionsetupandx()
72 smblogprint(h->command, "vcnumber: %ud\n", vcnumber); in smbcomsessionsetupandx()
73 smblogprint(h->command, "sessionkey: 0x%.8lux\n", sessionkey); in smbcomsessionsetupandx()
74 smblogprint(h->command, "caseinsensitivepasswordlength: %ud\n", caseinsensitivepasswordlength); in smbcomsessionsetupandx()
75 smblogprint(h->command, "casesensitivepasswordlength: %ud\n", casesensitivepasswordlength); in smbcomsessionsetupandx()
76 smblogprint(h->command, "clientcapabilities: 0x%.8lux\n", s->peerinfo.capabilities); in smbcomsessionsetupandx()
82 smblogprint(h->command, "smbcomsessionsetupandx: not enough bdata for passwords\n"); in smbcomsessionsetupandx()
[all …]
H A Dsmbcommon.c50 h->command = cmd; in smbchaincommand()
99 h->command = rh->command; in smbbuffergetheader()
100 ote = smboptable + h->command; in smbbuffergetheader()
102 smblogprint(-1, "smbgetheader: illegal opcode 0x%.2ux\n", h->command); in smbbuffergetheader()
127 smblogprint(h->command, "%s %s: tid 0x%.4ux pid 0x%.4ux uid 0x%.4ux mid 0x%.4ux\n", ote->name, in smbbuffergetheader()
143 smbcheckheader(SmbHeader *h, uchar command, int response, char **errmsgp) in smbcheckheader() argument
145 if (response && h->command != command) { in smbcheckheader()
146 smbstringprint(errmsgp, "sent %.2uc request, got %.2ux response", command, h->command); in smbcheckheader()
155 smbbuffergetandcheckheader(SmbBuffer *b, SmbHeader *h, uchar command, int response, uchar **pdatap,… in smbbuffergetandcheckheader() argument
161 return smbcheckheader(h, command, response, errmsgp); in smbbuffergetandcheckheader()
[all …]
H A Dsmbcomtreeconnectandx.c60 smblogprint(h->command, "smbcomtreeconnectandx: invalid andxcommand %s (0x%.2ux)\n", in smbcomtreeconnectandx()
69 smblogprint(h->command, "passwordlength: %ud\n", passwordlength); in smbcomtreeconnectandx()
70 smblogprint(h->command, "flags: 0x%.4ux\n", flags); in smbcomtreeconnectandx()
72 smblogprint(h->command, "smbcomtreeconnectandx: not enough bytes for password\n"); in smbcomtreeconnectandx()
75 smblogprint(h->command, "offset %lud limit %lud\n", smbbufferreadoffset(b), smbbufferwriteoffset(b)… in smbcomtreeconnectandx()
78 smblogprint(h->command, "smbcomtreeconnectandx: not enough bytes for strings\n"); in smbcomtreeconnectandx()
81 smblogprint(h->command, "path: %s\n", path); in smbcomtreeconnectandx()
82 smblogprint(h->command, "service: %s\n", service); in smbcomtreeconnectandx()
H A Daquarela.c64 smblogprint(h.command, "received:\n"); in smbsessionwrite()
65 smblogdata(h.command, smblogprint, p, n, 0x1000); in smbsessionwrite()
67 ote = smboptable + h.command; in smbsessionwrite()
69 smblogprint(-1, "smb: illegal opcode 0x%.2ux\n", h.command); in smbsessionwrite()
77 && smbs->nextcommand != h.command) { in smbsessionwrite()
82 switch (h.command) { in smbsessionwrite()
90 smblogprint(-1, "aquarela: command %.2ux unexpected\n", h.command); in smbsessionwrite()
112 smblogprint(h.command, "reply: error %d/%d\n", smbs->errclass, smbs->error); in smbsessionwrite()
119 smblogprint(h.command, "reply: ok\n"); in smbsessionwrite()
H A Dsmbcomrename.c31 smblogprint(h->command, "smbcomrename: %s to %s\n", oldpath, newpath); in smbcomrename()
35 smblogprint(h->command, "smbcomrename: directories differ\n"); in smbcomrename()
43 smblogprint(h->command, "smbcomrename failed: %r\n"); in smbcomrename()
H A Dsmbnegotiate.c29 smblogprint(h->command, "smbnegotiate: '%s'\n", s); in smbnegotiate()
66 smblogprint(h->command, "smbnegotiate: couldn't get mschap challenge\n"); in smbnegotiate()
70 smblogprint(h->command, "smbnegotiate: nchal %d\n", s->cs->nchal); in smbnegotiate()
H A Dsmbcomdeletedir.c16 smblogprint(h->command, "smbcomdeletedirectory: %s\n", path); in smbcomdeletedirectory()
25 smblogprint(h->command, "smbcomdeletedirectory failed: %r\n"); in smbcomdeletedirectory()
H A Dsmbcomcreatedir.c16 smblogprint(h->command, "smbcomcreatedirectory: %s\n", path); in smbcomcreatedirectory()
25 smblogprint(h->command, "smbcomcreatedirectory failed: %r\n"); in smbcomcreatedirectory()
H A Dsmbcomtransaction.c46 …smblogprint(h->command, "smbcomtransaction: %s scount %ud tpcount %lud tdcount %lud maxscount %lud… in smbcomtransaction()
65 smblogprint(h->command, "smbcomtransaction: failed: %s\n", errmsg); in smbcomtransaction()
99 …smblogprint(h->command, "smbcomtransaction2: scount %ud tpcount %lud tdcount %lud maxscount %lud m… in smbcomtransaction2()
125 smblogprint(h->command, "smbcomtransaction2: failed: %s\n", errmsg); in smbcomtransaction2()
/plan9/sys/doc/sam/
H A Dsam.tut26 command language
33 is an interactive text editor with a command language that makes heavy use
38 This tutorial introduces the command language, but does not discuss
51 command language applies identically to two environments:
57 and in the command window of a
65 This tutorial describes the command language of
72 The command language is often useful, however, particularly
106 occupies; the command language in these modes
117 to predict how the substitute command works,
178 the method in the madness that is the Emacs command structure.
[all …]
H A Dsam.ms37 A textual command language
70 an unusual command language based on the composition of regular expressions.
72 and implements the command language and provides file access; the other, the
77 to edit text using the command
93 Also unlike them, it has a rich command language.
96 command language
108 to a program with a solid command language driven by regular expressions.
109 The command language developed more than the mouse language, and
125 that edits the output of (and input to) command sessions rather than files.
127 The first part of this paper describes the command language, then the mouse
[all …]
/plan9/sys/src/ape/cmd/sed/
H A Dsed0.c221 rep->r1.command = BCOM; in fcomp()
250 rep->r1.command = EQCOM; in fcomp()
298 rep->r1.command = ACOM; in fcomp()
312 rep->r1.command = CCOM; in fcomp()
322 rep->r1.command = ICOM; in fcomp()
337 rep->r1.command = GCOM; in fcomp()
341 rep->r1.command = CGCOM; in fcomp()
345 rep->r1.command = HCOM; in fcomp()
349 rep->r1.command = CHCOM; in fcomp()
353 rep->r1.command = TCOM; in fcomp()
[all …]
/plan9/sys/src/cmd/gs/src/
H A Dgp_mswin.c539 char command[MAXSTR]; in gp_printfile_gs16spl() local
547 GetModuleFileName(phInstance, command, sizeof(command)); in gp_printfile_gs16spl()
548 if ((p = strrchr(command, '\\')) != (char *)NULL) in gp_printfile_gs16spl()
551 p = command; in gp_printfile_gs16spl()
553 sprintf(command + strlen(command), "gs16spl.exe %s %s", in gp_printfile_gs16spl()
556 hinst = (HINSTANCE) WinExec(command, SW_SHOWNORMAL); in gp_printfile_gs16spl()
560 sprintf(buf, "Can't run: %s", command); in gp_printfile_gs16spl()
591 char *command = NULL; in mswin_popen() local
637 command = (char *)malloc(strlen(cmd)+1); in mswin_popen()
638 if (command) in mswin_popen()
[all …]
H A Dgdevcgml.c67 st->command[st->command_count++] = (byte)(b)
955 st->command[0] = (byte) (op_word >> 8); in begin_command()
956 st->command[1] = (byte) (op_word); in begin_command()
967 byte *command = st->command; in write_command() local
972 command[2] = command[0]; in write_command()
973 command[3] = command[1] + count - 4; in write_command()
974 command += 2, count -= 2; in write_command()
978 command[1] |= 31; in write_command()
979 command[2] = (byte) (pcount >> 8); in write_command()
981 command[2] |= 0x80; in write_command()
[all …]
/plan9/sys/src/cmd/
H A Dsed.c48 char command; /* command code -see below */ member
175 void command(SedCom *);
317 rep->command = BCOM; in fcomp()
337 rep->command = EQCOM; in fcomp()
375 rep->command = ACOM; in fcomp()
386 rep->command = CCOM; in fcomp()
395 rep->command = ICOM; in fcomp()
407 rep->command = GCOM; in fcomp()
411 rep->command = CGCOM; in fcomp()
415 rep->command = HCOM; in fcomp()
[all …]
/plan9/sys/src/cmd/fossil/
H A Dhistory11 disable the close command for now
20 fix create command in user command
41 df command, who command, halt, unhalt
/plan9/sys/doc/
H A Drc.ms4 .de TP \" An indented paragraph describing some command, tagged with the command name
19 is a command interpreter for Plan 9 that
116 and traditional UNIX command interpreters.
131 The value of a variable can be substituted into a command by
241 command line. The variable
272 contains the name of a command.
278 might compile the command's source code, leaving the
332 It is often useful to build an argument list from the output of a command.
334 allows a command, enclosed in braces and preceded by a left quote,
336 anywhere that an argument is required. The command is executed and its
[all …]
/plan9/sys/src/cmd/cwfs/
H A Dcon.c3 static Command command[100]; variable
23 for(i = 0; command[i].arg0; i++) in consserve()
24 if(strcmp("cwcmd", command[i].arg0) == 0){ in consserve()
68 for(i=0; command[i].arg0; i++) in cmd_install()
70 if(i >= nelem(command)-2) { in cmd_install()
75 command[i+1].arg0 = 0; in cmd_install()
76 command[i].help = help; in cmd_install()
77 command[i].func = func; in cmd_install()
78 command[i].arg0 = arg0; in cmd_install()
79 qsort(command, i+1, sizeof(Command), cmdcmp); in cmd_install()
[all …]
/plan9/sys/src/9/pc/
H A Dether82557.c146 ushort command; member
209 int command; /* last command issued */ member
270 command(Ctlr* ctlr, int c, int v) in command() function
295 ctlr->command = -1; in command()
324 ctlr->command = c; in command()
390 command(ctlr, RUstart, PADDR(ctlr->rfdhead->rp)); in attach()
423 command(ctlr, DumpSC, 0); in ifstat()
507 cb->command = CbS|CbSF|CbTransmit; in txstart()
517 cb->command = CbS|CbConfigure; in txstart()
522 cb->command = CbS|CbIAS; in txstart()
[all …]
H A Dsdata.c289 int command; /* last command issued (debugging) */ member
325 int command; /* current command */ member
382 print("sdata: command %2.2uX\n", ctlr->command); in atadumpstate()
396 if(drive->command == Cwd || drive->command == Crd){ in atadumpstate()
588 int as, command, drdy; in ataidentify() local
591 command = Cidpkt; in ataidentify()
595 command = Cid; in ataidentify()
601 outb(cmdport+Command, command); in ataidentify()
901 ctlr->command = Cedd; /* debugging */ in ataprobe()
1025 drive->command = Cstandby; in atastandby()
[all …]
/plan9/sys/src/cmd/fax/
H A Dfax2send.c41 if(command(m, buf) != Eok) in faxsend()
137 if(command(m, buf) != Eok) in faxsend()
168 command(m, "AT+FK"); in faxsend()
/plan9/sys/src/ape/cmd/diff/
H A Dutil.c227 char *command = xmalloc (4 * strlen (name) + strlen (PR_PROGRAM) + 10); in begin_output()
230 sprintf (command, "%s -f -h ", PR_PROGRAM); in begin_output()
231 p = command + strlen (command); in begin_output()
234 outfile = popen (command, "w"); in begin_output()
236 pfatal_with_name (command); in begin_output()
237 free (command); in begin_output()

1234567