Searched refs:command (Results 276 - 300 of 715) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dtex.cpp46 void command(const char *, const char *, int);
350 void tex_output::command(const char *s, const char *, int) function in class:tex_output
405 void command(const char *, const char *, int);
417 void tpic_output::command(const char *s, const char *filename, int lineno) function in class:tpic_output
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dmakeinfo.c55 value has been specified. Users can change this value on the command
57 with the @paragraphindent command. */
72 /* Name of the output file that the user elected to pass on the command line.
73 Such a name overrides any name found with the @setfilename command. */
95 /* The index in our internal command table of the currently
96 executing command. */
153 char *command;
542 /* For each file mentioned in the command line, process it, turning
870 `token' means simply a command name. */
890 is the command itsel
152 char *command; member in struct:brace_element
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dicp_ioctl.h63 } __packed command; member in struct:gdt_ucmd
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/menu/
H A Dtabwindow.h99 virtual void command(int id, int msg) { /* NO-OP */ } function in class:TabWindow
/netbsd-6-1-5-RELEASE/sbin/wsconsctl/
H A Dutil.c414 if (mp->command == KS_voidSymbol &&
492 if (mp->command == KS_voidSymbol &&
500 if (mp->command != KS_voidSymbol)
501 (void)printf(" %s", ksym2name(mp->command));
/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domap2_nand.c88 void omap2_nand_command(device_t self, uint8_t command);
129 omap2_nand_command(device_t self, uint8_t command) argument
133 bus_space_write_1(sc->sc_iot, sc->sc_ioh, sc->sc_cmd_reg, command);
254 sc->sc_nand_if.command = &omap2_nand_command;
/netbsd-6-1-5-RELEASE/usr.sbin/installboot/arch/
H A Damiga.c125 errx(1, "Old bootblock version? Can't change command line.");
127 (void)strncpy(dline, params->command, CMDLN_LEN-1);
/netbsd-6-1-5-RELEASE/usr.sbin/installboot/
H A Dinstallboot.h87 const char *command; /* name of command string */ member in struct:__anon9966
/netbsd-6-1-5-RELEASE/sys/dev/sbus/
H A Ddbrivar.h86 uint32_t sdp; /* SDP command word */
110 volatile uint32_t command[DBRI_NUM_COMMANDS]; member in struct:dbri_dma
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpvfs/
H A Drumpvnode_if.c212 u_long command,
220 error = VOP_IOCTL(vp, command, data, fflag, cred);
228 u_int command,
236 error = VOP_FCNTL(vp, command, data, fflag, cred);
211 RUMP_VOP_IOCTL(struct vnode *vp, u_long command, void *data, int fflag, struct kauth_cred *cred) argument
227 RUMP_VOP_FCNTL(struct vnode *vp, u_int command, void *data, int fflag, struct kauth_cred *cred) argument
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dcuda.c60 #define CUDA_OUT 0x3 /* sending out a command */
707 * byte 3 seems to be the failed command
862 cuda_adb_send(void *cookie, int poll, int command, int len, uint8_t *data) argument
868 /* construct an ADB command packet and send it */
870 packet[1] = command;
923 uint8_t command[16] = {CUDA_PSEUDO, CMD_IIC}; local
926 command[2] = addr;
928 /* Copy command and output data bytes, if any, to buffer */
930 memcpy(&command[3], send, min((int)send_len, 12));
943 cuda_send(sc, sc->sc_polling, send_len + 3, command);
[all...]
H A Dpmu.c64 #define PMU_OUT 0x3 /* sending out a command */
502 /* send command */
521 /* read command */
691 * byte 3 seems to be the failed command
801 * LISTEN command
814 pmu_adb_send(void *cookie, int poll, int command, int len, uint8_t *data) argument
820 /* construct an ADB command packet and send it */
821 packet[0] = command;
864 uint8_t command[16] = {PMU_POWERMGR, PMGR_IIC};
867 command[
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpstone/
H A Dsmtp-source.c37 /* an SMTP DATA command completes.
60 /* Use the specified hostname or [address] in the HELO command
99 /* No SMTP command pipelining support.
244 /* command - send an SMTP command */
246 static void command(VSTREAM *stream, char *fmt,...) function
252 * Optionally, log the command before actually sending, so we can see
552 command(session->stream, "%s %s", protocol, var_myhostname);
570 * Get response to HELO command.
602 command(sessio
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dutil.c203 if (command("SYST") == COMPLETE) {
257 if (command("FEAT") == COMPLETE) {
437 n = command("USER %s", fuser);
446 n = command("PASS %s", pass);
462 n = command("ACCT %s", facct);
466 (!aflag && facct != NULL && command("ACCT %s", facct) != COMPLETE)) {
666 r = command("SIZE %s", file);
710 r = command("MDTM %s", file);
847 if (command("PWD") != COMPLETE)
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_sk.c989 sk_ioctl(struct ifnet *ifp, u_long command, void *data) argument
999 switch (command) {
1003 if ((error = ifioctl_common(ifp, command, data)) != 0)
1051 if ((error = ether_ioctl(ifp, command, data)) != ENETRESET)
1056 if (command != SIOCADDMULTI && command != SIOCDELMULTI)
1513 u_int32_t command; local
1525 command = pci_conf_read(pc, pa->pa_tag, SK_PCI_CAPID) & 0x000000FF;
1527 if (command == 0x01) {
1528 command
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A DChangeLog-3.x466 * command.c (lookup_cmd_1): Consider underscores part of
467 command names.
794 command.c (lookup_cmd): Same.
802 * command.c (lookup_cmd_1): Give the correct result_list in the
875 Use $(MD) instead of M_MAKEDEFINE in the cc command.
940 do "info history +" when command is repeated.
955 the command history.
1053 * command.h (struct cmd_list_element): Add comment clarifying
1132 * command.c: Doesn't need to include alloca.h on the sparc; defs.h
1201 * gdb.texinfo (Command Editing): Document info editing command
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/if_ndis/
H A Dif_ndis.c2067 ndis_ioctl(struct ifnet *ifp, u_long command, void *data) argument
2077 switch(command) {
2079 if ((error = ifioctl_common(ifp, command, data)) != 0)
2116 error = ether_ioctl(ifp, command, data);
2123 error = ieee80211_ioctl(&sc->ic, command, data);
2130 error = ifmedia_ioctl(ifp, ifr, &sc->ifmedia, command);
2133 if ((error = ether_ioctl(ifp, command, data)) == ENETRESET) {
2141 if (command == SIOCGIFGENERIC)
2142 error = ndis_wi_ioctl_get(ifp, command, data);
2144 error = ndis_wi_ioctl_set(ifp, command, dat
2172 ndis_wi_ioctl_get(struct ifnet *ifp, u_long command, void * data) argument
2250 ndis_wi_ioctl_set(struct ifnet *ifp, u_long command, void * data) argument
[all...]
/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dreadline.c615 * the real function doing history expansion - takes as argument command
616 * to do and data upon which the command should be executed
625 _history_expand_command(const char *command, size_t offs, size_t cmdlen, argument
641 if (strchr(":^*$", command[offs + 1])) {
651 idx = (command[offs + 1] == ':')? 1:0;
654 if (command[offs + 1] == '#') {
655 /* use command so far */
659 (void)strncpy(aptr, command, offs);
665 qchar = (offs > 0 && command[offs - 1] == '"')? '"':0;
666 ptr = get_history_event(command
[all...]
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dtime.c69 * prefix to another command
73 dotime(Char **v, struct command *t)
90 donice(Char **v, struct command *t)
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/arc/
H A Dmsg.md.en83 To boot NetBSD, you need to specify the following boot command on
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/shark/
H A Dmsg.md.pl86 to boot the just-installed kernel, run the following command from
97 disk, try to run the following command manually from the installer's shell
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/doc/
H A Dmdate-sh100 command=
104 # Add another shift to the command.
105 command="$command shift;"
126 eval $command
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/confgen/win32/
H A Dddnsconfgen.mak10 !MESSAGE by defining the macro CFG on the command line. For example:
49 # _VC_MANIFEST_EMBED_EXE - command to embed manifest in EXE:
71 # _VC_MANIFEST_EMBED_DLL - command to embed manifest in DLL:
92 # _VC_MANIFEST_CLEAN - command to clean resources files generated temporarily:
H A Drndcconfgen.mak10 !MESSAGE by defining the macro CFG on the command line. For example:
49 # _VC_MANIFEST_EMBED_EXE - command to embed manifest in EXE:
71 # _VC_MANIFEST_EMBED_DLL - command to embed manifest in DLL:
92 # _VC_MANIFEST_CLEAN - command to clean resources files generated temporarily:
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/dnssec/win32/
H A Ddsfromkey.mak10 !MESSAGE by defining the macro CFG on the command line. For example:
46 # _VC_MANIFEST_EMBED_EXE - command to embed manifest in EXE:
68 # _VC_MANIFEST_EMBED_DLL - command to embed manifest in DLL:
89 # _VC_MANIFEST_CLEAN - command to clean resources files generated temporarily:

Completed in 425 milliseconds

<<11121314151617181920>>